diff options
author | hobbs <hobbs> | 2000-04-04 08:04:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-04 08:04:28 (GMT) |
commit | eba90b9b52a8773b35c265bebaa0dabffad1c3ba (patch) | |
tree | 1132e96ee6e5960fbd0f148aacfa7a7d4ffebe57 /ChangeLog | |
parent | 64afb60385be9d09aa64657ebc5bdc6c6d669074 (diff) | |
download | tcl-eba90b9b52a8773b35c265bebaa0dabffad1c3ba.zip tcl-eba90b9b52a8773b35c265bebaa0dabffad1c3ba.tar.gz tcl-eba90b9b52a8773b35c265bebaa0dabffad1c3ba.tar.bz2 |
* generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr
to prevent itcl info override crash [Bug: 4064]
* tests/foreach.test:
* tests/namespace.test:
* tests/var.test: Added lsorts to avoid random sorted return
problems. [Bug: 2682]
* tests/fileName.test: fixed 14.1 test fragility [Bug: 1482]
* tools/man2help2.tcl: fixed winhelp cross-linking error [Bug: 4156]
improved translation to winhelp [Bug: 3679]
* unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir
correctly [Bug: 4085]
* unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2000-04-03 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr + to prevent itcl info override crash [Bug: 4064] + + * tests/foreach.test: + * tests/namespace.test: + * tests/var.test: Added lsorts to avoid random sorted return + problems. [Bug: 2682] + + * tests/fileName.test: fixed 14.1 test fragility [Bug: 1482] + + * tools/man2help2.tcl: fixed winhelp cross-linking error [Bug: 4156] + improved translation to winhelp [Bug: 3679] + + * unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir + correctly [Bug: 4085] + + * unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293] + +2000-04-03 Eric Melski <ericm@scriptics.com> + + * unix/tclUnixFCmd.c (SetGroupAttribute): + * unix/tclUnixFCmd.c (SetOwnerAttribute): Added (uid_t) and (gid_t) + casts to avoid compiler warnings. + 2000-03-31 Eric Melski <ericm@scriptics.com> * generic/tclGet.c (Tcl_GetDouble): Added additional conditions to |