Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tcl.h: Bump to 8.5.3 for release. | dgp | 2008-06-25 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.3 release. * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base to interact nicely with each other, * library/init.tcl: enabling requiring Tcl Modules in safe * tests/safe.test: interpreters. Fixes [Bug 1999119]. | ||||
* | merge updates from 8.5 branch | dgp | 2008-06-25 | 12 | -41/+769 |
| | |||||
* | merge updates from HEAD | dgp | 2008-03-28 | 1 | -971/+1084 |
| | |||||
* | merge updates from HEAD | dgp | 2008-03-26 | 5 | -7/+133 |
| | |||||
* | merge updates from HEAD | dgp | 2008-03-13 | 6 | -19/+41 |
| | |||||
* | merge updates from HEAD | dgp | 2008-03-10 | 2 | -2/+83 |
| | |||||
* | merge updates from HEAD | dgp | 2008-03-07 | 7 | -13/+271 |
| | |||||
* | merge updates from HEAD | dgp | 2008-01-23 | 8 | -8/+99 |
| | |||||
* | merge updates from HEAD | dgp | 2007-12-11 | 1 | -1/+61 |
| | |||||
* | merge updates from HEAD | dgp | 2007-12-10 | 3 | -5/+15 |
| | |||||
* | merge updates from HEAD | dgp | 2007-12-05 | 1 | -5/+22 |
| | |||||
* | merge updates from HEAD | dgp | 2007-12-05 | 1 | -1/+10 |
| | |||||
* | merge updates from HEAD | dgp | 2007-12-04 | 1 | -187/+180 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-28 | 1 | -1/+16 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-25 | 5 | -15/+24 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-21 | 3 | -28/+39 |
| | |||||
* | Merge updates from 8.5b3 release | dgp | 2007-11-21 | 3 | -17/+9 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-16 | 4 | -25/+7487 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-12 | 1 | -0/+76 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-05 | 1 | -1/+8 |
| | |||||
* | merge updates from HEAD | dgp | 2007-11-01 | 1 | -4/+4 |
| | |||||
* | merge updates from HEAD | dgp | 2007-10-16 | 16 | -135/+131 |
| | |||||
* | merge updates from HEAD | dgp | 2007-10-15 | 1 | -1/+7 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-11 | 1 | -3/+3 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-11 | 1 | -13/+19 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-10 | 5 | -52/+45 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-09 | 1 | -3/+4 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-09 | 1 | -1/+43 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-07 | 2 | -3/+42 |
| | |||||
* | merge updates from HEAD | dgp | 2007-09-04 | 11 | -15/+312 |
| | |||||
* | merge updates from HEAD | dgp | 2007-07-19 | 1 | -1/+92 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-27 | 1 | -1/+5 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-25 | 1 | -2/+2 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-15 | 1 | -28/+47 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-15 | 1 | -1/+51 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-12 | 5 | -239/+243 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-05 | 1 | -0/+18 |
| | |||||
* | merge updates from HEAD | dgp | 2007-06-05 | 1 | -3/+3 |
| | |||||
* | merge updates from HEAD | dgp | 2007-05-30 | 1 | -2/+2 |
| | |||||
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 2 | -32/+32 |
| | | | | | | | | | | | | | | | | | * win/configure: * README: Bump version number to 8.5a7 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections * tests/info.test: that continued to support the deprecated * tests/mathop.test: {expand} syntax. Updated the few remaining users of that syntax in the test suite. | ||||
* | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 2 | -16/+40 |
| | | | | | | | | | in a private namespace, to avoid polluting the global one. This problem was discovered when running the test suite '-singleproc 1 -skip exec.test' because the 'path' variable in encoding.test conflicted with the one in io.test. * tests/io.test: Made more of the working variables private to the namespace. | ||||
* | * tests/utf.test (utf-25.1--utf-25.4): Modified tests to | Kevin B Kenny | 2007-05-02 | 1 | -33/+67 |
| | | | | | clean up after the 'testobj' extension to avoid spurious reports of memory leaks. | ||||
* | Test constraints are automatically "and"ed together | dkf | 2007-04-20 | 1 | -2/+2 |
| | |||||
* | Whitespace policing, replacing commas in varargs with constant string ↵ | Kevin B Kenny | 2007-04-20 | 2 | -8/+4 |
| | | | | catenation, and fixed an oversight in the fix for NZA time zones. | ||||
* | Fixed a buglet in recognizing time zone SIERRA | Kevin B Kenny | 2007-04-20 | 1 | -7/+3 |
| | |||||
* | * tests/clock.test (clock-59.1): Added a regression test for | Kevin B Kenny | 2007-04-20 | 1 | -1/+39 |
| | | | | | | 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]. | ||||
* | * tests/clock.test (clock-40.1, clock-58.1): Corrected a | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
| | | | | | | 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] | ||||
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase' | Kevin B Kenny | 2007-04-20 | 1 | -1/+76 |
| | | | | | | | | | | | | | | | 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. | ||||
* | * generic/tclCompCmds.c: added a cast to silence a compiler | Kevin B Kenny | 2007-04-15 | 1 | -1/+9 |
| | | | | | | | | 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. | ||||
* | * tests/string.test: More [string reverse] tests. | dgp | 2007-03-30 | 1 | -1/+28 |
| |