2000-09-04   initial release

2000-09-12   bug fixes

2000-09-13   Makefile revision; bug fixes

2000-10-06   Bug fix in the Makefile (adding "make clean" in wlex.src)

2001-04-04   Updated for ocaml 3.01

2001-07-01   - Changes to the Makefile so that a single patch can apply
               to ocamllex from both 3.00 and 3.01 distributions.
             - Bug fix in the C implementation of wlex engines;
               the internal structures were not protected against
               GC during callbacks.
	       (bug reported and fixed by Gerd Stolpmann);


2002-02-19   Support for shared library (OCaml >= 3.04)

2002-02-20   Updated Makefile

2002-10-15   Updated for OCaml 3.06

2002-10-21   Makefile: split build for byte-code and native libraries 


2002-11-07   - Corrected typos in Makefile and README
             - Better error message for unbound class name 
               (still to be improved)
             - Starting a man page

2003-07-26   - Updated for the new ocamllex in OCaml 3.07 (currently,
	       wlex doesn't implement the new "as" keyword of ocamllex)
	     - Bug fix in classify engine
	     - Removed ML implementation of engines 

2003-09-29   - Updated for the final OCaml 3.07 release
             - This is probably the last release of wlex.... (see README)
               
