aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-21 09:44:43 +0000
committerRichard M. Stallman2002-03-21 09:44:43 +0000
commitf6df485fd77a79b73dea20183d24663ac9213561 (patch)
tree8d8138d31eb4306f26e26e8a04ae46790829272f /src/ChangeLog
parentbed0fc913cfff3f02eba6c7ee5e2fe144f3f1465 (diff)
downloademacs-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/ChangeLog6
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 @@
12002-03-21 Richard M. Stallman <rms@gnu.org> 12002-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