diff options
author | hobbs <hobbs> | 2000-01-26 03:37:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-26 03:37:40 (GMT) |
commit | 3eb5dfa1d24599dedc834f002282d654e757b552 (patch) | |
tree | bd7431bafb7dd513d0d3ef639da18cf478ec87e4 /generic/tcl.decls | |
parent | 04bd0d9f87302a0c6dfcf3641cee54bc29c3f223 (diff) | |
download | tcl-3eb5dfa1d24599dedc834f002282d654e757b552.zip tcl-3eb5dfa1d24599dedc834f002282d654e757b552.tar.gz tcl-3eb5dfa1d24599dedc834f002282d654e757b552.tar.bz2 |
* generic/tclClock.c (FormatClock): inlined resultPtr, as it
conflicted with var creation for HAVE_TZSET #def [Bug: 4063]
* generic/tclCmdIL.c (Tcl_LsortObjCmd): fixed potential leak
when calling lsort -command with bad command [Bug: 4067]
* generic/tclFileName.c (Tcl_JoinPath): added support for special
QNX node id prefixes in pathnames [Bug: 4053]
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index de67fc2..7238d14 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.decls,v 1.29 2000/01/24 02:29:57 hobbs Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.30 2000/01/26 03:37:40 hobbs Exp $ library tcl @@ -972,7 +972,7 @@ declare 280 generic { # # C-Level API for (un)stacking of channels. This allows the introduction # of filtering channels with relatively little changes to the core. -# This patch was created in cooperation with Jan Nijtmans <nijtmans@wxs.nl> +# This patch was created in cooperation with Jan Nijtmans j.nijtmans@chello.nl # and is therefore part of his plus-patches too. # # It would have been possible to place the following definitions according |