magic/calma
R. Timothy Edwards f3404f67b7 Came across a weird error today in which some tool inserted bogus
data into an array reference in GDS;  This may be ignored by most
tools (which are not trying to keep track of grid scaling) which
read the bogus value which then gets discarded because it is
unused (X pitch is irrelevant when there is only one column, and
Y pitch is irrelevant when there is only one row).  But since
magic will try to interpret all input relative to the grid, a
bogus value can cause serious problems, and magic needs to actively
ignore the appropriate input in the case of rows = 1 or columns = 1.
2026-02-24 20:56:27 -05:00
..
CalmaRdcl.c Came across a weird error today in which some tool inserted bogus 2026-02-24 20:56:27 -05:00
CalmaRdio.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaRdpt.c Came across a weird error today in which some tool inserted bogus 2026-02-24 20:56:27 -05:00
CalmaRead.c Modified "gds flatglob" to have the value "*_CDNS_*" by default, 2025-09-26 09:18:43 -04:00
CalmaWrite.c Extended the "property" command and modified the way that properties 2026-02-18 10:48:47 -05:00
CalmaWriteZ.c Extended the "property" command and modified the way that properties 2026-02-18 10:48:47 -05:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h Came across a weird error today in which some tool inserted bogus 2026-02-24 20:56:27 -05:00
calmaInt.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00