• src/sbbs3/date_str.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Monday, October 28, 2024 21:55:26
    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 Tuesday, October 29, 2024 20:20:16
    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 Saturday, November 16, 2024 22:24:28
    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