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.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Move other test main()s out of library source files.
Simon Tatham
2023-04-02
*
Fix missing statics and #includes on variables.
Simon Tatham
2023-02-18
*
Mark many more function (and some objects) static
Ben Harris
2023-02-18
*
latin_solver_alloc: handle clashing numbers in input grid.
Simon Tatham
2023-02-05
*
latin.c: call a user-provided validator function. [NFC]
Simon Tatham
2020-05-23
*
Use C99 bool within source modules.
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-13
*
latin.c: remove a rogue array overrun.
Simon Tatham
2018-04-28
*
Use the new matching() for latin.c.
Simon Tatham
2018-04-22
*
latin.c: dump every solution found during recursion.
Simon Tatham
2018-02-26
*
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-10-01
*
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-11
*
Add a facility in the latin.c solver diagnostics to allow a puzzle
Simon Tatham
2010-01-05
*
Normalise Unequal (and latin.c) so that solver diagnostics start
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-27
*
Adam D. Lopresto and Phil Bordelon independently point out a
Simon Tatham
2007-03-01
*
General cleanups patch from James H:
Simon Tatham
2007-02-28
*
Dariusz Olszewski's changes to support compiling for PocketPC. This
Simon Tatham
2007-02-26
*
Forgot to shuffle the num[] array! That was probably introducing
Simon Tatham
2007-02-19
*
Patch from James H to fix the occasional generation of puzzles
Simon Tatham
2007-01-15
*
Phil Bordelon points out that the Unequal difficulty settings
Simon Tatham
2007-01-15
*
Add James H's new puzzle, `Unequal' (otherwise known as the
Simon Tatham
2007-01-13