Mercurial > emacs
changeset 44064:ed2f6fb78d5d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 21 Mar 2002 09:44:43 +0000 |
parents | fd6c1f8ebd4e |
children | fca68830d4e0 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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.