diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.7 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 576aebd87e2..3ea172f53c7 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * Version 20.3 released. | 3 | * Version 20.3 released. |
| 4 | 4 | ||
| 5 | * callproc.c (Fcall_process): Use malloc for decoding_buf. | 5 | * callproc.c (Fcall_process): Use malloc for decoding_buf. |
| 6 | 6 | ||
| 7 | * s/freebsd.h (LD_SWITCH_SYSTEM): Delete -dp. | 7 | * s/freebsd.h (LD_SWITCH_SYSTEM): Delete -dp. |
| 8 | 8 | ||
| 9 | * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increased. | 9 | * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increased. |
| @@ -25,8 +25,7 @@ | |||
| 25 | * ccl.c (CCL_READ_CHAR): If eof is encounterd while processing the | 25 | * ccl.c (CCL_READ_CHAR): If eof is encounterd while processing the |
| 26 | last block, don't just finish but processes eol block of the | 26 | last block, don't just finish but processes eol block of the |
| 27 | current CCL program. | 27 | current CCL program. |
| 28 | (ccl_driver): Add a new jump label ccl_repeat for the above | 28 | (ccl_driver): Add a new jump label ccl_repeat for the above change. |
| 29 | change. | ||
| 30 | 29 | ||
| 31 | * coding.c (ccl_coding_driver): Setup ccl->last_block properly. | 30 | * coding.c (ccl_coding_driver): Setup ccl->last_block properly. |
| 32 | (setup_coding_system): Correctly setup `valid_codes' member. | 31 | (setup_coding_system): Correctly setup `valid_codes' member. |