diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3b3a90a7c95..bd188fe670f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to | ||
| 4 | the multibyte form of eight-bit-control characters. | ||
| 5 | (Fccl_execute_on_string): Initialize ccl->multibyte. | ||
| 6 | |||
| 7 | * ccl.h (struct ccl_program): New member multibyte. | ||
| 8 | |||
| 9 | * coding.c (ccl_coding_driver): Initialize ccl->multibyte. | ||
| 10 | |||
| 11 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> | ||
| 12 | |||
| 3 | * regex.c (regex_compile) <normal_char>: Pay attention to | 13 | * regex.c (regex_compile) <normal_char>: Pay attention to |
| 4 | multibyteness. | 14 | multibyteness. |
| 5 | (analyse_first) <exactn>: Setup fastmap correctly for | 15 | (analyse_first) <exactn>: Setup fastmap correctly for |