summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a3b60..a415b95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
2006-10-16 Andreas Kupries <andreask@activestate.com>
+ *** 8.5a5 TAGGED FOR RELEASE ***
+
* generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc.
2006-10-16 Daniel Steffen <das@users.sourceforge.net>
- *** 8.5a5 TAGGED FOR RELEASE ***
-
* changes: updates for 8.5a5 release.
+ * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main
+ thread, where pthread_get_stacksize_np() returns incorrect info.
+
+ * macosx/GNUmakefile: don't redo prebinding of non-prebound binaires.
+
2006-10-16 Don Porter <dgp@users.sourceforge.net>
* generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also