summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-03 19:52:19 (GMT)
committerhobbs <hobbs>2002-09-03 19:52:19 (GMT)
commit555b41ab33cffe4edf21f22dbc17c6c4bd3a1459 (patch)
tree461f4dfb647f913662ab15c2af3b38341b93b53c /ChangeLog
parentf877edf4105f60b343f31b940ab575a2ce0e78ad (diff)
downloadtcl-555b41ab33cffe4edf21f22dbc17c6c4bd3a1459.zip
tcl-555b41ab33cffe4edf21f22dbc17c6c4bd3a1459.tar.gz
tcl-555b41ab33cffe4edf21f22dbc17c6c4bd3a1459.tar.bz2
* unix/configure: remove -pthread from LIBS on FreeBSD in thread
* unix/tcl.m4: enabled build. [Bug #602849]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0410f53..0c2a2a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclVar.c (Tcl_UpVar2): code cleanup to not use goto
+
+ * unix/configure: remove -pthread from LIBS on FreeBSD in thread
+ * unix/tcl.m4: enabled build. [Bug #602849]
+
2002-09-03 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on error