diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de883b830a4..9f3f20bbb3e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2000-04-02 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.c (PTR_TO_OFFSET) [!emacs]: Remove. | ||
| 4 | (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros. | ||
| 5 | (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when | ||
| 6 | we are between str1 and str2. | ||
| 7 | (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default. | ||
| 8 | (PATFETCH): Use `TRANSLATE'. | ||
| 9 | (PATFETCH_RAW): Fetch multibyte char if applicable. | ||
| 10 | (PATUNFETCH): Remove. | ||
| 11 | (regex_compile): Rely on PATFETCH to do most of the multibyte magic. | ||
| 12 | When writing a char, write it directly into the pattern buffer rather | ||
| 13 | than going needlessly through a temp char-array. | ||
| 14 | (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the | ||
| 15 | multibyte magic and remove the useless `#ifdef emacs'. | ||
| 16 | (bcmp_translate): Don't compare as multibyte chars when in a unibyte | ||
| 17 | buffer. | ||
| 18 | |||
| 19 | * regex.h (struct re_pattern_buffer): Make field `multibyte' | ||
| 20 | conditional on `emacs'. | ||
| 21 | |||
| 22 | * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c. | ||
| 23 | |||
| 1 | 2000-04-01 Ken Raeburn <raeburn@gnu.org> | 24 | 2000-04-01 Ken Raeburn <raeburn@gnu.org> |
| 2 | 25 | ||
| 3 | * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand | 26 | * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand |