]> git.cworth.org Git - wordgame/shortlog
wordgame
2006-09-21 Carl WorthPrint board before result summary
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 WorthRemove dependence on string_t functions from grid.c
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...
2006-09-19 Carl WorthIgnore *.o and *~ files.
2006-09-17 Carl WorthAdd input, verification, and scoring.
2006-09-17 Carl WorthAdd board and solver.
2006-09-17 Carl WorthInitial comit of wordgame