|
From: Don P. <dg...@us...> - 2005-08-18 21:19:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv846 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclExecute.c: Fixed string rep invalidation bug in * tests/dict.test (dict-11.17): INST_DICT_INCR_IMM rewrite. |
|
From: Kevin B K. <ke...@us...> - 2005-08-18 22:03:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5993 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: updated Tcl_Expr* to deal with bignums |
|
From: Kevin B K. <ke...@us...> - 2005-08-18 22:17:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9022 Modified Files: ChangeLog Log Message: fixed bad clock test, removed duplicated code in Tcl_Finalize |
|
From: Kevin B K. <ke...@us...> - 2005-08-18 22:51:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9873 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: fix ChangeLog message |
|
From: George P. S. <geo...@us...> - 2005-08-18 22:55:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23379 Modified Files: ChangeLog Log Message: new entry. fixed the dates on KBK's entries. |
|
From: George P. S. <geo...@us...> - 2005-08-18 22:56:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24986 Modified Files: ChangeLog Log Message: updated entry with another clash |
|
From: Kevin B K. <ke...@us...> - 2005-08-18 23:12:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12023 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: changed TclParseNumber to leave endPtrPtr on trailing whitespace |
|
From: Don P. <dg...@us...> - 2005-08-19 05:17:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27306 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclVar.c: Replaced TclPtrIncrVar and TclPtrIncrWideVar * generic/tclInt.h: with TclPtrIncrObjVar and replaced TclIncrVar2 * generic/tclInt.decls: and TclIncrWideVar2 with TclIncrObjVar2. New routines call on TclIncrObj to do the work. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclCmdIL.c: Rework Tcl_IncrObjCmd and the INST_*INCR* * generic/tclExecute.c: opcodes to use the new routines. |
|
From: Don P. <dg...@us...> - 2005-08-19 21:55:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13955 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclBasic.c: Updated OldMathFuncProc and ExprAbsFunc to do less invasion into numeric Tcl_Obj internals. Made ExprDoubleFunc, ExprIntFunc, ExprWideFunc, and ExprRoundFunc bignum-aware. Revised ExprSrandFunc error message. * generic/tclProc.c: Wrapped a few tclWideIntType uses in * generic/tclCmdMZ.c: #ifndef NO_WIDE_TYPE. * generic/tclInt.h: #define'd NO_WIDE_TYPE. |
|
From: Don P. <dg...@us...> - 2005-08-22 04:25:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13562 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: see ChangeLog |
|
From: Daniel A. S. <da...@us...> - 2005-08-22 11:53:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25077 Modified Files: ChangeLog Log Message: * unix/tclConfig.h.in: autoheader-2.59. |
|
From: Don P. <dg...@us...> - 2005-08-22 12:55:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5780 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * tests/expr.test: Corrected the wideIs64bit constraint. * tests/format.test: * tests/scan.test: |
|
From: Don P. <dg...@us...> - 2005-08-22 13:55:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18681 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclInt.h: New internal routine TclSetBignumIntRep * generic/tclObj.c: consolidates packing of bignum value into * generic/tclStrToD.c: a Tcl_Obj within one source code file. |
|
From: Don P. <dg...@us...> - 2005-08-22 14:21:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25797 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclInt.h: TCL_WIDE_INT_IS_LONG implies NO_WIDE_TYPE. * generic/tclObj.c: Removed now unnecessary tests of the * generic/tclStrToD.c: TCL_WIDE_INT_IS_LONG definition. |
|
From: Don P. <dg...@us...> - 2005-08-22 15:48:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11669 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclBasic: Added [expr {entier(.)}]. * generic/tclInt.h: New routine TclInitBignumFromDouble. * generic/tclStrToD.c: |
|
From: Don P. <dg...@us...> - 2005-08-22 16:11:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18548 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclTestObj.c: Disabled unused [testconvertobj] command. |
|
From: Don P. <dg...@us...> - 2005-08-22 20:50:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22664 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclInt.h: New ACCEPT_NAN macro to mark code that supports * generic/tclCmdAH.c: or disables accepting of the NaN value at * generic/tclExecute.c: various points. * generic/tclLink.c: * generic/tclStrToD.c: Bug fix. Parsing of +/- Infinity was reversed. * generic/tclBasic: Added [expr {entier(.)}]. Rewrote int(.) and wide(.) to use the same guts, accepting all non-Inf doubles as arguments. * generic/tclInt.h: New routine TclInitBignumFromDouble. * generic/tclStrToD.c: Modified to return code and write error message. |
|
From: Don P. <dg...@us...> - 2005-08-23 12:52:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21104 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: see ChangeLog |
|
From: Don P. <dg...@us...> - 2005-08-23 16:51:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18619 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: * generic/tclStrToD.c: New macros TIP_114_FORMATS and KILL_OCTAL to configure acceptance of 0o and 0b numbers and rejection of "leading zero as octal". |
|
From: Mo D. <md...@us...> - 2005-08-23 18:13:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9074 Modified Files: ChangeLog Log Message: * unix/configure.in: * win/configure: Regen. * win/configure.in: Update minimum autoconf version to 2.59. |
|
From: Kevin B K. <ke...@us...> - 2005-08-23 18:28:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13231 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: TclParseNumber enhanced for [scan ... %f], plus better test coverage |
|
From: Kevin B K. <ke...@us...> - 2005-08-23 19:15:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27546 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Removed TclStrToD and friends, and added '0b' test cases. |
|
From: Don P. <dg...@us...> - 2005-08-23 22:14:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12882 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: ACCEPT_NAN under INST_UMINUS. |
|
From: Don P. <dg...@us...> - 2005-08-24 02:35:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3317 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb_numerics_branch] * generic/tclStrToD.c: Bug fix: set shift magnitude properly whether we're expanding to mp_int type or not. |
|
From: Kevin B K. <ke...@us...> - 2005-08-24 15:15:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24553 Modified Files: ChangeLog Log Message: fix formatting of fp number with smallest significand |