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