diff options
author | hobbs <hobbs@noemail.net> | 2000-08-08 19:03:31 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-08-08 19:03:31 (GMT) |
commit | acf1c7e56c7cfe6354252c6300fa306644c0e8d7 (patch) | |
tree | acc307031b893ceacb58895954be300f838d3626 | |
parent | ba5435b34916b7252c686387134f8aeee0253fb5 (diff) | |
download | tcl-tclpro-1-4-1.zip tcl-tclpro-1-4-1.tar.gz tcl-tclpro-1-4-1.tar.bz2 |
updated changes for 8.3.2 releasetclpro-1-4-1core-8-3-2
FossilOrigin-Name: 5318e840e9473115727220165622ef5c38bdd42b
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | changes | 41 |
2 files changed, 46 insertions, 3 deletions
@@ -1,9 +1,13 @@ -2000-08-08 Jeff Hobbs <hobbs@scriptics.com> +2000-08-08 Jeff Hobbs <hobbs@ajubasolutions.com> + + 8.3.2 RELEASE finalized + + * changes: updated for release notes version of ChangeLog * library/msgcat1.0/pkgIndex.tcl: * library/msgcat1.0/msgcat.tcl: bumped msgcat version to 1.1. -2000-08-07 Jeff Hobbs <hobbs@scriptics.com> +2000-08-07 Jeff Hobbs <hobbs@ajubasolutions.com> * doc/ChnlStack.3: * doc/CrtChannel.3: updated the docs to be aware of the @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.56 2000/04/26 00:24:19 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.56.2.1 2000/08/08 19:03:32 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -4873,3 +4873,42 @@ tclLoadDyld.c dl type. (sanchez) exec process was running (dejong) --- Released 8.3.1, April 26, 2000 --- See ChangeLog for details --- + +2000-05-29 (bug fix) corrected resource cleanup in http error cases. +Improved handling of error cases in http. (tamhankar) + +2000-07 (feature rewrite) complete rewrite of the Tcl IO channel subsystem +to correct problems (hangs, core dumps) with the initial stacked channel +implementation. The new system has many more tests for robustness and +scalability. There are new C APIs (see Tcl_CreateChannel), but only +stacked channel drivers are affected (ie: TLS, Trf, iogt). The iogt +extension has been added to the core test code to test the system. +(hobbs, kupries) + **** POTENTIAL INCOMPATABILITY **** + +2000-07 (build improvements) cleanup of the makefiles and configure scripts +to correct support for building under gcc for Windows. (dejong) + +2000-08-07 (bug fix) corrected sizeof error in Tcl_GetIndexFromObjStruct. +(perkins) + +2000-08-07 (bug fix) correct off-by-one error in HistIndex, which was +causing [history redo] to start its search at the wrong event index. (melski) + +2000-08-07 (bug fix) corrected setlocale calls for XIM support and locale +issues in startup. (takahashi) + +2000-08-07 (bug fix) correct code to handle locale specific return values +from strftime, if any. (wagner) + +2000-08-07 (bug fix) tweaked grammar to properly handle the "ago" keyword +when it follows multiple relative unit specifiers, as in +"2 days 2 hours ago". (melski) + +2000-08-07 (doc fixes) numerous doc fixes to correct SEE ALSO and NAME +sections. (english) + +2000-08-07 (bug fix) new man pages memory.n, TCL_MEM_DEBUG.3, Init.3 and +DumpActiveMemory.3. (melski) + +--- Released 8.3.2, August 9, 2000 --- See ChangeLog for details --- |