diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-21 08:51:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-21 08:51:19 (GMT) |
commit | 3c34a82ae349f96f88b892f3d366443bac1c77c1 (patch) | |
tree | 6f2649b621ac7ffbd96dd381d1d9b861e0e63bd9 /ChangeLog | |
parent | 1a7d07bf9863f423695b4de79e7305d4d42b6c37 (diff) | |
download | tcl-3c34a82ae349f96f88b892f3d366443bac1c77c1.zip tcl-3c34a82ae349f96f88b892f3d366443bac1c77c1.tar.gz tcl-3c34a82ae349f96f88b892f3d366443bac1c77c1.tar.bz2 |
Only enable the 'compile' special debugging feature when requested in
configure.in; removes irrelevant junk from the configure files of extensions
that use Tcl's tcl.m4.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-06-21 Donal K. Fellows <dkf@users.sf.net> + + * unix/tcl.m4 (SC_ENABLE_SYMBOLS): Only enable the 'compile' + special debugging feature when requested in configure.in; removes + irrelevant junk from the configure files of extensions that use + Tcl's tcl.m4. + 2005-06-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompile.h (INST_PUSH_RETURN_OPTIONS): New opcode to allow |