• src/xpdev/filewrap.c filewrap.h

    From deuce@VERT to CVS commit on Tue Oct 29 13:03:52 2013
    src/xpdev filewrap.c 1.41 1.42 filewrap.h 1.35 1.36
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv14360

    Modified Files:
    filewrap.c filewrap.h
    Log Message:
    Because of the various translation modes, we can't fseek() based on the
    buffer size, or really do anything except fgetc() in a loop. Do that then.

    Also, use DLLEXPORT/DLLCALL/etc. macros.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 31 13:59:39 2019
    src/xpdev filewrap.c 1.49 1.50 filewrap.h 1.37 1.38
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv15487

    Modified Files:
    filewrap.c filewrap.h
    Log Message:
    Eliminate DLLCALL macro usage from this module.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Nov 10 20:19:23 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/bc70207fcb091bb77842f880
    Modified Files:
    src/xpdev/filewrap.c filewrap.h
    Log Message:
    Remove the F_SANE*LCKNO stuff

    It appears Deuce's FreeBSD patch isn't going to be accepted/merged (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=50827), so I'm
    making this code a little more readable/manageable by removing this
    unused feature... for now, with Deuce's approval.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Feb 8 13:21:24 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/43a789095469957be4d0f688
    Modified Files:
    src/xpdev/filewrap.c filewrap.h
    Log Message:
    Standard (POSIX) getdelim() returns ssize_t, not long int
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net