|
From: Donal K. F. <dk...@us...> - 2005-09-15 15:25:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30433 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Added yet another corner-case hack, this time for RHEL3. [Bug 1287638] |
|
From: Donal K. F. <dk...@us...> - 2005-09-15 15:30:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31309 Modified Files: ChangeLog Log Message: More flags hacking, this time for open64 under RHEL3. [Bug 1287638] |
|
From: Don P. <dg...@us...> - 2005-09-15 16:29:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14545 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2005-09-15 16:40:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14970 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: More callers of TclObjPrintf and * generic/tclCkalloc.c: TclFormatToErrorInfo. * generic/tclCmdMZ.c: * generic/tclExecute.c: * generic/tclIORChan.c: * generic/tclMain.c: * generic/tclProc.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c * unix/configure: autoconf-2.59 |
|
From: Don P. <dg...@us...> - 2005-09-15 16:58:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20617 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (TclAppendFormattedObjs): Revision to eliminate one round of string copying. |
|
From: Don P. <dg...@us...> - 2005-09-15 20:30:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7573 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2005-09-15 20:58:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13204 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2005-09-15 23:13:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14276 Modified Files: ChangeLog Log Message: * doc/ParseCmd.3: copy/paste fix [Bug 1292427] |
|
From: miguel s. <ms...@us...> - 2005-09-15 23:21:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15682 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/ParseCmd.3: copy/paste fix [Bug 1292427] |
|
From: Don P. <dg...@us...> - 2005-09-16 15:36:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6974 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_cmp_d to routines from * unix/Makefile.in: libtommath used by Tcl. * win/Makefile.in: * win/makefile.vc: * generic/tclExecute.c: Dropped all creation of "bigOne" values and just use tommath routines that accept the value "1" directly. |
|
From: Don P. <dg...@us...> - 2005-09-16 16:13:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16852 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: * libtommath/bn_mp_add_d.c: Bug fix. For mp_add_d(&a, d, &c), when &a has the value -d, then the value &c computed should be zero, but mp_add_d was producing an inconsistent zero value with a sign field of MP_NEG, something like a value of -0, which other routines in libtommath can't handle. |
|
From: Don P. <dg...@us...> - 2005-09-16 19:29:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30867 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclInt.h: Added TclBNInitBigNumFromWideInt() * generic/tclTomMathInterface.c: so that every caller isn't required to duplicate the sign logic to use the unsigned interface. * generic/tclBasic.c: Reduce the number of places where Tcl * generic/tclExecute.c: intrudes into the internal format details * generic/tclObj.c: of the mp_int struct. * generic/tclStrToD.c: * generic/tcLStringObj.c: * generic/tclTomMath.h: Added mp_cmp_d to routines from * unix/Makefile.in: libtommath used by Tcl. * win/Makefile.in: * win/makefile.vc: |
|
From: Don P. <dg...@us...> - 2005-09-20 14:12:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28536 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclExecute.c: Revise TclIncrObj() to call Tcl_GetBignumAndClearObj. * generic/tcl.decls: Add Tcl_GetBignumAndClearObj. * generic/tclObj.c: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: |
|
From: Don P. <dg...@us...> - 2005-09-23 04:03:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25470 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclStrToD.c: Memory leak. Comment in TclSetBignumIntRep * generic/tclObj.c: indicates that mp_init() is called on the bignumValue argument to clear it, while keeping the digits array transferred to the interp of the Tcl_Obj. The implication is that callers of TclSetBignumIntRep() (and their callers) need not call mp_clear(), but can imagine they've transferred ownership of an mp_int value to Tcl. However, mp_init() doesn't merely re-initialize the fields of an mp_int to hold the value zero. It also allocates a fresh dp array of minimum size governed by MP_PREC. Without a corresponding mp_clear() call somewhere, these dp arrays are leaked. Added some mp_clear() calls to fix the leak, but better fix strategies should still be pursued. Perhaps the best approach is to just invade the mp_int struct and do the necessary surgery ourselves. |
|
From: Don P. <dg...@us...> - 2005-09-23 16:13:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21225 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclStrToD.c: Fixed memory leak. [Bug 1299803]. * generic/tclObj.c: |
|
From: Don P. <dg...@us...> - 2005-09-23 16:47:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26756 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * unix/Makefile.in: Added -DMP_PREC=4 switch to all compiles so * win/Makefile.in: that minimum memory requirements of mp_int's * win/makefile.vc: will not be quite so large. [Bug 1299153]. |
|
From: Kevin B K. <ke...@us...> - 2005-09-26 18:44:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20840 Modified Files: ChangeLog Log Message: Regen tommath.h from release 0.36 |
|
From: Kevin B K. <ke...@us...> - 2005-09-26 19:31:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32658 Modified Files: ChangeLog Log Message: update tclTomMath.h for bug 1263012 |
|
From: Kevin B K. <ke...@us...> - 2005-09-26 20:16:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12655 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Merge changes from HEAD, including libtommath 0.36 |
|
From: Don P. <dg...@us...> - 2005-09-26 20:51:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21260 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2005-09-27 15:35:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2386 Modified Files: ChangeLog Log Message: Test for [Bug 1116542] |
|
From: Donal K. F. <dk...@us...> - 2005-09-27 15:44:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4147 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1116542] |
|
From: Don P. <dg...@us...> - 2005-09-27 18:43:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17518 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tcl.h: Changed name of the new Tcl_Obj intrep field * generic/tclObj.c: from "bignumValue" to "ptrAndLongRep" as * generic/tclProc.c: described in TIP 237, and more suitable for other more general uses. |
|
From: Jeffrey H. <ho...@us...> - 2005-09-29 23:16:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16668 Modified Files: ChangeLog Log Message: implementation for TIP #255, expr min/max |
|
From: Don P. <dg...@us...> - 2005-10-01 02:07:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13832 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclMain.c: Separate encoding conversion of command line arguments from list formatting. [Bug 1306162]. |