diff options
author | das <das> | 2007-03-07 23:44:32 (GMT) |
---|---|---|
committer | das <das> | 2007-03-07 23:44:32 (GMT) |
commit | 3550b2068c9275350ca9f9ab2536ff8bf09ec1fe (patch) | |
tree | 1320614e92448c6954e14d38dc50da55a5b55b3e /ChangeLog | |
parent | 4ab3f93af3cf176577da5cfc5f891c182a93ac99 (diff) | |
download | tcl-3550b2068c9275350ca9f9ab2536ff8bf09ec1fe.zip tcl-3550b2068c9275350ca9f9ab2536ff8bf09ec1fe.tar.gz tcl-3550b2068c9275350ca9f9ab2536ff8bf09ec1fe.tar.bz2 |
* macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.
* unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check.
* unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-03-07 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. + + * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. + * unix/configure: autoconf-2.13 + 2007-03-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclCompCmds.c (TclCompileForeachCmd): Prevent an unexpected |