|
From: Andreas K. <and...@us...> - 2006-09-28 20:54:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2322 Modified Files: ChangeLog Log Message: * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengths * tests/pkg.test: before comparison. The shorter string is the smaller number. Added testcases as well. Interestingly all existing test cases for vcompare compared numbers of the same length with each other. See [SF Tcl Bug 1563836]. |
|
From: miguel s. <ms...@us...> - 2006-09-30 17:56:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11942 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: * generic/tclHistory.c: * generic/tclInt.h: * generic/tclProc.c: made Tcl_RecordAndEvalObj not call "history" if it has been redefined to an empty proc, in order to reduce the noise when debugging [FR 1190441]. Moved TclCompileNoOp from tclProc.c to tclCompile.c |
|
From: miguel s. <ms...@us...> - 2006-09-30 19:00:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5752 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclObj.c: * generic/tclStubInit.c: added an internal function TclObjBeingDeleted to provide info as to the reason for the loss of an internal rep. [FR 1512138] |
|
From: miguel s. <ms...@us...> - 2006-09-30 19:15:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12157 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] by dgp. |
|
From: miguel s. <ms...@us...> - 2006-09-30 19:20:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13910 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: 2006-09-30 Miguel Sofer <ms...@us...> * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] by dgp. |
|
From: Pat T. <pat...@us...> - 2006-10-01 09:51:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4282 Modified Files: ChangeLog Log Message: bug 1567956: handle Msys environment a little differently in getuser function |
|
From: Pat T. <pat...@us...> - 2006-10-01 13:03:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6561 Modified Files: ChangeLog Log Message: bug #1420432 - file mtime fails for directories on windows |
|
From: Pat T. <pat...@us...> - 2006-10-01 13:17:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12306 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backported fix for bug #1420432 (cannot set mtime for directories on windows). |
|
From: miguel s. <ms...@us...> - 2006-10-01 13:33:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18859 Modified Files: ChangeLog Log Message: * doc/Eval.3 (TclEvalObjv): added note on refCount management for the elements of objv, [Bug #730244]. |
|
From: Kevin B K. <ke...@us...> - 2006-10-01 20:59:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2727 Modified Files: ChangeLog Log Message: Bug 1567956 |
|
From: Pat T. <pat...@us...> - 2006-10-01 21:30:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13474 Modified Files: ChangeLog Log Message: Handle possible missing define |
|
From: Pat T. <pat...@us...> - 2006-10-01 21:51:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22310 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Handle possible missing define |
|
From: Don P. <dg...@us...> - 2006-10-02 18:30:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9175 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclFileName.c (TclGlob): Prevent doubling of directory separators by [glob]. [Bug 1569042] |
|
From: Kevin B K. <ke...@us...> - 2006-10-04 21:03:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14497 Modified Files: ChangeLog Log Message: Olson's tzdata2006m |
|
From: miguel s. <ms...@us...> - 2006-10-05 11:39:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7072 Modified Files: ChangeLog Log Message: * generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 1570718], lappending nothing to non-list. Reported by lvirden |
|
From: miguel s. <ms...@us...> - 2006-10-05 11:44:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9212 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 1570718], lappending nothing to non-list. Reported by lvirden |
|
From: Jeffrey H. <ho...@us...> - 2006-10-05 21:24:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17613 Modified Files: ChangeLog Log Message: * generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicodeProc, UnicodeToUtfProc): * tests/encoding.test (encoding-16.1): fix alignment issues in unicode <> utf conversion procs. [Bug 1122671] |
|
From: Jeffrey H. <ho...@us...> - 2006-10-05 21:25:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17639 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicodeProc, UnicodeToUtfProc): * tests/encoding.test (encoding-16.1): fix alignment issues in unicode <> utf conversion procs. [Bug 1122671] |
|
From: Andreas K. <and...@us...> - 2006-10-06 00:22:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23535 Modified Files: ChangeLog Log Message: * library/tm.tcl: Fixed bug in TIP #189 implementation, now allowing '_' in module names. |
|
From: Jeffrey H. <ho...@us...> - 2006-10-06 05:56:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28085 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::strict is true (default false for 8.5). [Bug 1560506] |
|
From: Jeffrey H. <ho...@us...> - 2006-10-06 05:57:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28485 Modified Files: ChangeLog Log Message: * library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::strict is true (default true for 8.5). [Bug 1560506] |
|
From: Jeffrey H. <ho...@us...> - 2006-10-06 05:57:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28524 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: note default "false" for http::strict for 8.4 |
|
From: Pat T. <pat...@us...> - 2006-10-06 13:37:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21002 Modified Files: ChangeLog Log Message: TIP #275: Support unsigned values in binary command |
|
From: Pat T. <pat...@us...> - 2006-10-06 14:04:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32630 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Remove RTCc flag |
|
From: Pat T. <pat...@us...> - 2006-10-06 14:14:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4491 Modified Files: ChangeLog Log Message: bug #1571954: avoid /RTCc flag with MSVC8 |