simon-git: puzzles (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Aug 16 07:48:13 BST 2024
TL;DR:
f81838f Fix reference to Git commit hash in puzzles.h.
262f709 Fix build failure.
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: 2024-08-16 07:48:13
commit f81838f509e6565175ea5e1cf4f066f4eb6c0d6e
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=f81838f509e6565175ea5e1cf4f066f4eb6c0d6e;hp=a8b544d2aa9d22a2db0af90733a08970c3dcf28e
Author: Franklin Wei <franklin at rockbox.org>
Date: Thu Aug 15 13:46:59 2024 -0400
Fix reference to Git commit hash in puzzles.h.
I had tried to make this comment refer to the commit in which the
change in question (the new drawing API semantics) was introduced, but
something about Simon applying the patch caused its hash to change.
Now that the commit in question is in Simon's branch, it should remain
constant forever.
puzzles.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 262f709e029cca0e6d4f0f39f54eac977802c07f
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=262f709e029cca0e6d4f0f39f54eac977802c07f;hp=f81838f509e6565175ea5e1cf4f066f4eb6c0d6e
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Aug 15 20:45:34 2024 +0100
Fix build failure.
The lack of this pair of parens triggered a compiler warning, which
turned into an error at -Werror. Oops - I thought I'd folded that fix
in before pushing Franklin's series.
draw-poly.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list