• src/xpdev/gen_defs.h genwrap.c

    From rswindell@VERT to CVS commit on Fri Aug 25 18:29:02 2017
    src/xpdev gen_defs.h 1.71 1.72 genwrap.c 1.100 1.101
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/home/rswindell/sbbs/src/xpdev

    Modified Files:
    gen_defs.h genwrap.c
    Log Message:
    c_unescape_char/str now supports \ddd (for decimal character literals,
    ala Synchronet text.dat) by default and octal format only if C_UNESCAPE_OCTAL_SUPPORT is defined.
    \X## is no longer supported (must use the C-standard \x##
    Only 2 hex digits are now supported, longer streams of valid hex digits will not be parsed as a literal character (unlike the C standard)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Fri Mar 22 11:18:38 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/13ca484a712ab44d789d92c8
    Modified Files:
    src/xpdev/gen_defs.h genwrap.c
    Log Message:
    Use strlcpy() for SAFECOPY() and XSAFECOPY() macros.

    While we're here, Update strlcpy() to slightly more optimal
    FreeBSD-13.3 version.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net