File: CHANGES

package info (click to toggle)
ulex 0.8-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 263
  • sloc: ml: 975; makefile: 47; sh: 22
file content (29 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0.8 released Oct 30 2005
     * Really make it work with OCaml 3.09.
     * Support for Utf-16.

0.7 released May 24 2005
     * Bug fixes
     * Update to OCaml 3.09 (currently CVS). Still works with OCaml 3.08.
     * MIT-like license (used to LGPL)

0.5 release Jul. 8 2004
     * Document how to use a custom implementation for lex buffers
     * Update to OCaml 3.08

0.4 released Jan. 10 2004
     * Bug fix (accept 1114111 as valid Unicode code point)
     * Add the rollback function

0.3 released Oct. 8 2003
     * Bug fix
     * Add a new predefined class for ISO identifiers

0.2 released Sep. 22 2003
     * Changed the names of predefined regexp
     * Fix max_code = 0x10ffff
     * Lexers that changes encoding on the fly
     * Documentation of the interface Ulexing

0.1 released Sep. 20 2003
     * Initial release