summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
commit05d7395ed18ddec8c4a339adb64708ba7a8c52d0 (patch)
treeac33c1c0c13e30a2ee53db5eb55f5768d6575ce5 /Build/source/texk/kpathsea/ChangeLog
parent46a755637a029e18140bc635485f25020c276ef9 (diff)
somewhat reorganize libkpathsea internals
git-svn-id: svn://tug.org/texlive/trunk@17037 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 0ecbbcf1267..3389509816f 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -8,6 +8,19 @@
(<kpathsea/c-pathmx.h>) [__DJGPP__]: change conditional from DJGPP.
Suggestion from Javier Mugica, 13 Feb 2010 20:46:12.
+2010-02-14 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * variable.c (kpathsea_var_value, expand): Treat strings
+ returned by getenv() and kpathsea_cnf_get() as const.
+ Replace kpathsea_var_expand() plus kpathsea_tilde_expand() by
+ kpathsea_expand() and include expand.h instead of tilde.h.
+
+ * tilde.[ch] (kpathsea_tilde_expand): Now used only in expand.c
+ by kpathsea_expand(). Declare string param as non-const.
+ (kpse_tilde_expand): Removed.
+
+ * hash.[ch]: Adjust comments and remove trailing whitespace.
+
2010-02-13 Peter Breitenlohner <peb@mppmu.mpg.de>
* xopendir.c [WIN32]: Define neither xopendir nor xclosedir.