summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index de681eb..b346e52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+2010-01-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): [Bug 1636685]: Use the configuration
+ for modern FreeBSD suggested by the FreeBSD porter.
+
2010-01-03 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: Fix leak of coroutines on namespace
- * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test
- * generic/tclNamesp.c: for this leak, and also a test for
- * tests/coroutine.test: leaks on namespace deletion.
+ * generic/tclBasic.c: [Bug 2724403]: Fix leak of coroutines on
+ * generic/tclCompile.h: namespace deletion. Added a test for this
+ * generic/tclNamesp.c: leak, and also a test for leaks on namespace
+ * tests/coroutine.test: deletion.
* tests/namespace.test:
2009-12-30 Donal K. Fellows <dkf@users.sf.net>