diff options
author | hobbs <hobbs> | 2002-10-10 04:56:21 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-10 04:56:21 (GMT) |
commit | 6d39e6c0d49b215bea549efde077c593f53b28ea (patch) | |
tree | ff90a224e18edb445545b313dd28ffed67c2cc49 /ChangeLog | |
parent | 3cb21be3557aec892643f059671997558259e741 (diff) | |
download | tcl-6d39e6c0d49b215bea549efde077c593f53b28ea.zip tcl-6d39e6c0d49b215bea549efde077c593f53b28ea.tar.gz tcl-6d39e6c0d49b215bea549efde077c593f53b28ea.tar.bz2 |
* unix/README: doc'ed --enable-symbols options.
* unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst.
* unix/configure: regen
* unix/configure.in: removed SC_ENABLE_MEMDEBUG call
* unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent
SC_ENABLE_SYMBOLS that takes yes|no|mem|compile|all as options now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-10-09 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/README: doc'ed --enable-symbols options. + * unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. + * unix/configure: regen + * unix/configure.in: removed SC_ENABLE_MEMDEBUG call + * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent + SC_ENABLE_SYMBOLS that takes yes|no|mem|compile|all as options now. + 2002-10-09 Kevin B. Kenny <kennykb@acm.org> * win/tclWinTime.c: Added code to set an exit handler that |