Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | minor corrections | dkf | 2008-10-03 | 1 | -12/+21 | |
| | ||||||
* | Tidying up formatting | dkf | 2008-10-03 | 1 | -73/+73 | |
| | ||||||
* | regen again | dkf | 2008-10-03 | 2 | -8/+13 | |
| | ||||||
* | typofix | dkf | 2008-10-03 | 1 | -4/+4 | |
| | ||||||
* | typo | dkf | 2008-10-03 | 1 | -2/+2 | |
| | ||||||
* | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | dkf | 2008-10-03 | 6 | -12/+710 | |
| | ||||||
* | Regen | dkf | 2008-10-02 | 2 | -2/+10 | |
| | ||||||
* | Reduce the number of (pointless) type-casts. | dkf | 2008-10-02 | 1 | -38/+39 | |
| | ||||||
* | Implement TIP #265. [FRQ 1446696] | dkf | 2008-10-02 | 5 | -12/+665 | |
| | ||||||
* | * tests/info.test (info-23.3): See [SF Bug 2017632]. Updated | andreas_kupries | 2008-10-02 | 2 | -3/+7 | |
| | | | | | output of the test to handle the NRE-enabled eval and the proper propagation of location information through it. | |||||
* | * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation | andreas_kupries | 2008-10-02 | 2 | -5/+9 | |
| | | | | of 'info frame' for positive numbers as level argument. | |||||
* | * tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made | andreas_kupries | 2008-10-02 | 2 | -2/+8 | |
| | | | | | pattern for file containing tcltest less specific to accept both .tcl and .tm variants of the file during matching. | |||||
* | TIP #330 IMPLEMENTATION | dgp | 2008-10-02 | 7 | -22/+44 | |
| | | | | | | | | | | * generic/tcl.h: Remove the "result" and "freeProc" fields * generic/tclBasic.c: from the default public declaration of the * generic/tclResult.c: Tcl_Interp struct. Code should no longer * generic/tclStubLib.c: be accessing these fields. Access can be * generic/tclTest.c: restored by defining USE_INTERP_RESULT, but * generic/tclUtil.c: that should only be a temporary migration aid. *** POTENTIAL INCOMPATIBILITY *** | |||||
* | forgot one missing unmatched font change | Joe Mistachkin | 2008-10-02 | 1 | -2/+2 | |
| | ||||||
* | Fixes for [Bug 1934272, 2072891] | Joe Mistachkin | 2008-10-02 | 8 | -15/+31 | |
| | ||||||
* | remove outdated comment | dgp | 2008-09-30 | 1 | -14/+1 | |
| | ||||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 4 | -13/+13 | |
| | | | | | | * doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test: | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 4 | -8/+22 | |
| | | | | | | * doc/linsert.n: Revise [linsert] to accept zero elements. * generic/tclCmdIL.c: * tests/linsert.test: | |||||
* | TIP #326 IMPLEMENTATION | dkf | 2008-09-29 | 4 | -22/+196 | |
| | ||||||
* | TIP #313 IMPLEMENTATION | dkf | 2008-09-29 | 4 | -25/+108 | |
| | ||||||
* | Implement TIP 318. | dkf | 2008-09-29 | 3 | -8/+34 | |
| | ||||||
* | regen | dkf | 2008-09-28 | 2 | -33/+52 | |
| | ||||||
* | Implement TIP 314. [Patch 1901783] | dkf | 2008-09-28 | 7 | -53/+569 | |
| | ||||||
* | Added test for [Bug 2130726]. | dkf | 2008-09-28 | 1 | -1/+4 | |
| | ||||||
* | * generic/tclBasic.c: Fix the numLevels computations on | Miguel Sofer | 2008-09-28 | 4 | -6/+111 | |
| | | | | | * generic/tclInt.h: coroutine yield/resume * tests/unsupported.test: | |||||
* | Reduce the magic number count | dkf | 2008-09-27 | 1 | -4/+6 | |
| | ||||||
* | Fix [Bug 2130726]. | dkf | 2008-09-27 | 2 | -1/+28 | |
| | ||||||
* | Stylistic improvements (consistent function separation standards, etc.) and | dkf | 2008-09-27 | 1 | -324/+320 | |
| | | | | some reduction in nesting in functions. | |||||
* | Corrected sanity test in zero-element case | dkf | 2008-09-27 | 1 | -2/+3 | |
| | ||||||
* | Fix [Bug 2130992]. | dkf | 2008-09-27 | 2 | -4/+26 | |
| | ||||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -26/+33 | |
| | | | | | | * doc/lrepeat.n: Revise [lrepeat] to accept both zero * generic/tclCmdIL.c: repetitions and zero elements to be repeated. * tests/lrepeat.test: | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -6/+20 | |
| | | | | | | * doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test: | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -12/+16 | |
| | | | | | | * doc/tm.n: Revise [tcl::tm::path add] and * library/tm.tcl: [tcl::tm::path remove] to accept zero paths. * tests/tm.test: | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -7/+24 | |
| | | | | | | * doc/namespace.n: Revise [namespace upvar] to accept zero * generic/tclNamesp.c: variable names. * tests/upvar.test: | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -12/+20 | |
| | | | | | | * doc/lassign.n: Revise [lassign] to accept zero variable names. * generic/tclCmdIL.c: * tests/cmdIL.test: | |||||
* | Bump the TclOO version. (Forgot when checking in TIP320 impl.) | dkf | 2008-09-26 | 2 | -3/+8 | |
| | ||||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 4 | -15/+13 | |
| | | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * doc/variable.n: Revise [variable] likewise. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test: | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 5 | -15/+28 | |
| | | | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test: * doc/global.n: Correct false claim about [info locals]. | |||||
* | * tests/platform.test: Update tests to expect revised results | dgp | 2008-09-25 | 3 | -3/+6 | |
| | | | | * tests/safe.test: corresponding to the TIP 315 change. | |||||
* | overlooked 85 -> 86 bump | dgp | 2008-09-25 | 2 | -5/+5 | |
| | ||||||
* | Implement TIP #315. | dkf | 2008-09-25 | 4 | -3/+31 | |
| | ||||||
* | correct bug number | dkf | 2008-09-25 | 1 | -1/+1 | |
| | ||||||
* | slightly more efficient | dkf | 2008-09-25 | 1 | -3/+1 | |
| | ||||||
* | Fix [Bug 2120903] | dkf | 2008-09-25 | 3 | -21/+39 | |
| | ||||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-24 | 6 | -23/+27 | |
| | | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test: | |||||
* | Remove obsolete debugging macro. [Bug 2124814] | dkf | 2008-09-24 | 2 | -7/+4 | |
| | ||||||
* | Implement TIP #316. | dkf | 2008-09-24 | 6 | -244/+630 | |
| | ||||||
* | Apply [Patch 2082450] | dkf | 2008-09-23 | 2 | -7/+10 | |
| | ||||||
* | Fix [Bug 2118123] | dkf | 2008-09-23 | 5 | -8/+24 | |
| | ||||||
* | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 9 | -173/+856 | |
| |