From: Andrew Innes Date: Tue, 24 Oct 2000 14:01:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_28~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=370b4482f2ae8d3e22f7b4e18834a4ea0af07aa4;p=thirdparty%2Fgnulib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2b6a383d43..4ab7c05f4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-10-24 Andrew Innes + + * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on + NT-Emacs only. + (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, + so that re_search functions only quit when callers expect them to. + 2000-10-24 Kenichi Handa * regex.c (regex_compile): Change the way of handling a range from