diff options
| author | Richard M. Stallman | 2002-03-21 09:44:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-21 09:44:43 +0000 |
| commit | f6df485fd77a79b73dea20183d24663ac9213561 (patch) | |
| tree | 8d8138d31eb4306f26e26e8a04ae46790829272f /src/ChangeLog | |
| parent | bed0fc913cfff3f02eba6c7ee5e2fe144f3f1465 (diff) | |
| download | emacs-f6df485fd77a79b73dea20183d24663ac9213561.tar.gz emacs-f6df485fd77a79b73dea20183d24663ac9213561.zip | |
(DISCARD_FAILURE_REG_OR_COUNT): New macro.
(CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
when jumping to `fail' to avoid undoing reg changes in the
last iteration of the loop.
(GET_UNSIGNED_NUMBER): Skip spaces around the number.
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 | ||