diff options
author | davygrvy <davygrvy@pobox.com> | 2004-01-09 20:59:05 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-01-09 20:59:05 (GMT) |
commit | f3f0d906a9fd21b7f70b6de0d1014009cf454ccf (patch) | |
tree | aedfb572cec5855a044d5d360403cc1802a123a9 | |
parent | 0c9c935e197e3ae757f934bc2c80e8f7e5541403 (diff) | |
download | tcl-f3f0d906a9fd21b7f70b6de0d1014009cf454ccf.zip tcl-f3f0d906a9fd21b7f70b6de0d1014009cf454ccf.tar.gz tcl-f3f0d906a9fd21b7f70b6de0d1014009cf454ccf.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-09 David Gravereaux <davygrvy@pobox.com> + + * generic/tcl.h: Renamed and deprecated #defines moved to within + the #ifndef TCL_NO_DEPRECATED block. This allows us to build Tcl + to check for deprecated functions in use, such as panic() and + Tcl_Ckalloc(). By request from DKF. + 2004-01-09 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclIOUtil.c: fix to infinite loop in |