comparison 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
comparison
equal deleted inserted replaced
44063:fd6c1f8ebd4e 44064:ed2f6fb78d5d
1 2002-03-21 Richard M. Stallman <rms@gnu.org> 1 2002-03-21 Richard M. Stallman <rms@gnu.org>
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.
2 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
6 2002-03-20 Jason Rumney <jasonr@gnu.org> 12 2002-03-20 Jason Rumney <jasonr@gnu.org>