diff options
author | hobbs <hobbs> | 2003-02-27 23:57:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-27 23:57:39 (GMT) |
commit | 8cbe02babef0520e56081751f8f306f37ce3c7a4 (patch) | |
tree | b7c250fd318047f0a286c149a541e2b11794a757 | |
parent | 82c4b996805d7eb404b6bb5d6a66c0f11995f272 (diff) | |
download | tcl-8cbe02babef0520e56081751f8f306f37ce3c7a4.zip tcl-8cbe02babef0520e56081751f8f306f37ce3c7a4.tar.gz tcl-8cbe02babef0520e56081751f8f306f37ce3c7a4.tar.bz2 |
see ChangeLog
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -1,3 +1,11 @@ +2003-02-27 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code + check of typePtr (darley). + + * tests/winTime.test: added note about PCI hardware dependency + issues with high performance clock. + 2003-02-27 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/lsearch.test (lsearch-10.7): @@ -6,17 +14,17 @@ 2003-02-26 Chengye Mao <chengye.geo@yahoo.com> - * win/tclWinInit.c: fixed a bug in TclpSetVariables by initializing - dwUserNameLen with the sizeof(szUserName) before calling GetUserName. - Don't know if this bug has been recorded: it caused crash in starting - Tcl or wish in Windows. - -2003-02-26 Jeff Hobbs <jeffh@ActiveState.com> + * win/tclWinInit.c: fixed a bug in TclpSetVariables by initializing + dwUserNameLen with the sizeof(szUserName) before calling GetUserName. + Don't know if this bug has been recorded: it caused crash in starting + Tcl or wish in Windows. + +2003-02-26 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when deleting a command that had trace on it. [Bug #693564] (sofer) -2003-02-25 Don Porter <dgp@users.sourceforge.net> +2003-02-25 Don Porter <dgp@users.sourceforge.net> * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching * library/package.tcl: of -load patterns, to better accomodate |