From: Stefan Monnier Date: Fri, 23 Aug 2002 22:21:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096b0cc1ba9711e591360c39491b51855f76f044;p=pspp *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ab799a6212..0988d03251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-08-23 Stefan Monnier + + * regex.c (PATFETCH): Remove the translating fetch. + (PATFETCH_RAW): Rename to PATFETCH. + (set_image_of_range): New fun. + (SET_RANGE_TABLE_WORK_AREA): Use it. + (regex_compile): Don't translate the pattern chars so eagerly. + Only do it when inserting an `exactn' bytecode or when handling + a char-range. + (mutually_exclusive_p): Avoid empty statement. + 2001-10-22 Jeff Bailey * README: New file