Commit graph

94 commits

Author SHA1 Message Date
ehouse
588514a6f9 exit if can't open table file; include assert for compile on sarge 2006-04-14 08:23:28 +00:00
ehouse
936fdc0a6c For already-sorted case, read words from file on as-needed basis rather
than build a vector to hold them.
2006-04-14 05:23:30 +00:00
ehouse
922ffab3a3 Use new compiled dict2dawg when present. 2006-04-13 15:30:15 +00:00
ehouse
c270729bbb A final bit of cleanup. All the perl is gone. 2006-04-13 04:04:03 +00:00
ehouse
52b19880ee Cleanup: remove dead code. 2006-04-13 03:58:54 +00:00
ehouse
a028918a3b Use a single huge buffer for all strings rather than calling malloc
for each.  Makes a measureable speed difference.
2006-04-13 03:52:48 +00:00
ehouse
1325f83659 debug: works now! Also ifdef out debug/verbose code. 2006-04-13 03:49:41 +00:00
ehouse
36c6cd214b print letter as well as tile in text dumps (same as cpp version) 2006-04-13 03:06:18 +00:00
ehouse
3f4faae5b5 add -debug arg for parity with cpp version, and add -mn flag to usage(). 2006-04-13 02:58:39 +00:00
ehouse
271662a45f Tons of changes continuing port from perl. Doesn't quite work yet, but close. 2006-04-13 02:57:43 +00:00
ehouse
cfba77ff01 Starting work on cpp version of dict2dawg.pl. This is nowhere near complete. 2006-04-12 04:39:49 +00:00
ehouse
95a3f86d85 add an underbar to separate numerals 2006-03-18 03:35:20 +00:00
ehouse
55ee272416 ignore .stamp files 2006-03-04 15:36:06 +00:00
ehouse
6f25699e37 first checked in. works 2006-02-26 23:51:57 +00:00
ehouse
4f0a72e7e6 get rid of null-termination and 'sort -z' since that option isn't on
new ISP's BSD sort.
2006-02-10 05:12:25 +00:00
ehouse
dcd31cd092 update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
ehouse
0089381973 fix so hex dicts build again 2005-10-30 19:05:40 +00:00
ehouse
7bdb3da634 replace sed with awk 2005-10-30 19:04:49 +00:00
ehouse
9533c0590d syntax error 2005-07-09 15:36:39 +00:00
ehouse
a9659a3f4c ditch words without vowels 2005-07-06 00:58:44 +00:00
ehouse
f3ae66850a fix description at user's suggestion 2005-06-27 05:23:14 +00:00
ehouse
c339a6af2a first checked in. Seems to work. 2005-06-22 06:40:53 +00:00
ehouse
00b4366ce1 path to local copy of wordlist 2005-06-16 05:12:49 +00:00
ehouse
696db43b72 fix typos 2005-06-11 15:32:34 +00:00
ehouse
62b066e483 first checkin for Danish 2005-06-11 15:32:09 +00:00
ehouse
dd78cf355f add note about use of iso-8859-2 character encoding 2004-12-12 06:29:16 +00:00
ehouse
8e4546e32d catch up with the current Polish values (says a correspondent) 2004-12-11 05:36:31 +00:00
ehouse
50d49e534f add .xwd 2004-11-05 14:37:38 +00:00
ehouse
500651c1f9 first checked in 2004-11-05 14:26:25 +00:00
ehouse
4ad909a6e3 TARGET_TYPE to PALM; use env variable to locate input wordlist 2004-11-05 14:24:47 +00:00
ehouse
00937f5c4a TARGET_TYPE to PALM 2004-11-05 14:20:25 +00:00
ehouse
d019054eb5 add -raw option to dump DAWG in way useful for debugging engine and
dawgshow.
2004-10-15 04:01:22 +00:00
ehouse
cae1456da3 add .xwd and .pdb 2004-10-05 02:34:36 +00:00
ehouse
8d6d8f80dd ignore dicts 2004-10-02 03:58:47 +00:00
ehouse
4fafa36a44 remove tabs indenting lines between ifdef and endif. For some reason
this was blocking some assignments.
2004-10-02 03:48:14 +00:00
ehouse
ff19bb0b16 just copied from ../English 2004-07-21 14:36:00 +00:00
ehouse
03896da111 print letters as well as tiles when dieing because words out of order. 2004-07-21 14:34:10 +00:00
ehouse
d9af27b056 rule for building main dict from public commons list 2004-07-21 02:07:48 +00:00
ehouse
bccdedea9e track last word for debugging purposes. 2004-07-21 02:06:24 +00:00
ehouse
c955c24dc3 print words up to 99 letters long 2004-07-21 02:04:57 +00:00
ehouse
94f8baeed5 fix filters with the help of a localized Polish system. 2004-07-20 14:57:05 +00:00
ehouse
a332242c7a add CHARSET attribute 2004-07-20 01:05:46 +00:00
ehouse
b6f91f6c7c first checkin; may not work 2004-07-19 13:55:58 +00:00
ehouse
9b6784d4f3 Friendlier warning when CAB builder file not found. 2004-07-11 16:52:29 +00:00
ehouse
0ff235fee5 first checkin; works 2004-07-11 16:27:28 +00:00
ehouse
6ca300067b fix so can build on windoze; add step to build .CAB files from dicts for Wince 2004-07-11 16:25:43 +00:00
ehouse
8db7f244d3 cannot binmode(STDOUT) 2004-07-11 16:24:12 +00:00
ehouse
0539ebd1d9 fix problems introduced with WINCE_ONLY definition. Apparently you
can't redifine a makefile var and have the new value used on
subsequent lines.
2004-07-11 15:03:03 +00:00
ehouse
d97d5f3b22 handle DOS EOL 2004-07-09 04:02:48 +00:00
ehouse
6430754ab1 cleanup 2004-07-08 14:26:42 +00:00