14 |
|
|
15 |
4. On systems that do not have stdint.h (e.g. Solaris), check for and include |
4. On systems that do not have stdint.h (e.g. Solaris), check for and include |
16 |
inttypes.h instead. This fixes a bug that was introduced by change 8.01/8. |
inttypes.h instead. This fixes a bug that was introduced by change 8.01/8. |
17 |
|
|
18 |
|
5. A pattern such as (?&t)*+(?(DEFINE)(?<t>.)) which has a possessive |
19 |
|
quantifier applied to a forward-referencing subroutine call, could compile |
20 |
|
incorrect code or give the error "internal error: previously-checked |
21 |
|
referenced subpattern not found". |
22 |
|
|
23 |
|
|
24 |
Version 8.01 19-Jan-2010 |
Version 8.01 19-Jan-2010 |