summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-26 00:24:18 (GMT)
committerhobbs <hobbs>2000-04-26 00:24:18 (GMT)
commita00a2bacce42de1f19b45717a870f62ff83c1277 (patch)
treeab9b3fc833d834109ab3dd5dee29f4669af0867b
parent1107c849e788a224cc3dd1550d31d6f374ccd5ff (diff)
downloadtcl-a00a2bacce42de1f19b45717a870f62ff83c1277.zip
tcl-a00a2bacce42de1f19b45717a870f62ff83c1277.tar.gz
tcl-a00a2bacce42de1f19b45717a870f62ff83c1277.tar.bz2
updated for 8.3.1 release
-rw-r--r--ChangeLog4
-rw-r--r--changes45
2 files changed, 47 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ba697fb..39ca9d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-04-25 Jeff Hobbs <hobbs@scriptics.com>
+ 8.3.1 RELEASE
+
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc: updated for http change and some cleanup
@@ -122,7 +124,7 @@
library path as it was unnecessary and conflicts with move of
tclLibraryPath to thread-local storage.
-2000-04-18 <redman@scriptics.com>
+2000-04-18 Scott Redman <redman@scriptics.com>
* win/Makefile.in:
* win/tcl.rc:
diff --git a/changes b/changes
index a41cb66..dd0eeeb 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.55 2000/02/10 09:53:46 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.56 2000/04/26 00:24:19 hobbs Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -4830,3 +4830,46 @@ mac panic from an error when closing an async socket (steffen, ingham)
loads on Windows (dejong, hobbs)
--- Released 8.3.0, February 10, 2000 --- See ChangeLog for details ---
+
+2000-03 (bug fixes, feature enhancement) overhaul of http package for
+proper handling of async callbacks (new options), version is now at 2.3
+(tamhankar, welch)
+
+2000-03 (speed improvements) speedup in Windows filename handling (newman)
+and ==/!= empty string in exprs. (hobbs)
+
+2000-03-27 (bug fix) added uniq'ing test to namespace export list to
+prevent unnecessary mem growth (hobbs)
+
+2000-03-29 (bug fix) fixed mem leak when repeatedly sourcing the same
+bytecompiled (tbc) code repeatedly across different interpreters (hobbs)
+
+2000-03-29 (config enhancement) improved build support for gcc/mingw on
+Windows (nijtmans, hobbs) and added RPM target (melski)
+
+2000-03-31 (bug fix) corrected data encoding problem when using
+"exec << $data" construct (melski)
+
+2000-04 (feature enhancement) overhaul of threading mechanism to better
+support tcl level thread command (new APIs Tcl_ConditionFinalize,
+Tcl_MutexFinalize, Tcl_CreateThread, etc, all docs in Thread.3).
+(kupries, graveraux)
+This enables the tcl level thread extension. (welch)
+
+2000-04-10 (bug fix) fixed infinite loop case in regexp -all (melski)
+
+2000-04-13 (config enhancement) added support for --enable-64bit-vis
+Sparc target. (hobbs)
+
+2000-04-18 (bug fix) moved tclLibraryPath to thread-local storage to fix
+possible race condition on MP machines (hobbs)
+
+2000-04-18 (config enhancement) added MacOS X build target and
+tclLoadDyld.c dl type. (sanchez)
+
+2000-04-23 (bug fix) several Mac socket fixes (ingham)
+
+2000-04-24 (bug fix) fixed hang in threaded Unix case when backgrounded
+exec process was running (dejong)
+
+--- Released 8.3.1, April 26, 2000 --- See ChangeLog for details ---