|
From: miguel s. <ms...@us...> - 2007-04-14 17:35:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31565 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that duplicates functionality already present at checkForCatch. |
|
From: Kevin B K. <ke...@us...> - 2007-04-15 19:00:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26454 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c: added a cast to silence a compiler error on VC2005. * library/clock.tcl: Restored unique-prefix matching of keywords on the [clock] command. [Bug 1690041] * tests/clock.test: Added rudimentary test cases for unique-prefix matching of keywords. |
|
From: Donal K. F. <dk...@us...> - 2007-04-16 13:36:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv522 Modified Files: ChangeLog Log Message: Complete the purge of K&R function definitions from manually-written code. |
|
From: Don P. <dg...@us...> - 2007-04-16 18:36:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18360 Modified Files: Tag: dgp-refactor ChangeLog Log Message: Merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2007-04-17 20:06:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14383 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] |
|
From: Kevin B K. <ke...@us...> - 2007-04-17 20:33:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25460 Modified Files: ChangeLog Log Message: * library/clock.tcl: Fixed the naming of ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in the global namespace. * doc/clock.n: Clarified the cases in which legacy time zone is recognized. [Bug 1656002] |
|
From: miguel s. <ms...@us...> - 2007-04-18 21:00:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19161 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: slight changes in Tcl_Obj management. |
|
From: miguel s. <ms...@us...> - 2007-04-18 22:49:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1076 Modified Files: ChangeLog Log Message: * generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to handle use in unbraced outer if/else conditions (as already done in tcl.h) |
|
From: miguel s. <ms...@us...> - 2007-04-19 01:39:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8144 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced in version 1.266 ('=' became '=='), which effectively turned the block that handles native shifts into dead code. This explains why the testsuite did not pick this mistake. Rewrote to make the intention clear. |
|
From: Donal K. F. <dk...@us...> - 2007-04-19 09:00:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4236 Modified Files: ChangeLog Log Message: Improve const-correctness of RE compiler |
|
From: Don P. <dg...@us...> - 2007-04-19 19:16:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12012 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2007-04-19 23:37:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30144 Modified Files: ChangeLog Log Message: * doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656002] |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 02:23:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3755 Modified Files: ChangeLog Log Message: * doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656002] Clarified that [clock scan] does not recognize a locale's alternative calendar. * library/clock.tcl: Corrected an error in skipping over the %Ey field on input. * library/msgs/ja.msg: * tools/loadICU.tcl: Corrected several localisation faults in the Japanese locale (most notably, incorrect dates for the Emperors' eras). [Bug 1637471]. Many thanks to SourceForge user 'nyademo' for pointing this out and developing a fix. * generic/tclPathObj.c: Corrected a 'const'ness fault that caused bitter complaints from MSVC. |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 02:46:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13498 Modified Files: ChangeLog Log Message: * tests/clock.test (clock-40.1, clock-58.1): Corrected a test case that depended on ":localtime" being able to handle dates prior to the Posix epoch, [Bug 1618445] Added a test case for the dates of the Japanese emperors. [Bug 1637471] |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 03:07:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22306 Modified Files: ChangeLog Log Message: * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark about the effect of Daylight Saving Time on relative times in [clock scan]. [Bug 1582951] |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 03:50:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6122 Modified Files: ChangeLog Log Message: * tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [Bug 1586828]. * generic/tclGetDate.y (MilitaryTable): Fixed an ancient bug where the military NZA time zones had the signs reversed [Bug 1586828]. |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 04:44:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27607 Modified Files: ChangeLog Log Message: * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. Quite against my better judgment. [Bug 414933] |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 05:51:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24083 Modified Files: ChangeLog Log Message: Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an oversight in the fix for NZA time zones. |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 06:10:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv387 Modified Files: ChangeLog Log Message: Replaced commas in varargs with string concatenation where possible [Patch 1515234] |
|
From: Don P. <dg...@us...> - 2007-04-20 17:13:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25669 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2007-04-20 18:36:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29054 Modified Files: ChangeLog Log Message: Olson's tzdata2007e. |
|
From: Don P. <dg...@us...> - 2007-04-20 19:07:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11087 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2007-04-20 21:39:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11067 Modified Files: ChangeLog Log Message: * generic/tclListObj.c (SetListFromAny): avoid discarding internal reps of objects converted to singleton lists [Patch 738900] |
|
From: Don P. <dg...@us...> - 2007-04-20 21:58:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19510 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2007-04-21 19:53:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24280 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInt.decls: Yet another round of attempting * generic/tclInt.h: to get the correct type signature * unix/tclUnixPort.h: for TclpLocaltime and TclpGmtime. * unix/tclUnixTime.c: CONST TclpTime_t is a 'time_t *CONST' * win/tclWinTime.c: and not a 'CONST time_t*'! * generic/tclIntDecls.h: [Bug 1677275] * generic/tclIntPlatDecls.h: Regenerated. |