diff options
author | nijtmans <nijtmans> | 2008-12-12 21:43:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-12 21:43:35 (GMT) |
commit | 0e20b42f4918cc0b87663f858ce500d659b340e0 (patch) | |
tree | 58264c6897b8f144f465b481d9d7a3316bb92785 /ChangeLog | |
parent | 5e59751a50b0e27533ef93600fe6c7e84d6e25bf (diff) | |
download | tcl-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |