2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 2.02 14-Jan-99 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. Initialized the working variables associated with each extraction so that |
9 |
|
their saving and restoring doesn't refer to uninitialized store. |
10 |
|
|
11 |
|
2. Put dummy code into study.c in order to trick the optimizer of the IBM C |
12 |
|
compiler for OS/2 into generating correct code. Apparently IBM isn't going to |
13 |
|
fix the problem. |
14 |
|
|
15 |
|
3. Pcretest: the timing code wasn't using LOOPREPEAT for timing execution |
16 |
|
calls, and wasn't printing the correct value for compiling calls. Increased the |
17 |
|
default value of LOOPREPEAT, and the number of significant figures in the |
18 |
|
times. |
19 |
|
|
20 |
|
4. Changed "/bin/rm" in the Makefile to "-rm" so it works on Windows NT. |
21 |
|
|
22 |
|
5. Renamed "deftables" as "dftables" to get it down to 8 characters, to avoid |
23 |
|
a building problem on Windows NT with a FAT file system. |
24 |
|
|
25 |
|
|
26 |
Version 2.01 21-Oct-98 |
Version 2.01 21-Oct-98 |
27 |
---------------------- |
---------------------- |
28 |
|
|