Mercurial > emacs
diff src/ChangeLog @ 44064:ed2f6fb78d5d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 21 Mar 2002 09:44:43 +0000 |
parents | 42c4f337cf14 |
children | 32fbb48c7bc6 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 21 09:44:14 2002 +0000 +++ b/src/ChangeLog Thu Mar 21 09:44:43 2002 +0000 @@ -1,5 +1,11 @@ 2002-03-21 Richard M. Stallman <rms@gnu.org> + * regex.c (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. + * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): Depend on process.h.