index
:
puzzles
devel
master
rockbox
rockbox-devel
My sgt-puzzles tree
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
latin.h
(
unfollow
)
Commit message (
Expand
)
Author
2023-02-05
latin_solver_alloc: handle clashing numbers in input grid.
Simon Tatham
2020-05-23
latin.c: call a user-provided validator function. [NFC]
Simon Tatham
2018-11-13
Replace TRUE/FALSE with C99 true/false throughout.
Simon Tatham
2018-11-13
Adopt C99 bool in the shared Latin-square API.
Simon Tatham
2018-11-06
Fix an inaccurate comment.
Simon Tatham
2017-10-01
Make the code base clean under -Wwrite-strings.
Simon Tatham
2010-01-11
New puzzle from James Harvey: 'Singles', an implementation of
Simon Tatham
2010-01-11
Retire the YTRANS and YUNTRANS macros in latin.[ch]. They were
Simon Tatham
2010-01-05
Add a facility in the latin.c solver diagnostics to allow a puzzle
Simon Tatham
2009-12-27
I've never trusted common variables. Take those bare ints out of
Simon Tatham
2009-12-27
Refactor latin.c to make it easier to reuse. Instead of client
Simon Tatham
2009-12-23
latin_generate_quick is long gone, so remove it from the header file.
Simon Tatham
2007-01-15
Patch from James H to fix the occasional generation of puzzles
Simon Tatham
2007-01-13
Add James H's new puzzle, `Unequal' (otherwise known as the
Simon Tatham