]> git.cworth.org Git - wordgame/commit
Fix to not give hints by putting answers found so far in their alphabetical position.
authorCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 07:41:26 +0000 (23:41 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 07:41:26 +0000 (23:41 -0800)
commit0dd9b1cd908b90236fba38ef4d7402c8fbcbb99b
tree1de33a49c87c205ae25ea31faab71234b41f05fe
parenta46e558ad8d3243c76a9a6cafb6100be4f3f2dae
Fix to not give hints by putting answers found so far in their alphabetical position.

Instead all found answers now appear alphabetically before the blanks
corresponding to all unfound answers.

Part of implementing this was adding new of_length interfaces to dict
in place (or in addition) to the previous by_length interfaces. The
new interfaces are much more useful, (allowing length-limited queries
without any implicit looping).
dict.c
dict.h
rack-fancy.c