summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* * Corrected [uplevel] quoting whendgp2002-05-081-2/+2
* * [mcmax] wasn't using the caller'sdgp2002-04-201-21/+29
* * Added [mcload] to the export listdgp2002-04-192-4/+5
* * Made separate export for commandsdgp2002-04-181-5/+6
* * Revised [tcltest::test] to return errorsdgp2002-04-151-21/+14
* * corrected misspelling of getMatchingFilesdgp2002-04-081-2/+2
* * converted getMatchingFile alias into a proc so safe-2.1 will notdgp2002-04-051-3/+2
* * namespace protection for the getMatchingFiles alias.dgp2002-04-041-3/+4
* * library/tcltest/tcltest.tcl: added getMatchingFiles back (aliashobbs2002-04-041-1/+4
* * Major code cleanup to deal with whitespace,dgp2002-03-271-1332/+1202
* * More initialization fixes to avoid stomping on global variablesdgp2002-03-251-19/+15
* More variable initialization fixes.dgp2002-03-251-53/+38
* * Corrected faulty variable initialization. [Bug 534845]dgp2002-03-251-110/+47
* * Improve the processing of the -constraints option to [test] so thatdgp2002-03-251-3/+3
* * Keep the value of $::auto_pathdgp2002-03-251-4/+1
* * Use [interpreter] to set/query thedgp2002-03-241-10/+10
* * Allow non-proc commands to be useddgp2002-03-241-6/+6
* * Bumped tcltest to 2.0.2dgp2002-03-112-3/+3
* * library/tcltest/tcltest.tcl (getMatchingFiles): Passmdejong2002-03-111-3/+4
* * library/encoding/iso2022-jp.enc:hobbs2002-03-022-4/+2
* * library/safe.tcl (CheckFileName): removed the limit onhobbs2002-02-221-16/+6
* * Corrected use of http::error whendgp2002-02-052-4/+4
* * library/http/pkgIndex.tcl:hobbs2002-01-252-4/+10
* * library/init.tcl: make sure env(COMSPEC) on Windows is executedhobbs2001-12-291-2/+9
* vfs robustness fixvincentdarley2001-11-041-11/+13
* * library/encoding/ebcdic.enc:hobbs2001-10-121-0/+19
* * library/encoding/tis-620.enc:hobbs2001-10-121-0/+20
* Updated encodings with latest mappings from www.unicode.org. Thishobbs2001-10-0410-14/+34
* * More CONST poisoningdgp2001-09-281-2/+2
* * win/Makefile.in:andreas_kupries2001-09-142-4/+4
* * Updated http package to version 2.4,dgp2001-09-072-4/+6
* * doc/http.n: noted -binary, charset and coding state keys.hobbs2001-09-072-32/+57
* fsvincentdarley2001-09-061-1/+12
* * Correcteddgp2001-08-271-9/+9
* * library/tcltest/tcltest.tcl: fixed stdio constraint test.hobbs2001-08-221-54/+27
* * library/http/http.tcl (geturl): added port number to Host:hobbs2001-08-211-3/+3
* Added checks for package dependencies.dgp2001-08-0910-13/+24
* Update the http package version number now as we change it, so we don'tdgp2001-08-021-1/+1
* Update the http package version number now as we change it, so we don'tdgp2001-08-021-3/+3
* * library/http/http.tcl (http::mapReply): the regsub'ing of \n andhobbs2001-08-021-4/+2
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-1/+80
* * Corrected documentation and usage message of [pkg_mkIndex].dgp2001-07-211-2/+2
* * library/encoding/koi8-u.enc: added koi8-u (Ukranian variant)hobbs2001-06-281-0/+20
* removed errant " charhobbs2001-05-281-2/+2
* * library/encoding/cp1250.enc:hobbs2001-05-2316-26/+86
* * library/history.tcl (tcl::HistAdd): prevent empty calls fromhobbs2001-05-171-1/+7
* Fix for Bug 420186dgp2001-05-031-4/+5
* Got the encoding wrong; thanks to Richard Suchenwirth for pointing medkf2001-04-251-2/+2
* Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support.dkf2001-04-251-0/+20
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-071-2/+2