From rswindell@VERT to CVS commit on Saturday, January 12, 2019 08:01:00
src/xpdev dirwrap.c 1.101 1.102
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv29851
Modified Files:
dirwrap.c
Log Message:
Optimized fdate(), fcdate(), flength(), fnameexist() functions:
There's no reason to call access() before stat() since stat() will fail
(return -1) if the file does not exist.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From rswindell@VERT to CVS commit on Tuesday, January 15, 2019 03:05:00
src/xpdev dirwrap.c 1.103 1.104
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/home/rswindell/sbbs/src/xpdev
Modified Files:
dirwrap.c
Log Message:
Make getdirname() behave more consistently with the function of the
same name in uifc/filepick.c - specifically with regards to paths that
begin with a / (or \ on Windows).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From rswindell@VERT to CVS commit on Monday, August 12, 2019 06:32:28
src/xpdev dirwrap.c 1.107 1.108
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/home/rswindell/sbbs/src/xpdev
Modified Files:
dirwrap.c
Log Message:
Added new 3rd arg to call to delfiles() from removecase().
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From rswindell@VERT to CVS commit on Saturday, September 21, 2019 11:19:08
src/xpdev dirwrap.c 1.110 1.111
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv14244
Modified Files:
dirwrap.c
Log Message:
Fix Borland build failure:
dirwrap.c 841: Declaration is not allowed here in function getfilesizetotal
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, December 22, 2020 23:38:19