• src/sbbs3/textgen.c

    From rswindell@VERT to CVS commit on Wed Aug 9 17:05:48 2017
    src/sbbs3 textgen.c 1.9 1.10
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv7711

    Modified Files:
    textgen.c
    Log Message:
    Fix long-standing bug (from first commit): use of text_h file pointer after closure of the file. This appears to have just been a typo and the intended file pointer was text_js (text.js). This bug also meant that TOTAL_TEXT was not be defined in the generated text.js files.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sun Jun 10 05:39:27 2018
    src/sbbs3 textgen.c 1.10 1.11
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv32073

    Modified Files:
    textgen.c
    Log Message:
    text.js now ends in "this;" allowing cool load usage like this:
    var text = load({}, 'text.js');


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu May 9 18:02:18 2019
    src/sbbs3 textgen.c 1.11 1.12
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    textgen.c
    Log Message:
    Resolve GCC build warning about printf format mismatch.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Jul 11 18:18:42 2019
    src/sbbs3 textgen.c 1.12 1.13
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22345

    Modified Files:
    textgen.c
    Log Message:
    Fix text.dat comment parsing issues with multiple-line (continued) strings where the comment was only on the first line.
    This only cropped up in the text.h output when the *last* line was a multi-line (continued) string.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Aug 22 23:22:52 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/e68df685fbd0ad3d5f19bf7befaa6fe1d06564c1
    Modified Files:
    src/sbbs3/textgen.c
    Log Message:
    Merge branch 'master' of gitlab.synchro.net:sbbs/sbbs

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Nov 11 05:29:52 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/56e0511908796f4ff2cc5d54
    Modified Files:
    src/sbbs3/textgen.c
    Log Message:
    Return line number up on failure.

    Debugging why textgen is failing during Windows/CI build.

    ---
    ■ 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 Mon Nov 6 17:59:58 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b01e3782cd38df989fec95b4
    Modified Files:
    src/sbbs3/textgen.c
    Log Message:
    Create files in binary mode (on Windows)

    We don't need the carriage returns and they cause Git warnings:
    warning: in the working copy of 'src/sbbs3/text.h', CRLF will be replaced by LF the next time Git touches it

    ---
    ■ 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 Thu Feb 15 21:37:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b0566fc0882e9e18111c7837
    Modified Files:
    src/sbbs3/textgen.c
    Log Message:
    Don't #include sbbs.h since that includes text.h, which is generated by this

    Which means that every time textgen was built, it was immediately out of
    date (and requiring a rebuild).

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