aboutsummaryrefslogtreecommitdiff
path: root/latin.c (follow)
Commit message (Expand)AuthorAge
* Move other test main()s out of library source files.Simon Tatham2023-04-02
* Fix missing statics and #includes on variables.Simon Tatham2023-02-18
* Mark many more function (and some objects) staticBen Harris2023-02-18
* latin_solver_alloc: handle clashing numbers in input grid.Simon Tatham2023-02-05
* latin.c: call a user-provided validator function. [NFC]Simon Tatham2020-05-23
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in the shared Latin-square API.Simon Tatham2018-11-13
* latin.c: remove a rogue array overrun.Simon Tatham2018-04-28
* Use the new matching() for latin.c.Simon Tatham2018-04-22
* latin.c: dump every solution found during recursion.Simon Tatham2018-02-26
* Make the code base clean under -Wwrite-strings.Simon Tatham2017-10-01
* New puzzle from James Harvey: 'Singles', an implementation ofSimon Tatham2010-01-11
* Retire the YTRANS and YUNTRANS macros in latin.[ch]. They wereSimon Tatham2010-01-11
* Add a facility in the latin.c solver diagnostics to allow a puzzleSimon Tatham2010-01-05
* Normalise Unequal (and latin.c) so that solver diagnostics startSimon Tatham2009-12-27
* I've never trusted common variables. Take those bare ints out ofSimon Tatham2009-12-27
* Refactor latin.c to make it easier to reuse. Instead of clientSimon Tatham2009-12-27
* Adam D. Lopresto and Phil Bordelon independently point out aSimon Tatham2007-03-01
* General cleanups patch from James H:Simon Tatham2007-02-28
* Dariusz Olszewski's changes to support compiling for PocketPC. ThisSimon Tatham2007-02-26
* Forgot to shuffle the num[] array! That was probably introducingSimon Tatham2007-02-19
* Patch from James H to fix the occasional generation of puzzlesSimon Tatham2007-01-15
* Phil Bordelon points out that the Unequal difficulty settingsSimon Tatham2007-01-15
* Add James H's new puzzle, `Unequal' (otherwise known as theSimon Tatham2007-01-13