comparison src/ChangeLog @ 32911:67ee3f53d728

Copy across changelog entries for regex.c.
author Andrew Innes <andrewi@gnu.org>
date Thu, 26 Oct 2000 12:43:47 +0000
parents 7c15ab25a62c
children 8a79f057b2a5
comparison
equal deleted inserted replaced
32910:3a5e5c74d3bb 32911:67ee3f53d728
98 * dired.c (directory_files_internal_unwind): New function. 98 * dired.c (directory_files_internal_unwind): New function.
99 (directory_files_internal): Use it to ensure closedir is called 99 (directory_files_internal): Use it to ensure closedir is called
100 even if expand-file-name or file-attributes throw, eg. because of 100 even if expand-file-name or file-attributes throw, eg. because of
101 a user interrupt. Also enable immediate_quit while calling 101 a user interrupt. Also enable immediate_quit while calling
102 re_search, so that matching can be interrupted as well. 102 re_search, so that matching can be interrupted as well.
103
104 2000-10-24 Andrew Innes <andrewi@gnu.org>
105
106 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
107 NT-Emacs only.
108 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
109 so that re_search functions only quit when callers expect them to.
110
111 2000-10-24 Kenichi Handa <handa@etl.go.jp>
112
113 * regex.c (regex_compile): Change the way of handling a range from
114 a char less than 256 to a char not less than 256.
103 115
104 2000-10-24 Gerd Moellmann <gerd@gnu.org> 116 2000-10-24 Gerd Moellmann <gerd@gnu.org>
105 117
106 * window.c (size_window): Prevent setting window's width or 118 * window.c (size_window): Prevent setting window's width or
107 height to a negative value (esp. with XSETFASTINT). 119 height to a negative value (esp. with XSETFASTINT).