summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-12 21:43:35 (GMT)
committernijtmans <nijtmans>2008-12-12 21:43:35 (GMT)
commit0e20b42f4918cc0b87663f858ce500d659b340e0 (patch)
tree58264c6897b8f144f465b481d9d7a3316bb92785 /ChangeLog
parent5e59751a50b0e27533ef93600fe6c7e84d6e25bf (diff)
downloadtcl-0e20b42f4918cc0b87663f858ce500d659b340e0.zip
tcl-0e20b42f4918cc0b87663f858ce500d659b340e0.tar.gz
tcl-0e20b42f4918cc0b87663f858ce500d659b340e0.tar.bz2
change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 796d294..a322c94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-12-12 Jan Nijtmans <nijtmans@users.sf.net>
+ * generic/tclZlib.c change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX)
* doc/clock.n: Document new DST fallback rules.
* library/clock.tcl (ProcessPosixTimeZone): Fix time change
in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436]