simon-git: puzzles (main): Ben Harris

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Feb 18 20:24:37 GMT 2023


TL;DR:
  a35405c Make emcc.c clean under -Wmissing-prototypes etc
  fccd2a5 Revert "Stop persistent-mode fuzzpuzz exiting prematurely"

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2023-02-18 20:24:37

commit a35405ca35914b7573d63d5ea377da8ee984011b
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=a35405ca35914b7573d63d5ea377da8ee984011b;hp=85cf484e7a1abd57339edd4f18ccbe85cc7c9918
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Sat Feb 18 18:12:49 2023 +0000

    Make emcc.c clean under -Wmissing-prototypes etc
    
    Also -Wstrict-prototypes and -Wmissing-variable-declarations.
    
    Functions that are called from JavaScript now have a separate
    declaration at the top of the file with a comment reminding one to
    update emcclib.js if they're changed.

 emcc.c | 50 ++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 36 insertions(+), 14 deletions(-)

commit fccd2a55e705a991f22f1aa393c9324846d80515
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=fccd2a55e705a991f22f1aa393c9324846d80515;hp=a35405ca35914b7573d63d5ea377da8ee984011b
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Sat Feb 18 20:23:23 2023 +0000

    Revert "Stop persistent-mode fuzzpuzz exiting prematurely"
    
    That was completely wrong: a "continue" at the end of the loop is
    unnecessary.
    
    This reverts commit b91f9824b6f73290051025317f3387c7212fa05f.

 fuzzpuzz.c | 1 -
 1 file changed, 1 deletion(-)



More information about the tartarus-commits mailing list