diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d21df41fe56..17dc673c681 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end. | ||
| 4 | Remove redundant correctness checks. | ||
| 5 | (regex_compile): Fix up error codes for \{..\} expressions. | ||
| 6 | |||
| 1 | 2004-12-05 Richard M. Stallman <rms@gnu.org> | 7 | 2004-12-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * regex.c (regex_compile): Fix end-of-pattern case for space. | 9 | * regex.c (regex_compile): Fix end-of-pattern case for space. |