diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-03 21:06:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-03 21:06:09 (GMT) |
commit | ec03772bad27bd87af2bb98f697ede5b5c6b5d07 (patch) | |
tree | fd389e13254ab85db37ccbff8fee96857b16e032 /ChangeLog | |
parent | ce5d124270a583363c29a727a81feadfc90a7ba0 (diff) | |
download | tcl-ec03772bad27bd87af2bb98f697ede5b5c6b5d07.zip tcl-ec03772bad27bd87af2bb98f697ede5b5c6b5d07.tar.gz tcl-ec03772bad27bd87af2bb98f697ede5b5c6b5d07.tar.bz2 |
[Bug 1636685]: Use the configuration for modern FreeBSD suggested by the
FreeBSD porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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> |