--- code/trunk/ChangeLog 2007/05/04 15:11:14 164 +++ code/trunk/ChangeLog 2007/05/09 10:50:57 165 @@ -11,15 +11,15 @@ to make them independent of the local environment's newline setting. 3. Add code to configure.ac to remove -g from the CFLAGS default settings. - + 4. Some of the "internals" tests were previously cut out when the link size was not 2, because the output contained actual offsets. The recent new - "Z" feature of pcretest means that these can be cut out, making the tests - usable with all link sizes. - + "Z" feature of pcretest means that these can be cut out, making the tests + usable with all link sizes. + 5. Implemented Stan Switzer's goto replacement for longjmp() when not using stack recursion. This gives a massive performance boost under BSD, but just - a small improvement under Linux. However, it saves one field in the frame + a small improvement under Linux. However, it saves one field in the frame in all cases.