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 9d4dfa7dda0..d215a29bd70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2002-03-21 Richard M. Stallman <rms@gnu.org> | 1 | 2002-03-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro. | ||
| 4 | (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT | ||
| 5 | when jumping to `fail' to avoid undoing reg changes in the | ||
| 6 | last iteration of the loop. | ||
| 7 | (GET_UNSIGNED_NUMBER): Skip spaces around the number. | ||
| 8 | |||
| 3 | * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): | 9 | * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): |
| 4 | Depend on process.h. | 10 | Depend on process.h. |
| 5 | 11 | ||