2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 2.03 02-Feb-99 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. Fixed typo and small mistake in man page. |
9 |
|
|
10 |
|
2. Added 4th condition (GPL supersedes) and created separate LICENCE file. |
11 |
|
|
12 |
|
3. Updated pcretest so that patterns such as /abc\/def/ work like they do in |
13 |
|
Perl, that is the internal \ allows the delimiter to be included in the |
14 |
|
pattern. Locked out the use of \ as a delimiter. If \ immediately follows |
15 |
|
the final delimiter, add \ to the end of the pattern (to test the error). |
16 |
|
|
17 |
|
4. Added the convenience functions for extracting substrings after a successful |
18 |
|
match. Updated pcretest to make it able to test these functions. |
19 |
|
|
20 |
|
|
21 |
|
Version 2.02 14-Jan-99 |
22 |
|
---------------------- |
23 |
|
|
24 |
|
1. Initialized the working variables associated with each extraction so that |
25 |
|
their saving and restoring doesn't refer to uninitialized store. |
26 |
|
|
27 |
|
2. Put dummy code into study.c in order to trick the optimizer of the IBM C |
28 |
|
compiler for OS/2 into generating correct code. Apparently IBM isn't going to |
29 |
|
fix the problem. |
30 |
|
|
31 |
|
3. Pcretest: the timing code wasn't using LOOPREPEAT for timing execution |
32 |
|
calls, and wasn't printing the correct value for compiling calls. Increased the |
33 |
|
default value of LOOPREPEAT, and the number of significant figures in the |
34 |
|
times. |
35 |
|
|
36 |
|
4. Changed "/bin/rm" in the Makefile to "-rm" so it works on Windows NT. |
37 |
|
|
38 |
|
5. Renamed "deftables" as "dftables" to get it down to 8 characters, to avoid |
39 |
|
a building problem on Windows NT with a FAT file system. |
40 |
|
|
41 |
|
|
42 |
|
Version 2.01 21-Oct-98 |
43 |
|
---------------------- |
44 |
|
|
45 |
|
1. Changed the API for pcre_compile() to allow for the provision of a pointer |
46 |
|
to character tables built by pcre_maketables() in the current locale. If NULL |
47 |
|
is passed, the default tables are used. |
48 |
|
|
49 |
|
|
50 |
Version 2.00 24-Sep-98 |
Version 2.00 24-Sep-98 |
51 |
---------------------- |
---------------------- |
52 |
|
|