magic/dbwind
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
..
DBWbuttons.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBWcommands.c Played around with the file locking and discovered to my chagrin that 2022-01-01 16:53:46 -05:00
DBWdisplay.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBWelement.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBWfdback.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBWhlights.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBWprocs.c Modified the cell load routine to avoid creating an "undo" record 2021-05-23 12:07:31 -04:00
DBWtools.c Modified the way that ToolGetEditBox() works so that it does not 2021-08-04 12:05:21 -04:00
DBWundo.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
dbwind.h Corrected two potentially fatal errors: (1) Code doing the PDK_PATH 2021-04-24 22:13:30 -04:00
dbwtech.h Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00