diff options
author | dgp <dgp@users.sourceforge.net> | 2002-05-31 22:20:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-05-31 22:20:18 (GMT) |
commit | e9decfcf415943937b04c64435f13b80941a78fb (patch) | |
tree | 7e2890810fb33260aa3268e00f8668ae59f4d326 /ChangeLog | |
parent | 4fad013842bba77cfb05f7f123ed77ff006d8c74 (diff) | |
download | tcl-e9decfcf415943937b04c64435f13b80941a78fb.zip tcl-e9decfcf415943937b04c64435f13b80941a78fb.tar.gz tcl-e9decfcf415943937b04c64435f13b80941a78fb.tar.bz2 |
* Removed internal routine
TclMathInProgress and Unix implementation of matherr(). These
are now obsolete, dealing with very old versions of the C math
library. Windows version is retained in case Borland compilers
require it, but it is inactive. Thanks to Joe English.
[Bug 474335, Patch 555635].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2002-05-31 Don Porter <dgp@users.sourceforge.net> + + * generic/tclExecute.c (TclMathInProgress,TclExecuteByteCode + ExprCallMathFunc): + * generic/tclInt.h (TclMathInProgress): + * unix/Makefile.in (tclMtherr.*): + * unix/configure.in (NEED_MATHERR): + * unix/tclAppInit.c (matherr): + * unix/tclMtherr.c (removed file): + * win/tclWinMtherr.c (_matherr): Removed internal routine + TclMathInProgress and Unix implementation of matherr(). These + are now obsolete, dealing with very old versions of the C math + library. Windows version is retained in case Borland compilers + require it, but it is inactive. Thanks to Joe English. + [Bug 474335, Patch 555635]. + * unix/configure: regen + 2002-05-30 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclCompExpr.c: |