Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclProc.c (ObjInterpProcEx): | Miguel Sofer | 2006-03-10 | 1 | -2/+2 |
| | | | | | * tests/apply.test (apply-5.1): fix [apply] error messages so that they quote the lambda expression [Bug 1447355]. | ||||
* | dup test name | dgp | 2006-02-09 | 1 | -2/+2 |
| | |||||
* | dup test name | dgp | 2006-02-09 | 1 | -2/+2 |
| | |||||
* | * generic/tclProc.c: minor improvements to [apply] | Miguel Sofer | 2006-02-01 | 1 | -21/+74 |
| | | | | | * tests/apply.test: new tests; apply-5.1 currently fails to indicate missing work in error reporting | ||||
* | TIP#194 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -0/+218 |
* doc/apply.n: (New file) New command [apply]. [Patch 944803]. * doc/uplevel.n: * generic/tclBasic.c: * generic/tclInt.h: * generic/tclProc.c: * tests/apply.test: (New file) * tests/proc-old.test: * tests/proc.test: |