| Commit message (Expand) | Author | Age | Files | Lines |
* | * More Windows Registry locale codes from Bruno Haible. | dgp | 2002-06-17 | 1 | -15/+127 |
|
|
* | * Revised locale initialization to interpret | dgp | 2002-06-17 | 2 | -81/+112 |
|
|
* | * 4) deprecated [threadReap] and [mainThread] [Bug 534903] | dgp | 2002-06-06 | 1 | -4/+5 |
|
|
* | * tests/io.test: Fixed up namespace variable resolution issues | dgp | 2002-06-06 | 1 | -161/+195 |
|
|
* | * Added more TIP 85 tests from Arjen Markus. | dgp | 2002-06-05 | 1 | -11/+29 |
|
|
* | * Implementation of TIP 85. Allows tcltest | dgp | 2002-06-03 | 2 | -31/+89 |
|
|
* | * Fixed leak of slave interp in [pkg_mkIndex]. | dgp | 2002-05-31 | 1 | -2/+2 |
|
|
* | * Corrected [uplevel] quoting when | dgp | 2002-05-08 | 1 | -2/+2 |
|
|
* | * [mcmax] wasn't using the caller's | dgp | 2002-04-20 | 1 | -21/+29 |
|
|
* | * Added [mcload] to the export list | dgp | 2002-04-19 | 2 | -4/+5 |
|
|
* | * Made separate export for commands | dgp | 2002-04-18 | 1 | -5/+6 |
|
|
* | * Revised [tcltest::test] to return errors | dgp | 2002-04-15 | 1 | -21/+14 |
|
|
* | * corrected misspelling of getMatchingFiles | dgp | 2002-04-08 | 1 | -2/+2 |
|
|
* | * converted getMatchingFile alias into a proc so safe-2.1 will not | dgp | 2002-04-05 | 1 | -3/+2 |
|
|
* | * namespace protection for the getMatchingFiles alias. | dgp | 2002-04-04 | 1 | -3/+4 |
|
|
* | * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias | hobbs | 2002-04-04 | 1 | -1/+4 |
|
|
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 1 | -1332/+1202 |
|
|
* | * More initialization fixes to avoid stomping on global variables | dgp | 2002-03-25 | 1 | -19/+15 |
|
|
* | More variable initialization fixes. | dgp | 2002-03-25 | 1 | -53/+38 |
|
|
* | * Corrected faulty variable initialization. [Bug 534845] | dgp | 2002-03-25 | 1 | -110/+47 |
|
|
* | * Improve the processing of the -constraints option to [test] so that | dgp | 2002-03-25 | 1 | -3/+3 |
|
|
* | * Keep the value of $::auto_path | dgp | 2002-03-25 | 1 | -4/+1 |
|
|
* | * Use [interpreter] to set/query the | dgp | 2002-03-24 | 1 | -10/+10 |
|
|
* | * Allow non-proc commands to be used | dgp | 2002-03-24 | 1 | -6/+6 |
|
|
* | * Bumped tcltest to 2.0.2 | dgp | 2002-03-11 | 2 | -3/+3 |
|
|
* | * library/tcltest/tcltest.tcl (getMatchingFiles): Pass | mdejong | 2002-03-11 | 1 | -3/+4 |
|
|
* | * library/encoding/iso2022-jp.enc: | hobbs | 2002-03-02 | 2 | -4/+2 |
|
|
* | * library/safe.tcl (CheckFileName): removed the limit on | hobbs | 2002-02-22 | 1 | -16/+6 |
|
|
* | * Corrected use of http::error when | dgp | 2002-02-05 | 2 | -4/+4 |
|
|
* | * library/http/pkgIndex.tcl: | hobbs | 2002-01-25 | 2 | -4/+10 |
|
|
* | * library/init.tcl: make sure env(COMSPEC) on Windows is executed | hobbs | 2001-12-29 | 1 | -2/+9 |
|
|
* | vfs robustness fix | vincentdarley | 2001-11-04 | 1 | -11/+13 |
|
|
* | * library/encoding/ebcdic.enc: | hobbs | 2001-10-12 | 1 | -0/+19 |
|
|
* | * library/encoding/tis-620.enc: | hobbs | 2001-10-12 | 1 | -0/+20 |
|
|
* | Updated encodings with latest mappings from www.unicode.org. This | hobbs | 2001-10-04 | 10 | -14/+34 |
|
|
* | * More CONST poisoning | dgp | 2001-09-28 | 1 | -2/+2 |
|
|
* | * win/Makefile.in: | andreas_kupries | 2001-09-14 | 2 | -4/+4 |
|
|
* | * Updated http package to version 2.4, | dgp | 2001-09-07 | 2 | -4/+6 |
|
|
* | * doc/http.n: noted -binary, charset and coding state keys. | hobbs | 2001-09-07 | 2 | -32/+57 |
|
|
* | fs | vincentdarley | 2001-09-06 | 1 | -1/+12 |
|
|
* | * Corrected | dgp | 2001-08-27 | 1 | -9/+9 |
|
|
* | * library/tcltest/tcltest.tcl: fixed stdio constraint test. | hobbs | 2001-08-22 | 1 | -54/+27 |
|
|
* | * library/http/http.tcl (geturl): added port number to Host: | hobbs | 2001-08-21 | 1 | -3/+3 |
|
|
* | Added checks for package dependencies. | dgp | 2001-08-09 | 10 | -13/+24 |
|
|
* | Update the http package version number now as we change it, so we don't | dgp | 2001-08-02 | 1 | -1/+1 |
|
|
* | Update the http package version number now as we change it, so we don't | dgp | 2001-08-02 | 1 | -3/+3 |
|
|
* | * library/http/http.tcl (http::mapReply): the regsub'ing of \n and | hobbs | 2001-08-02 | 1 | -4/+2 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -1/+80 |
|
|
* | * Corrected documentation and usage message of [pkg_mkIndex]. | dgp | 2001-07-21 | 1 | -2/+2 |
|
|
* | * library/encoding/koi8-u.enc: added koi8-u (Ukranian variant) | hobbs | 2001-06-28 | 1 | -0/+20 |
|
|