commit - 59e34a7a180974d2b92b1cffb89a19da52181616
commit + 9f6cd5e39233d6cb0c1b1f9d7a2ffab192ecba46
blob - 9ab3770108d210c2ac1819a7f6d6713df0275e34
blob + 172cea77e9ec17289170c182a3691ffb396f4e4a
--- CHANGES
+++ CHANGES
+0.3.3
+
+- Words can now be separated by any amount of any whitespace.
+- Improved the algorithm: offsets of words are now memorised on the
+first pass.
+- Limited the number of words in the dictionary to 32767.
+- Simplified the makefile.
+
0.3.2
Removed the BSD dependencies (again).
blob - f6fc7bd63f057ebd97c3c16df32fcc0bfcdda8bd
blob + 97a9cb91bab6915d7ed11523b775e7e6d136fd0b
--- config.mk
+++ config.mk
-VERSION = 0.3.2
+VERSION = 0.3.3
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man