summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-10 00:11:58 +0000
committerKarl Berry <karl@freefriends.org>2010-04-10 00:11:58 +0000
commit544d8088c3dc794e227dd7384d7c4b15b6bf80d1 (patch)
treec241601c00c41edf87c65c6e0b29ff5e4612be89 /Build/source/texk/kpathsea/ChangeLog
parent5fd15d101add3e08ff14e00c8a38998602e87959 (diff)
use MAX_PATH for PATH_MAX (Windows), et al.; from Javier Mugica
git-svn-id: svn://tug.org/texlive/trunk@17781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 4656233039a..6d16f3eed23 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-10 Karl Berry <karl@tug.org>
+
+ * progname.c (c-pathmx.h): #include unconditionally.
+ * c-pathmx.h (PATH_MAX) [MAX_PATH]: #define PATH_MAX as MAX_PATH
+ for Windows.
+ * win32lib.h: include io.h, fcntl.h, direct.h.
+ From Javier Mugica, 9 Apr 2010 22:04:46.
+
2010-04-09 Karl Berry <karl@tug.org>
* types.h: doc fixes.