|
From: Don P. <dg...@us...> - 2005-10-02 17:12:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8157 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclStringObj.c: Bug fix: Missing cast to large enough integral size before << operations led to broken [format %llx] results. Thanks to Robert Henry for reporting the bug. |
|
From: Don P. <dg...@us...> - 2005-10-02 18:09:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14436 Modified Files: ChangeLog Log Message: * generic/tclMain.c: Separate encoding conversion of command line arguments from list formatting. [Bug 1306162]. |
|
From: Kevin B K. <ke...@us...> - 2005-10-03 14:38:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17282 Modified Files: ChangeLog Log Message: Rebuild tzdata from Olson's tzdata2005n.tar.gz |
|
From: Don P. <dg...@us...> - 2005-10-03 15:50:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1190 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclBasic.c: Re-implemented ExprRoundFunc to use TclGetNumberFromObj. * generic/tclInt.h: Added new routine TclGetNumberFromObj to * generic/tclObj.c: provide efficient access to the actual internal rep of a numeric Tcl_Obj without conversions. |
|
From: Kevin B K. <ke...@us...> - 2005-10-03 17:42:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31872 Modified Files: ChangeLog Log Message: fixed test cases for new US DST rules. |
|
From: Don P. <dg...@us...> - 2005-10-03 19:32:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31847 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: * generic/tclBasic.c: Re-implemented ExprRoundFunc and ExprEntierFunc to use TclGetNumberFromObj. |
|
From: Don P. <dg...@us...> - 2005-10-04 13:49:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24453 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclBasic.c: Updated more callers to make use of TclGetNumberFromObj. Removed some dead code. |
|
From: Don P. <dg...@us...> - 2005-10-04 16:00:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20874 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more efficiently add native long integers. |
|
From: Zoran V. <vas...@us...> - 2005-10-04 18:16:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24480 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: See file. |
|
From: Don P. <dg...@us...> - 2005-10-04 18:34:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28211 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more efficiently add native long integers. Also updated IllegalExprOperandType and the INST_UMINUS and INST_BITNOT sections for performance. |
|
From: Zoran V. <vas...@us...> - 2005-10-04 18:34:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28262 Modified Files: ChangeLog Log Message: See file. |
|
From: Don P. <dg...@us...> - 2005-10-04 21:02:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28800 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: [kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more efficiently add native long integers. Also updated IllegalExprOperandType and the INST_UMINUS, INST_UPLUS, INST_BITNOT, and INST_TRY_CVT_TO_NUMERIC sections for performance. |
|
From: Jeffrey H. <ho...@us...> - 2005-10-04 23:49:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2347 Modified Files: ChangeLog Log Message: * generic/tclParse.c (Tcl_ParseCommand): add code that recognizes {} in addition to {expand} for word expansion (make with -DALLOW_EMPTY_EXPAND). |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 00:38:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12486 Modified Files: ChangeLog Log Message: * tests/winFile.test (getuser): allow valid Windows usernames. [Bug 1311285] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 03:58:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15442 Modified Files: ChangeLog Log Message: scan %[] requires "one or more chars" [Bug 1277503] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 04:23:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19179 Modified Files: ChangeLog Log Message: * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 04:24:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19219 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 04:27:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19796 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static * generic/tclEncoding.c (TclFindEncodings): make static |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 05:01:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25344 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 05:03:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25690 Modified Files: ChangeLog Log Message: * tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 06:34:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6519 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 06:34:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6539 Modified Files: ChangeLog Log Message: win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 08:02:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23405 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c (TclSetEnv, TclUnsetEnv): add USE_PUTENV_FOR_UNSET to existing USE_PUTENV define to account for various systems that have putenv(), but can't unset env vars with it. Note difference between Windows and Linux for actually unsetting the env var (use of '='). Correct the resizing of the environ array. We assume that we are in full ownership, but that's not correct.[Bug 979640] |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 08:03:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23630 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: test to fix for 979640 |
|
From: Jeffrey H. <ho...@us...> - 2005-10-05 08:03:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23712 Modified Files: ChangeLog Log Message: * tests/env.test (env-6.1): * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c (TclSetEnv, TclUnsetEnv): add USE_PUTENV_FOR_UNSET to existing USE_PUTENV define to account for various systems that have putenv(), but can't unset env vars with it. Note difference between Windows and Linux for actually unsetting the env var (use of '='). Correct the resizing of the environ array. We assume that we are in full ownership, but that's not correct.[Bug 979640] |