magic/calma
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
..
CalmaRdcl.c Corrected an issue from the last commit, which is that the default 2023-03-14 12:53:22 -04:00
CalmaRdio.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaRdpt.c (1) Added a check for unclosed boundaries when reading GDS. 2023-01-27 11:47:37 -05:00
CalmaRead.c Modified the "gds subcell polygon" command option to split into 2023-01-17 20:14:38 -05:00
CalmaWrite.c Modified the behavior of cell reading, mainly with respect to 2023-03-20 21:00:35 -04:00
CalmaWriteZ.c Modified the behavior of cell reading, mainly with respect to 2023-03-20 21:00:35 -04:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h Modified the "gds subcell polygon" command option to split into 2023-01-17 20:14:38 -05:00
calmaInt.h Added the ability to read compressed .mag files (writing is not yet 2022-11-02 17:12:46 -04:00