| 81 |
most of the time, it *can* run out if it is given a pattern that contains a |
most of the time, it *can* run out if it is given a pattern that contains a |
| 82 |
runaway infinite recursion. I updated the discussion in the pcrestack man |
runaway infinite recursion. I updated the discussion in the pcrestack man |
| 83 |
page. |
page. |
| 84 |
|
|
| 85 |
|
13. Now that we have gone to the x.xx style of version numbers, the minor |
| 86 |
|
version may start with zero. Using 08 or 09 is a bad idea because users |
| 87 |
|
might check the value of PCRE_MINOR in their code, and 08 or 09 may be |
| 88 |
|
interpreted as invalid octal numbers. I've updated the previous comment in |
| 89 |
|
configure.ac, and also added a check that gives an error if 08 or 09 are |
| 90 |
|
used. |
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|