magic/utils
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
..
LIBdbio.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
LIBmain.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
LIBtextio.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
Makefile Moved new work on magic-8.4 (experimental merging of micromagic bplane structure 2019-03-22 19:58:47 -04:00
args.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
child.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
displays.proto Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
dqueue.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
dqueue.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
finddisp.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
flock.c Played around with the file locking and discovered to my chagrin that 2022-01-01 16:53:46 -05:00
flsbuf.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
fraction.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
geofast.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
geometry.c Added two new features: (1) Default substrate name: Added an 2020-06-01 16:49:59 -04:00
geometry.h Added missing function declaration for GeoCanonicalRect in 2021-06-14 09:45:36 -04:00
getrect.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
hash.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
hash.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
heap.c A number of fixes to the extresist code (as well as style cleanup). 2021-05-25 22:41:52 -04:00
heap.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ihash.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ihash.h This corrects the issue raised in pull request #75 that breaks the 2021-06-12 20:29:09 -04:00
list.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
list.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
lookup.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
lookupany.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
lookupfull.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
macros.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
macros.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
magic.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
magsgtty.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
main.c Modified the startup behavior so that if a ".tcl" script file is 2021-07-08 16:03:05 -04:00
main.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
malloc.c Provisionally switched the memory allocation definitions away from 2020-08-11 16:50:26 -04:00
malloc.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
match.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
maxrect.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
maxrect.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
netlist.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
netlist.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
niceabort.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
parser.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
parsetest.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
path.c Played around with the file locking and discovered to my chagrin that 2022-01-01 16:53:46 -05:00
paths.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
pathvisit.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
pathvisit.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
port.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
printstuff.c Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
runstats.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
runstats.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
set.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
show.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
signals.c Modified the crash backup script to add options "disable" and "resume". 2021-03-17 12:45:35 -04:00
signals.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
stack.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
stack.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
strdup.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
styles.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
tech.c Updated the version to go along with pull request #115 from github 2022-01-01 13:24:18 -05:00
tech.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
touchingtypes.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
touchtypes.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
undo.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
undo.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
utils.h Played around with the file locking and discovered to my chagrin that 2022-01-01 16:53:46 -05:00