summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-02 15:41:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-02 15:41:52 +0000
commit49f47e772fcf8d5b6148eba21ffb438fa35c8c00 (patch)
treec13a5f8aaad9d4c8328e898a08a1160a72da74e0 /Build/source/texk/kpathsea/ChangeLog
parent6c2467cbb8e21577155060c598661d71024c1893 (diff)
kpathsea: unexport library internal functions, remove unused ones
git-svn-id: svn://tug.org/texlive/trunk@23317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index fdd2a27d5b8..eafb0c196c4 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,27 @@
+2011-08-02 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Unexport kpathsea internal functions, remove unused ones.
+ * db.[ch] (kpse_db_insert, kpse_init_db, kpse_db_search,
+ kpse_db_search_list): All removed.
+ * default.h (kpathsea_expand_default): Internal use only.
+ * default.h, kdefault.c (kpse_expand_default): Removed.
+ * elt-dirs.c (kpse_normalize_path, kpse_element_dirs): Removed.
+ * expand.[ch] (kpathsea_expand): Internal use only.
+ (kpse_expand): Removed.
+ * fn.h (fn_init, fn_copy0, fn_free, fn_1grow, fn_grow,
+ fn_str_grow, fn_shrink_to): ALL internal use only.
+ * hash.h (hash_insert_normalized): Internal use only.
+ * path-elt.c (kpse_path_element): Removed.
+ * pathsearch.[ch] (kpathsea_path_element, kpathsea_element_dirs,
+ kpathsea_path_search_list, kpathsea_path_search_list_generic,
+ kpathsea_all_path_search_list): Internal use only.
+ (kpse_path_element, kpse_filename_component,
+ kpse_normalize_path, kpse_element_dirs, kpse_path_search_list,
+ kpse_path_search_list_generic, kpse_all_path_search_list):
+ Removed.
+ * fontmap.h, tilde.h, truncate.h, xstat.h: Whole files internal
+ use only.
+
2011-08-02 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* win32lib.h: follow mingw32.h for boolean and move definitions