| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | removed errant " char | hobbs | 2001-05-28 | 1 | -2/+2 |
|
|
* | * library/encoding/cp1250.enc: | hobbs | 2001-05-23 | 16 | -26/+86 |
|
|
* | * library/history.tcl (tcl::HistAdd): prevent empty calls from | hobbs | 2001-05-17 | 1 | -1/+7 |
|
|
* | Fix for Bug 420186 | dgp | 2001-05-03 | 1 | -4/+5 |
|
|
* | Got the encoding wrong; thanks to Richard Suchenwirth for pointing me | dkf | 2001-04-25 | 1 | -2/+2 |
|
|
* | Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support. | dkf | 2001-04-25 | 1 | -0/+20 |
|
|
* | Corrected behaviour of [namespace code] (bug #219385, patch #403530) | Miguel Sofer | 2001-04-07 | 1 | -2/+2 |
|
|
* | Modified processing of $::errorInfo by [unknown] when the auto-loaded command | dgp | 2001-04-06 | 1 | -7/+41 |
|
|
* | * library/package.tcl (pkg_mkIndex): Added patch from Vince | dgp | 2001-03-14 | 1 | -1/+22 |
|
|
* | 2000-12-10 Don Porter <dgp@users.sourceforge.net> | dgp | 2000-12-11 | 5 | -22/+22 |
|
|
* | * library/init.tcl: Added support for PATHEXT variable in | hobbs | 2000-12-09 | 1 | -3/+9 |
|
|