magic/database
Tim Edwards 1bb4cb92ea Played around with the file locking and discovered to my chagrin that
whenever a process writes a cell to disk, it immediately releases the
file lock it had on that cell, which is clearly not the intent of file
locking.  Fixed this issue.  On a related topic, revised the "cellname
writeable" command so that it can make a cell editable even if the cell
has an advisory lock and cannot be made writeable.  Perhaps there should
be a clearer distinction here between "writeable" and "editable".  Also:
Reconsidered the previous commit, which removed the "--disable-locking"
from the configuration options.  Because some operating systems may not
implement fnctl()-based file locking (Cygwin, for one, apparently doesn't),
it is still useful to be able to completely remove the function, in case
the operating system will fail to recognize the fnctl() values in the
code.  Now, file locking behavior can be permanently removed through the
configuration option, or temporarily disabled from the command line.
2022-01-01 16:53:46 -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 Corrected an issue with the limited bitfield dedicated to port numbers; 2021-12-12 22:09:31 -05:00
DBcellname.c Slightly modified various use cases of "cellname" so that they 2021-11-25 12:40:51 -05: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 an issue with the limited bitfield dedicated to port numbers; 2021-12-12 22:09:31 -05: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 Played around with the file locking and discovered to my chagrin that 2022-01-01 16:53:46 -05:00
DBlabel.c Corrected an issue with the limited bitfield dedicated to port numbers; 2021-12-12 22:09:31 -05: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 Made a few corrections that stem from the change to add a separate 2021-12-22 12:08:34 -05: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 Corrected an issue with the limited bitfield dedicated to port numbers; 2021-12-12 22:09:31 -05: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