diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-13 09:19:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-13 09:19:06 (GMT) |
commit | e383ee2adaf83682c1807fd8677281af8e14a7b4 (patch) | |
tree | cfacba58673111ee898aac5c4ffc96eed6657835 /ChangeLog | |
parent | 0e20b42f4918cc0b87663f858ce500d659b340e0 (diff) | |
download | tcl-e383ee2adaf83682c1807fd8677281af8e14a7b4.zip tcl-e383ee2adaf83682c1807fd8677281af8e14a7b4.tar.gz tcl-e383ee2adaf83682c1807fd8677281af8e14a7b4.tar.bz2 |
Many improvements to docs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,9 +1,17 @@ +2008-12-13 Donal K. Fellows <dkf@users.sf.net> + + * doc/zlib.n: Substantially improve documentation of Tcl-level API. + * generic/tclZlib.c (ZlibCmd): Flesh out the argument parsing for the + command to integrate with channels. + 2008-12-12 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclZlib.c change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) + * generic/tclZlib.c (Tcl_ZlibInflate): Change PATH_MAX to MAXPATHLEN, + since 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] + * library/clock.tcl (ProcessPosixTimeZone): Fix time change in Eastern + Europe (not 3:00 but 4:00 local time). [Bug 2207436] 2008-12-12 Donal K. Fellows <dkf@users.sf.net> @@ -27,8 +35,8 @@ TIP #322 IMPLEMENTATION - * doc/NRE.3 (new file): Added documentation of the published - API for Non-Recursive Evaluation (NRE). + * doc/NRE.3 (new file): Added documentation of the published API for + Non-Recursive Evaluation (NRE). 2008-12-11 Jan Nijtmans <nijtmans@users.sf.net> |