eliot/dic
Antoine Fraboulet c44a16dc13 - small typo fix in comments
- add doxygen file description
  - revert Dic_chr / board_search patch
    returning the character instead of the code
    was a HUGE performance penalty
    The dictionary must use codes, the board must be
    made to use codes instead of dic using tiles.
  - add Dic_char and Dic_char_lookup as temporary
    fixes for board_search. Should modify Board and Cross class
    instead.
  - create dic_code_t type
2006-01-01 19:51:00 +00:00
..
.cvsignore Added .cvsignore files 2004-07-08 18:17:31 +00:00
alist.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
alist.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
automaton.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
automaton.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
compdic.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
dic.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
dic.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
dic_internals.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
dic_search.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
dic_search.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
er.l Updated licence text with FSF's new address. 2005-10-23 14:53:42 +00:00
er.y Backported modifications in dic/ 2005-11-05 17:56:22 +00:00
hashtable.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
hashtable.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
listdic.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
Makefile.am Backported modifications in dic/ 2005-11-05 17:56:22 +00:00
regexp.c - small typo fix in comments 2006-01-01 19:51:00 +00:00
regexp.h - small typo fix in comments 2006-01-01 19:51:00 +00:00
regexpmain.c - small typo fix in comments 2006-01-01 19:51:00 +00:00