• src/sbbs3/date_str.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Oct 28 21:55:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/d947d1400c9e1b8ee9a40c80
    Modified Files:
    src/sbbs3/date_str.c
    Log Message:
    This isn't C++ and some C compilers don't support the {} initializer syntax

    ---
    þ 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 Tue Oct 29 20:20:16 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/354d296aec34dec9757c7192
    Modified Files:
    src/sbbs3/date_str.c
    Log Message:
    unixtodstr() will output "00/00/00" on invalid dates instead of "01/00/00"

    "01/00/00" would get parsed/converted back to Jan-1-2000 (usually), which is usually not what we want.

    ---
    þ 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 Sat Nov 16 22:24:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9ddc84f8da3c84bb14e71223
    Modified Files:
    src/sbbs3/date_str.c
    Log Message:
    Treat -1 as invalid time in time_as_hhmm()

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net