simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Mar 10 19:02:59 GMT 2023


TL;DR:
  5b0efd8 Add missing 'static' on dputs().
  4f579dd Tracks: missing \n in debug statement.
  8c5077e Galaxies: fix edge coordinates in a diagnostic.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2023-03-10 19:02:59

commit 5b0efd8db2f03a48ca4acbd17b68a4d8771b3e7f
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=5b0efd8db2f03a48ca4acbd17b68a4d8771b3e7f;hp=01569005e325fc85e4a23fc050b7406789730444
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Mar 10 18:02:02 2023 +0000

    Add missing 'static' on dputs().
    
    This fixes a build failure due to -Wmissing-prototypes if you build
    with -DDEBUGGING.

 gtk.c     | 2 +-
 windows.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4f579ddab55d7c49c3d7413e4da690e6609bfe25
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=4f579ddab55d7c49c3d7413e4da690e6609bfe25;hp=5b0efd8db2f03a48ca4acbd17b68a4d8771b3e7f
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Mar 10 18:10:00 2023 +0000

    Tracks: missing \n in debug statement.

 tracks.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8c5077ee8805e81548b42f093a00f41afdcd4d54
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=8c5077ee8805e81548b42f093a00f41afdcd4d54;hp=4f579ddab55d7c49c3d7413e4da690e6609bfe25
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Mar 10 18:01:17 2023 +0000

    Galaxies: fix edge coordinates in a diagnostic.
    
    The coordinates in this 'Setting edge' message from the solver don't
    match the coordinates of the edge that is actually set. No wonder the
    solver output was confusing!

 galaxies.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list