aboutsummaryrefslogtreecommitdiff
path: root/dsf.c (unfollow)
Commit message (Expand)Author
2023-04-20Actually rewrite the dsf implementation.Simon Tatham
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-20Remove conditioned-out dsf diagnostic code.Simon Tatham
2023-04-20Remove size parameter from dsf init and copy functions.Simon Tatham
2023-04-20Store a size field inside the DSF type.Simon Tatham
2023-04-20Actually make DSF an opaque structure type.Simon Tatham
2023-04-20Declare all dsfs as a dedicated type name 'DSF'.Simon Tatham
2023-04-20Use a dedicated copy function to copy dsfs.Simon Tatham
2023-04-20Use a dedicated free function to free dsfs.Simon Tatham
2018-11-13Use C99 bool within source modules.Simon Tatham
2018-11-13Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham
2018-11-13Adopt C99 bool in the edsf API.Simon Tatham
2009-12-27New puzzle! 'Keen', a clone of KenKen.Simon Tatham
2009-12-27Tweak the semantics of dsf_merge() so that the canonical element ofSimon Tatham
2007-02-25New puzzle: `Filling', a Fillomino implementation by Jonas Koelker.Simon Tatham
2006-11-01James H's Palm-compatibility updates to the latest Loopy changes,Simon Tatham
2006-10-29r6880 accidentally backed out r6780. That's what I get for acceptingSimon Tatham
2006-10-28Mike Pinna has done some major reworking of the Loopy solver, givingSimon Tatham
2006-08-05Extra utility function.Simon Tatham
2005-08-03Cleanups from James H: a few missing statics, a precautionary castSimon Tatham
2005-08-02New puzzle: `Slant', picked from the Japanese-language section ofSimon Tatham