]> git.cworth.org Git - wordgame/history - dict.c
Increase the window size a bit
[wordgame] / dict.c
2007-05-08 Carl WorthFix typo in copyright/licensing blurb.
2006-12-19 Carl Worthdict: Fix bug in for_each iterations with no max_length...
2006-12-19 Carl WorthEnsure that there is at least one word using all letter...
2006-12-19 Carl WorthFix to not give hints by putting answers found so far...
2006-12-18 Carl WorthPass the dict entry flags to the for_each callback
2006-12-18 Carl Worthdict: Add dict_for_each functions
2006-09-23 Carl WorthMove the main game logic from grid.c to new word-game.c
2006-09-21 Carl WorthMove IS_WORD flag from trie to dict layer
2006-09-21 Carl WorthAdd -Wmissing-prototypes and add a bunch of missing...
2006-09-21 Carl WorthMove private portions of dict from dict-impl.h back...
2006-09-21 Carl WorthAdd printing to dict interface. Breakup grid prints...
2006-09-21 Carl WorthComplete the dict layer by adding dict_cursor_t and...
2006-09-21 Carl WorthBegin to wean grid.c away from trie and toward dict.
2006-09-21 Carl WorthEliminate useless layer of dict wrapping trie.
2006-09-21 Carl WorthHide implementation details of dict in dict-impl.h...
2006-09-21 Carl WorthBreak wordgame.c into dict.c and grid.c in preparation...