summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-13 11:20:26 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-13 11:20:26 +0000
commit98b38818d5618fce1e1cf6e95a924e206249eb42 (patch)
treefe9f1689584277105855987d376ca8692490bfdb /Build/source/texk/kpathsea/ChangeLog
parent98b3e920b0a94a24517b8ccede04d1a9a3cc9c3f (diff)
kpathsea: Resolve remaining const related problems
web2c, ptexenc: Adapt git-svn-id: svn://tug.org/texlive/trunk@28521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index af229dd3000..4fed51f29cd 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,16 @@
+2012-12-13 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Resolve remaining const related problems.
+ * db.[ch] (kpathsea_db_search_list): Make arg3 non-const.
+ * pathsearch.[ch] (kpathsea_path_search_list_generic,
+ dir_list_search_list): Make arg3 non-const.
+ * tex-file.c: Remove casts 'string*' => 'const_string*'.
+ * readable.[ch] (kpathsea_readable_file): Make arg non-const.
+ Include code to truncate too-long filename components.
+
+ * truncate.[ch] (kpathsea_truncate_filename): Files removed.
+ * Makefile.am: Drop truncate.c and truncate.h.
+
2012-12-12 Peter Breitenlohner <peb@mppmu.mpg.de>
Somewhat disentangle path search functions.