comparison src/ChangeLog @ 31214:09f57791137e

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Aug 2000 00:37:50 +0000
parents c45b6e464f4c
children 6e4b811a1f3e
comparison
equal deleted inserted replaced
31213:9efb8adfefa4 31214:09f57791137e
1 2000-08-27 Stefan Monnier <monnier@cs.yale.edu> 1 2000-08-27 Stefan Monnier <monnier@cs.yale.edu>
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).
2 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.
6 15