| 62 |
|
|
| 63 |
10. Inserted some missing (unsigned int) casts to get rid of compiler warnings. |
10. Inserted some missing (unsigned int) casts to get rid of compiler warnings. |
| 64 |
|
|
| 65 |
|
11. Applied patch from Google to remove an optimization that didn't quite work. |
| 66 |
|
The report of the bug said: |
| 67 |
|
|
| 68 |
|
pcrecpp::RE("a*").FullMatch("aaa") matches, while |
| 69 |
|
pcrecpp::RE("a*?").FullMatch("aaa") does not, and |
| 70 |
|
pcrecpp::RE("a*?\\z").FullMatch("aaa") does again. |
| 71 |
|
|
| 72 |
|
|
| 73 |
Version 7.1 24-Apr-07 |
Version 7.1 24-Apr-07 |
| 74 |
--------------------- |
--------------------- |