magic/commands
Tim Edwards d8f926865d Modified the behavior of cell reading, mainly with respect to
dereferencing, and making the behavior of "load" on the command
line (i.e., loading a cell from a file) the same as the
behavior of loading a cell as a result of expanding an unloaded
instance.  In both cases, if "load -dereference" is used, and
a cell does not exist in any search path but does exist in the
original location, without dereferencing, then the cell will be
loaded from the original location.  Also:  Corrected an error
that has existed since adding the capability to read compressed
files, which causes magic to crash when attempting to run the
"crash recover" command (because that routine was mixing
compressed and regular file stream calls).
2023-03-20 21:00:35 -04:00
..
CmdAB.c Modified the "box" command to run a check on the specified box values 2022-01-27 16:57:23 -05:00
CmdAuto.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
CmdCD.c Modified the behavior of cell reading, mainly with respect to 2023-03-20 21:00:35 -04:00
CmdE.c Modified the behavior of cell reading, mainly with respect to 2023-03-20 21:00:35 -04:00
CmdFI.c Expanded the method for "flatten in place" to include the more 2022-12-22 14:53:24 -05:00
CmdLQ.c Modified the "port renumber" command to use (case-insensitive) 2023-02-27 22:22:09 -05:00
CmdRS.c Added a command option "setlabel box" to modify the attachment box 2023-01-04 14:08:39 -05:00
CmdSubrs.c Modified the behavior of cell reading, mainly with respect to 2023-03-20 21:00:35 -04:00
CmdTZ.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CmdWizard.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
commands.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00