diff options
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> |