|
From: Don P. <dg...@us...> - 2007-03-02 14:54:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13655 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Info*Cmd): Code simplifications and optimizations. |
|
From: Don P. <dg...@us...> - 2007-03-02 15:11:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20717 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation to append Tcl_Obj's instead of strings. [RFE 1669420] |
|
From: Don P. <dg...@us...> - 2007-03-02 17:56:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27613 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing TclInvalidateStringRep() call when we directly manipulate the intrep of an unshared "list" Tcl_Obj. [Bug 1672585]. |
|
From: Donal K. F. <dk...@us...> - 2007-03-03 10:04:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4221 Modified Files: ChangeLog Log Message: Added macro to conceal at least some of the pointer hackery. |
|
From: Andreas K. <and...@us...> - 2007-03-05 23:28:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26966 Modified Files: ChangeLog Log Message: * library/platform/shell.tcl (::platform::shell::RUN): In the case * library/platform/pkgIndex.tcl: of a failure put the captured stderr * unix/Makefile.in: into the error message to aid in debugging. Bumped * win/Makefile.in: package version to 1.1.2, and updated the makefiles installing it as Tcl Module. |
|
From: Kevin B K. <ke...@us...> - 2007-03-07 00:28:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3804 Modified Files: ChangeLog Log Message: New US DST rules on Windows; Olson's tzdata2007c |
|
From: Donal K. F. <dk...@us...> - 2007-03-07 09:35:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2216 Modified Files: ChangeLog Log Message: Make [regexp -about] produce its result using Tcl_Objs instead of strings. |
|
From: Don P. <dg...@us...> - 2007-03-07 16:37:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20945 Modified Files: ChangeLog Log Message: * generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simpler list validity test. |
|
From: Don P. <dg...@us...> - 2007-03-07 22:34:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9436 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient private copies of the list and indexlist arguments, so we can operate on the list elements directly with no fear of shimmering effects. Replaces defensive coding schemes that are otherwise required. End result is that TclLindexList is entirely a wrapper around TclLindexFlat, which is now the core engine of all [lindex] operations. |
|
From: Daniel A. S. <da...@us...> - 2007-03-07 23:43:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6246 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. * macosx/Tcl.xcodeproj/project.pbxproj: ensure gcc version used by * macosx/Tcl.xcodeproj/default.pbxuser: Xcode and configure/make are * macosx/Tcl-Common.xcconfig: consistent and independent of gcc_select default and CC env var; fixes for Xcode 3.0. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-03-07 23:44:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv665 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.13 |
|
From: Kevin B K. <ke...@us...> - 2007-03-08 02:53:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22624 Modified Files: ChangeLog Log Message: * library/clock.tcl: Further tweaks to the Windows time zone table (restoring missing Mexican time zones). Added rudimentary handling of version-2 'zoneinfo' files. Update US DST rules so that zones such as 'EST5EDT' get the correct transition dates. * tests/clock.test: Added rudimentary test cases for 'zoneinfo' parsing. Adjusted several tests that depended on obsolete US DST transition rules. |
|
From: Donal K. F. <dk...@us...> - 2007-03-08 11:01:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23352 Modified Files: ChangeLog Log Message: Tidy up formatting |
|
From: Donal K. F. <dk...@us...> - 2007-03-08 11:19:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30893 Modified Files: ChangeLog Log Message: Moved [lindex] guts to tclListObj.c, same as [lset] guts. |
|
From: Don P. <dg...@us...> - 2007-03-08 22:26:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10549 Modified Files: ChangeLog Log Message: * generic/tclListObj.c (TclLsetList): Rewrite so that the routine itself does not do any direct intrep surgery. Better isolates those things into the implementation of the "list" Tcl_ObjType. |
|
From: Kevin B K. <ke...@us...> - 2007-03-09 01:09:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17107 Modified Files: ChangeLog Log Message: * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to the code for version-2 'zoneinfo' files. * tests/clock.test (clock-56.3): Added a test case for Y2038 and 'zoneinfo'. |
|
From: Kevin B K. <ke...@us...> - 2007-03-09 02:26:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24406 Modified Files: ChangeLog Log Message: Modified test initialisation to use the 'loadTestedCommands' function of tcltest to bring in the correct path for the registry library. |
|
From: Donal K. F. <dk...@us...> - 2007-03-09 16:40:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25262 Modified Files: ChangeLog Log Message: Fix [Bug 1675116] |
|
From: Andreas K. <and...@us...> - 2007-03-09 20:04:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15439 Modified Files: ChangeLog Log Message: * library/platform/shell.tcl: Made more robust if an older platform * library/platform/pkgIndex.tcl: package is present in the inspected * unix/Makefile.in: shell. Package forget it to prevent errors. Bumped * win/Makefile.in: package version to 1.1.3, and updated the makefiles installing it as Tcl Module. |
|
From: Donal K. F. <dk...@us...> - 2007-03-10 14:57:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10070 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1675116] in a way suitable for 8.4. |
|
From: miguel s. <ms...@us...> - 2007-03-10 15:24:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20995 Modified Files: ChangeLog Log Message: * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] to use the cheaper TclListObjCopy() instead of Tcl_DuplicateObj() |
|
From: Donal K. F. <dk...@us...> - 2007-03-11 16:55:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20456 Modified Files: ChangeLog Log Message: Fix [Bug 1675044] |
|
From: Donal K. F. <dk...@us...> - 2007-03-12 16:26:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30019 Modified Files: ChangeLog Log Message: Fix [Bug 1679072] |
|
From: Don P. <dg...@us...> - 2007-03-12 18:06:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9761 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.test (var-17.1): the "list" argument to [array set] to avoid crash due to shimmering invalidating pointers. [Bug 1669489]. |
|
From: Don P. <dg...@us...> - 2007-03-12 19:10:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7505 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient * tests/namespace.test (namespace-42.8): private copy of the command prefix as we invoke the command appropriate to a particular subcommand of a particular ensemble to avoid panic due to shimmering of the List intrep. [Bug 1670091] |