| 11 |
to make them independent of the local environment's newline setting. |
to make them independent of the local environment's newline setting. |
| 12 |
|
|
| 13 |
3. Add code to configure.ac to remove -g from the CFLAGS default settings. |
3. Add code to configure.ac to remove -g from the CFLAGS default settings. |
| 14 |
|
|
| 15 |
|
4. Some of the "internals" tests were previously cut out when the link size |
| 16 |
|
was not 2, because the output contained actual offsets. The recent new |
| 17 |
|
"Z" feature of pcretest means that these can be cut out, making the tests |
| 18 |
|
usable with all link sizes. |
| 19 |
|
|
| 20 |
|
5. Implemented Stan Switzer's goto replacement for longjmp() when not using |
| 21 |
|
stack recursion. This gives a massive performance boost under BSD, but just |
| 22 |
|
a small improvement under Linux. However, it saves one field in the frame |
| 23 |
|
in all cases. |
| 24 |
|
|
| 25 |
|
|
| 26 |
Version 7.1 24-Apr-07 |
Version 7.1 24-Apr-07 |