magic/database
Tim Edwards a6e57093f8 Realized a very stupid error in the handling of the "use" lines
when reading in a .mag file.  The routine was not checking for
whether a "use" entry in the file was the first one encountered
or not.  The path is only ever given for the first use of any cell
def, so for any cell after the first, the path should have already
been resolved.  This fix avoids lots of unnecessary error messages
when reading a file in a different directory.  Also, because the
routine now checks for the first use in a file, any error messages
that do occur will only be displayed for the first use, not all of
them.
2021-11-20 20:54:51 -05:00
..
DBbound.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBcell.c Found no fewer than three separate places that cause a pop-up prompt 2021-03-16 22:46:46 -04:00
DBcellbox.c Found no fewer than three separate places that cause a pop-up prompt 2021-03-16 22:46:46 -04:00
DBcellcopy.c Implemented glob-style matching for label selection. Introduces 2021-10-09 13:44:04 -04:00
DBcellname.c Extended the "cellname rename" command to add an option "-force" 2021-07-29 17:34:39 -04:00
DBcellsel.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBcellsrch.c Small correction to the mask hints code to correctly handle multiple 2021-01-06 12:17:19 -05:00
DBcellsubr.c Corrected an error pointed out by Sylvain Munaut in which the "plow" 2020-07-17 12:38:21 -04:00
DBconnect.c Corrected issues in the extresist function found after the previous 2021-04-21 13:03:26 -04:00
DBcount.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBexpand.c Implemented a return value for the cell read-in checks with an option 2021-01-14 15:21:39 -05:00
DBio.c Realized a very stupid error in the handling of the "use" lines 2021-11-20 20:54:51 -05:00
DBlabel.c Implemented glob-style matching for label selection. Introduces 2021-10-09 13:44:04 -04:00
DBlabel2.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBpaint.c Added return values to DBPaintPlaneVert(), which was missing them 2021-02-13 20:40:52 -05:00
DBpaint2.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBprop.c Corrected the "property put" command to handle changes in the 2021-02-18 15:36:29 -05:00
DBtcontact.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBtech.c Corrected an error in the connectivity tables that for contact types 2021-03-21 22:26:50 -04:00
DBtechname.c Corrected the (minor) problem caused by the slightly different handling 2020-10-18 14:28:23 -04:00
DBtechtype.c Corrected the (minor) problem caused by the slightly different handling 2020-10-18 14:28:23 -04:00
DBtiles.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBtimestmp.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBtpaint.c Corrected an error caused by fixing the unterminated comment in 2021-07-13 14:08:35 -04:00
DBtpaint2.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBundo.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04: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
database.h.in Implemented glob-style matching for label selection. Introduces 2021-10-09 13:44:04 -04:00
databaseInt.h Corrected the (minor) problem caused by the slightly different handling 2020-10-18 14:28:23 -04:00
fonts.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00