aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b894e9a511..8102f455802 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -67,6 +67,7 @@
67 67
68 * category.c (hash_get_category_set): Remove unused local var. 68 * category.c (hash_get_category_set): Remove unused local var.
69 (copy_category_table): Now static, since it's not used elsewhere. 69 (copy_category_table): Now static, since it's not used elsewhere.
70 * character.c (string_count_byte8): Likewise.
70 71
71 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string): 72 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
72 (Fregister_code_conversion_map): Rename locals to avoid shadowing. 73 (Fregister_code_conversion_map): Rename locals to avoid shadowing.