aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-08-28 00:37:50 +0000
committerStefan Monnier2000-08-28 00:37:50 +0000
commit0b32bf0e347f0f16f9f4c1860af1b85f900e64f0 (patch)
tree46c7f81e011c37ecbd887c26ede3a429fc72105f /src/ChangeLog
parent28bb2cef0204faf0dbbce096ec6d18810ff273e8 (diff)
downloademacs-0b32bf0e347f0f16f9f4c1860af1b85f900e64f0.tar.gz
emacs-0b32bf0e347f0f16f9f4c1860af1b85f900e64f0.zip
* regex.c: Indent cpp directives and remove parens after `defined'.
(PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place. (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition. (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY. (re_compile_pattern): Use size_t for length. (init_syntax_once): Move to a better place. * regex.h: Merge changes from GNU libc. Indent cpp directives. (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b9fcac51fc4..f63e037fd41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12000-08-27 Stefan Monnier <monnier@cs.yale.edu> 12000-08-27 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * regex.c: Indent cpp directives and remove parens after `defined'.
4 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
5 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
6 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
7 (re_compile_pattern): Use size_t for length.
8 (init_syntax_once): Move to a better place.
9 * regex.h: Merge changes from GNU libc. Indent cpp directives.
10 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
11
3 * syntax.c (back_comment): Detect cases where a comment-starter is 12 * syntax.c (back_comment): Detect cases where a comment-starter is
4 actually inside another comment as in: /* a // b */ c // d \n. 13 actually inside another comment as in: /* a // b */ c // d \n.
5 Make it clear that `comstart_pos' is unused for nested comments. 14 Make it clear that `comstart_pos' is unused for nested comments.