aboutsummaryrefslogtreecommitdiff
path: root/divvy.c (unfollow)
Commit message (Expand)Author
2023-04-20Reorganise the dsf API into three kinds of dsf.Simon Tatham
2023-04-20Introduce a new dsf_equivalent() function.Simon Tatham
2023-04-20Declare all dsfs as a dedicated type name 'DSF'.Simon Tatham
2023-04-20Use a dedicated free function to free dsfs.Simon Tatham
2023-04-20Stop putting dsfs in existing scratch int arrays.Simon Tatham
2023-04-02Move other test main()s out of library source files.Simon Tatham
2021-05-25Build a lot of conditioned-out test and helper programs.Simon Tatham
2018-11-13Use C99 bool within source modules.Simon Tatham
2018-11-13Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham
2008-04-07Substantial reworking of Solo so that it implements both Sudoku-XSimon Tatham
2007-08-25A rigorous proof. Totally unimportant to the code, but I didn't wantSimon Tatham
2007-08-25Fix an inaccurate comment.Simon Tatham
2007-08-25I've just realised that my deliberate avoidance of non-simplySimon Tatham
2007-08-18Ahem. Finishing writing the comment _before_ checkin is generally sensible.Simon Tatham
2007-08-18Allow a 1-omino to be completely destroyed and recreated in anSimon Tatham
2007-08-18Better test-mode diagnostics.Simon Tatham
2007-08-18A piece of library code which constructs a random division of aSimon Tatham