diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-01-23 21:22:06 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-01-23 21:22:06 (GMT) |
commit | 82914a2620307f81f9199eb2e9af70a11dc31ba4 (patch) | |
tree | f2a4df0bbc0cb75c7f5c374f9888f9df4a15ba96 /ChangeLog | |
parent | fe36337ab48292e97cc3cae11a8efe99c1143bde (diff) | |
download | tcl-82914a2620307f81f9199eb2e9af70a11dc31ba4.zip tcl-82914a2620307f81f9199eb2e9af70a11dc31ba4.tar.gz tcl-82914a2620307f81f9199eb2e9af70a11dc31ba4.tar.bz2 |
* unix/mkLinks: Regenerated.
* doc/CrtChannel.3:
* doc/ChnlStack.3: Moved documentation for 'Tcl_GetTopChannel'
from 'CrtChannel' to 'ChnlStack'. Added documentation of
'Tcl_GetStackedChannel'. Bug #506147 reported by Mark Patton
<msp@users.sourceforge.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,3 +1,12 @@ +2002-01-23 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * unix/mkLinks: Regenerated. + * doc/CrtChannel.3: + * doc/ChnlStack.3: Moved documentation for 'Tcl_GetTopChannel' + from 'CrtChannel' to 'ChnlStack'. Added documentation of + 'Tcl_GetStackedChannel'. Bug #506147 reported by Mark Patton + <msp@users.sourceforge.net>. + 2002-01-23 Don Porter <dgp@users.sourceforge.net> * doc/GetHostName.3: @@ -19,8 +28,8 @@ 2002-01-21 David Gravereaux <davygrvy@pobox.com> * generic/tclLoadNone.c: TclpLoadFile() didn't match proto of - typedef Tcl_FSLoadFileProc. OK'd by vincentdarley. - [Patch #502488] + typedef Tcl_FSLoadFileProc. OK'd by vincentdarley. + [Patch #502488] 2002-01-21 Andreas Kupries <andreas_kupries@users.sourceforge.net> @@ -40,13 +49,13 @@ 2002-01-21 Don Porter <dgp@users.sourceforge.net> * generic/tclTest.c: Converted declarations of TestReport file system - to more portable form. [Bug 501417]. + to more portable form. [Bug 501417]. * generic/tcl.decls (Tcl_TraceCommand,Tcl_UntraceCommand, Tcl_CommandTraceInfo): * generic/tclCmdMZ.c (Tcl_TraceCommand,Tcl_UntraceCommand, Tcl_CommandTraceInfo): Updated APIs in generic/tclCmdMZ.c - according to the guidelines of TIP 27. + according to the guidelines of TIP 27. * generic/tclDecls.h: make genstubs 2002-01-18 Don Porter <dgp@users.sourceforge.net> @@ -66,7 +75,7 @@ * mac/tclMacFile.c: * mac/tclMacLoad.c: * mac/tclMacResource.c: TIP 27 CONSTification broke the mac - build in a number of places. + build in a number of places. 2002-01-17 Andreas Kupries <andreas_kupries@users.sourceforge.net> |