magic/calma
R. Timothy Edwards 95baea1c22 Corrected another place where the property handling had not been
converted to the new PropertyRecord type.  Since this was in the
CIFPropRecordPath() subroutine, which has always been problematic
and generally useless, I took the opportunity to make that function
dependent on an option set by "gds savepaths true", with the option
set to "false" by default, so "path" properties will no longer be
created from GDS input unless the option is manually set to "true".
Also:  Found that the returned boolean from "box exists" is
sometimes getting overwritten with a NULL result, causing a spurious
Tcl error messages to pop up.  I could not find where this
overwriting happens (probably in a tag callback), so I just took the
hack approach of converting a NULL result to "false", which is always
safe to do.
2026-02-19 11:40:46 -05:00
..
CalmaRdcl.c Corrected another place where the property handling had not been 2026-02-19 11:40:46 -05:00
CalmaRdio.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaRdpt.c Corrected another place where the property handling had not been 2026-02-19 11:40:46 -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 Corrected another place where the property handling had not been 2026-02-19 11:40:46 -05:00
calmaInt.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00