aboutsummaryrefslogtreecommitdiff
path: root/divvy.c (follow)
Commit message (Expand)AuthorAge
* Reorganise the dsf API into three kinds of dsf.Simon Tatham2023-04-20
* Introduce a new dsf_equivalent() function.Simon Tatham2023-04-20
* Declare all dsfs as a dedicated type name 'DSF'.Simon Tatham2023-04-20
* Use a dedicated free function to free dsfs.Simon Tatham2023-04-20
* Stop putting dsfs in existing scratch int arrays.Simon Tatham2023-04-20
* Move other test main()s out of library source files.Simon Tatham2023-04-02
* Build a lot of conditioned-out test and helper programs.Simon Tatham2021-05-25
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Substantial reworking of Solo so that it implements both Sudoku-XSimon Tatham2008-04-07