magic/commands
R. Timothy Edwards ff718c3ecf Got rid of one problem with timestamps, which was the requirement
to force an update on a child cell to match the timestamp of the
parent.  This is no longer done on read-only cells, although it
probably ought to be applied to all cells.  A timestamp should
change when a cell has been modified, but a parent cell should never
force a child cell to update its timestamp if the child cell has
not been modified.  The main problem is that "drc check" runs checks
on all child cells, and they then are marked as modified without
consideration of whether the child's DRC status changed.  A better
solution would be to avoid unnecessary updates by detecting a
change in DRC results, but for now, just disabling updates on
read-only cells (which can't be updated anyway) should suffice.
2025-11-29 13:24:23 -05:00
..
CmdAB.c Added a new command "archive" that works roughly like the "crash" 2025-09-10 12:40:40 -04:00
CmdAuto.c
CmdCD.c Got rid of one problem with timestamps, which was the requirement 2025-11-29 13:24:23 -05:00
CmdE.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
CmdFI.c CmdFI.c: CmdGoto() correct printf output 2025-10-04 20:50:31 -04:00
CmdLQ.c commands: Various fixes for TxPrintf() with !MAGIC_WRAPPER 2025-10-04 20:50:31 -04:00
CmdRS.c database: DBTechInitPlane() consumer (DBPlaneLongNameTbl constify) 2025-10-04 20:50:31 -04:00
CmdSubrs.c C23: CmdSubrs.c fixup deprecated isascii() 2025-07-26 17:44:45 -04:00
CmdTZ.c Substantially revised the "macro" command callback functions and 2025-10-09 15:43:54 -04:00
CmdWizard.c A number of things in one commit: 2025-11-07 11:00:22 -05:00
Makefile readline/Makefile: move up before with no scheme 2025-07-29 10:50:31 -04:00
commands.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00