| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typos that produced duplicate test names | dgp | 2006-11-29 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -5/+630 |
|
|
* | * unix/tclUnixChan.c (TclUnixWaitForFile): | Kevin B Kenny | 2006-11-27 | 1 | -1/+210 |
|
|
* | More bits and pieces of the TIP#174 implementation | dkf | 2006-11-26 | 1 | -0/+184 |
|
|
* | Silence complaints caused by [namespace import] returning current imports | dkf | 2006-11-23 | 2 | -10/+6 |
|
|
* | [string is list] tests: fixed mixed up test name, added test of unicode handling | dkf | 2006-11-22 | 1 | -2/+6 |
|
|
* | TIP#269 implementation | dkf | 2006-11-22 | 1 | -3/+48 |
|
|
* | * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains | das | 2006-11-10 | 1 | -2/+2 |
|
|
* | Optimize for the unshared case. | dkf | 2006-11-09 | 2 | -6/+16 |
|
|
* | Implemented [string reverse]. | dkf | 2006-11-09 | 2 | -8/+16 |
|
|
* | Implemented [lreverse] from TIP#272 | dkf | 2006-11-09 | 1 | -1/+14 |
|
|
* | TIP#274 IMPLEMENTATION | dgp | 2006-11-05 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c (TEOVI): | Miguel Sofer | 2006-11-03 | 1 | -2/+20 |
|
|
* | Rename constraint to look more conventional | dkf | 2006-11-03 | 1 | -15/+11 |
|
|
* | Keep most tests from making sockets that are reachable off the machine. | dkf | 2006-11-03 | 6 | -97/+89 |
|
|
* | Minor syntactic changes | dkf | 2006-11-03 | 1 | -7/+6 |
|
|
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 24 | -259/+259 |
|
|
* | Fixed non-robustness error when opening subshell pipes when the current direc... | dkf | 2006-11-02 | 1 | -12/+12 |
|
|
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 2 | -8/+6 |
|
|
* | * generic/tclExecute.c (INST_MOD): Corrected improper testing of | dgp | 2006-10-30 | 1 | -1/+14 |
|
|
* | * generic/tclNamesp.c (EnsembleImplementationCmd): | Miguel Sofer | 2006-10-29 | 1 | -1/+19 |
|
|
* | Insert of calling point in middle of procedure code. Also cleaned up how | dkf | 2006-10-28 | 1 | -35/+3 |
|
|
* | * tests/info.test (info-9.11-12): tests for [Bug 1577492] | Miguel Sofer | 2006-10-24 | 2 | -3/+56 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 2 | -6/+6 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 2 | -1252/+5 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 2 | -5/+1252 |
|
|
* | * tclProc.c (SetLambdaFromAny): | Miguel Sofer | 2006-10-16 | 1 | -1/+40 |
|
|
* | * generic/tclInterp.c (ApplyObjCmd): | Miguel Sofer | 2006-10-12 | 1 | -1/+88 |
|
|
* | * tests/namespace.test (namespace-51.16): Added test. | dgp | 2006-10-10 | 1 | -1/+6 |
|
|
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 33 | -192/+192 |
|
|
* | TIP #275: Support unsigned values in binary command | patthoyts | 2006-10-06 | 1 | -1/+161 |
|
|
* | * generic/tcl.h: note limitation on changing Tcl_UniChar size | hobbs | 2006-10-05 | 1 | -3/+4 |
|
|
* | * generic/tclVar.c (Tcl_LappendObjCmd): | Miguel Sofer | 2006-10-05 | 1 | -1/+10 |
|
|
* | dup test name | dgp | 2006-10-04 | 1 | -2/+2 |
|
|
* | Bug 1567956 | Kevin B Kenny | 2006-10-01 | 1 | -3/+4 |
|
|
* | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -2/+16 |
|
|
* | bug 1567956: handle Msys environment a little differently in getuser function | patthoyts | 2006-10-01 | 1 | -11/+20 |
|
|
* | * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengths | andreas_kupries | 2006-09-28 | 1 | -2/+4 |
|
|
* | * generic/tclExecute.c: Corrected error in INST_LSHIFT in the | dgp | 2006-09-28 | 1 | -1/+3 |
|
|
* | * tests/pkg.test: Added test for version comparison at the 32bit | andreas_kupries | 2006-09-27 | 1 | -1/+7 |
|
|
* | TIP#268 IMPLEMENTATION | andreas_kupries | 2006-09-22 | 1 | -23/+360 |
|
|
* | * generic/tclExecute.c (INST_EXPON): Native type overflow detection | dgp | 2006-09-19 | 1 | -1/+7 |
|
|
* | * library/http/http.tcl: Change " " -> "+" url encoding mapping | hobbs | 2006-09-16 | 1 | -2/+2 |
|
|
* | * tests/msgcat.test: Bumped version in auxiliary files as well. | andreas_kupries | 2006-09-11 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c: Corrected INST_EXPON flaw that treated | dgp | 2006-09-11 | 1 | -4/+5 |
|
|
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 1 | -5/+9 |
|
|
* | * tests/main.text (Tcl_Main-4.4): Test corrected to not be | dgp | 2006-09-04 | 1 | -3/+3 |
|
|
* | * tests/expr-old.test: The remaining failing tests reported in | dgp | 2006-08-31 | 2 | -4/+4 |
|
|
* | bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] | Miguel Sofer | 2006-08-26 | 1 | -12/+106 |
|
|
* | * library/tzdata: Regenerated, including several new files, | Kevin B Kenny | 2006-08-24 | 1 | -14/+23 |
|
|