summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tcl.h: Bump to 8.5.3 for release.dgp2008-06-251-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 branchdgp2008-06-2512-41/+769
|
* merge updates from HEADdgp2008-03-281-971/+1084
|
* merge updates from HEADdgp2008-03-265-7/+133
|
* merge updates from HEADdgp2008-03-136-19/+41
|
* merge updates from HEADdgp2008-03-102-2/+83
|
* merge updates from HEADdgp2008-03-077-13/+271
|
* merge updates from HEADdgp2008-01-238-8/+99
|
* merge updates from HEADdgp2007-12-111-1/+61
|
* merge updates from HEADdgp2007-12-103-5/+15
|
* merge updates from HEADdgp2007-12-051-5/+22
|
* merge updates from HEADdgp2007-12-051-1/+10
|
* merge updates from HEADdgp2007-12-041-187/+180
|
* merge updates from HEADdgp2007-11-281-1/+16
|
* merge updates from HEADdgp2007-11-255-15/+24
|
* merge updates from HEADdgp2007-11-213-28/+39
|
* Merge updates from 8.5b3 releasedgp2007-11-213-17/+9
|
* merge updates from HEADdgp2007-11-164-25/+7487
|
* merge updates from HEADdgp2007-11-121-0/+76
|
* merge updates from HEADdgp2007-11-051-1/+8
|
* merge updates from HEADdgp2007-11-011-4/+4
|
* merge updates from HEADdgp2007-10-1616-135/+131
|
* merge updates from HEADdgp2007-10-151-1/+7
|
* merge updates from HEADdgp2007-09-111-3/+3
|
* merge updates from HEADdgp2007-09-111-13/+19
|
* merge updates from HEADdgp2007-09-105-52/+45
|
* merge updates from HEADdgp2007-09-091-3/+4
|
* merge updates from HEADdgp2007-09-091-1/+43
|
* merge updates from HEADdgp2007-09-072-3/+42
|
* merge updates from HEADdgp2007-09-0411-15/+312
|
* merge updates from HEADdgp2007-07-191-1/+92
|
* merge updates from HEADdgp2007-06-271-1/+5
|
* merge updates from HEADdgp2007-06-251-2/+2
|
* merge updates from HEADdgp2007-06-151-28/+47
|
* merge updates from HEADdgp2007-06-151-1/+51
|
* merge updates from HEADdgp2007-06-125-239/+243
|
* merge updates from HEADdgp2007-06-051-0/+18
|
* merge updates from HEADdgp2007-06-051-3/+3
|
* merge updates from HEADdgp2007-05-301-2/+2
|
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-182-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 happenKevin B Kenny2007-05-042-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 toKevin B Kenny2007-05-021-33/+67
| | | | | clean up after the 'testobj' extension to avoid spurious reports of memory leaks.
* Test constraints are automatically "and"ed togetherdkf2007-04-201-2/+2
|
* Whitespace policing, replacing commas in varargs with constant string ↵Kevin B Kenny2007-04-202-8/+4
| | | | catenation, and fixed an oversight in the fix for NZA time zones.
* Fixed a buglet in recognizing time zone SIERRAKevin B Kenny2007-04-201-7/+3
|
* * tests/clock.test (clock-59.1): Added a regression test forKevin B Kenny2007-04-201-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 aKevin B Kenny2007-04-201-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 Kenny2007-04-201-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 compilerKevin B Kenny2007-04-151-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.dgp2007-03-301-1/+28
|