-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES
60 lines (44 loc) · 1.44 KB
/
CHANGES
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0.8.1 (2020-05-07) Paris
------------------------
- make camlp4 optional
0.8 (2014-12-07)
----------------
- safe_string
0.7.1 (2014-05-11)
------------------
- Use OASIS 0.4.x compiled_setup alpha feature
- Fixed _oasis file for the syntax extension
0.7 (2014-04-09)
----------------
- Switched to git and github
- Using OASIS 0.4.x
0.6 (2012-07-16)
----------------
- Update for latest oasis
0.5 (2011-07-04)
----------------
- use more search pathes for iconv
- fix a bug in Encoding.recode_string
- several optimizations for the Text module
0.4 (2010-12-09)
----------------
- Fix a bug in regular expression generation for PCRE
- Adding the function Text.transform
- Adding the module Encoding_bigarray for encoding/decoding
to/from bigarrays instead of strings
- Automatically detect whether -liconv is needed or not
0.3 (2010-02-08)
----------------
- Adding a user manual
- Adding support for regular expressions inside arbitrary pattern
matching
- Adding a syntax extension for converting human readable regular
expressions over UTF-8 strings into PCRE ones
- Faster reimplementation of Encoding.recode_string.
(note: the ?fallback argument have been removed, use //TRANSLIT instead)
- Text.encode use transliteration instead of a fallback string
- Fixing various bugs in the module Text (thanks to unit tests)
- Adding unit tests
- Adding support for windows (using GetACP instead of nl_langinfo)
0.2 (2009-05-04)
----------------