diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f4961e70012..330361ebf0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-09-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * regex.c (set_image_of_range_1): In no-TRANSLATE case, | ||
| 4 | call EXTEND_RANGE_TABLE and return a proper value. | ||
| 5 | (set_image_of_range): Don't call set_image_of_range_1 | ||
| 6 | if no TRANSLATE or if range includes all of Latin-1. | ||
| 7 | Only call it for the Latin-1 part of the range. | ||
| 8 | For other cases, make two separate ranges, | ||
| 9 | one for the original specified characters and one for | ||
| 10 | their case-conversions. | ||
| 11 | |||
| 1 | 2002-09-04 Richard M. Stallman <rms@gnu.org> | 12 | 2002-09-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * s/sol2-5.h (UNEXEC): Use unexsol.o. | 14 | * s/sol2-5.h (UNEXEC): Use unexsol.o. |