diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-01 08:46:32 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-01 08:46:32 +0000 |
commit | 9728af2a7e87fddfa3a77ae6dc24755d3dda3e71 (patch) | |
tree | 64b82ddb79cab4231dfe15675ece3b8166d26fe2 /Build/source/texk/kpathsea/ChangeLog | |
parent | fb351593e88110ae50ef4977b77ef6c553258480 (diff) |
kpathsea: More changes to reduce diffs with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@23300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index bfe6def546b..fe041db5dd4 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,16 @@ +2011-07-31 Peter Breitenlohner <peb@mppmu.mpg.de> + + More diffs between TeX Live and W32TeX. + * c-pathch.h: IS_DIR_SEP_CH macro to be used with `slashified' + filenames without need to test for 2-Byte Kanji codes. + + * elt-dirs.c (kpathsea_normalize_path): Slashify, reformulate, + and test for 2-Byte Kanji (CP 932, SJIS) codes. + (kpathsea_element_dirs): First call kpathsea_normalize_path() + which might modify `elt' and then test for cached answer. + + * progname.c: Make sure SELFAUTO* is not just / only for WIN32. + 2011-07-30 Peter Breitenlohner <peb@mppmu.mpg.de> * dir.c (kpathsea_dir_p, dir_p), lib.h: Unconstify string parms. @@ -5,6 +18,10 @@ expand_elt): Unconstify string parms and local vars. * progname.c (kpathsea_selfdir): Don't uselessly initialize ret. + * mingw32.c: #include <kpathsea/c-pathch.h>. + * mingw32.h [IS_DIR_SEP, IS_DEVICE_SEP, IS_UNC_NAME]: Do not + duplicate them here, use definitions from c-pathch.h. + 2011-07-29 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * tilde.c [WIN32]: Use kpathsea_getpwnam(). |