| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -6/+20 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -12/+16 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -7/+24 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 4 | -12/+20 |
|
|
* | 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 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 5 | -15/+28 |
|
|
* | * tests/platform.test: Update tests to expect revised results | dgp | 2008-09-25 | 3 | -3/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Clean up paragraph order in chan.n [chan pipe] | ferrieux | 2008-09-22 | 2 | -11/+15 |
|
|
* | simplify TCL_CT_ASSERT | Miguel Sofer | 2008-09-18 | 1 | -4/+2 |
|
|
* | * generic/tclExecute.c (NEXT_INST_F): | Miguel Sofer | 2008-09-18 | 3 | -40/+50 |
|
|
* | * generic/tclInt.h: Correct the TclGetLongFromObj, | dgp | 2008-09-17 | 2 | -4/+11 |
|
|
* | * library/init.tcl: export min and max commands from the mathfunc | Miguel Sofer | 2008-09-17 | 2 | -1/+7 |
|
|
* | * generic/tclParse.c: move TclResetCancellation to be called on | Joe Mistachkin | 2008-09-17 | 2 | -2/+8 |
|
|
* | * generic/tclBasic.c: move TclResetCancellation to be called on | Miguel Sofer | 2008-09-17 | 2 | -2/+23 |
|
|
* | Incomplete docs for [binary encode] and [binary decode]. | dkf | 2008-09-10 | 2 | -4/+23 |
|
|
* | Use the powers of tcltest2 for good! Also add basic testing of disassmbler | dkf | 2008-09-10 | 7 | -1440/+1401 |
|
|
* | * tests/nre.test: add missing constraints; enable test of foreach | Miguel Sofer | 2008-09-10 | 5 | -8/+68 |
|
|
* | Fix efficiency bug detected by Kieran Elby. | dkf | 2008-09-10 | 2 | -2/+18 |
|
|
* | Simplify test bodies using tcltest2 | dkf | 2008-09-08 | 4 | -522/+529 |
|
|
* | * generic/tclCompile.c (TclCompileTokens): | Miguel Sofer | 2008-09-08 | 3 | -21/+27 |
|
|
* | * doc/namespace.n: fix [Bug 2098441] | Miguel Sofer | 2008-09-07 | 2 | -2/+6 |
|
|
* | * generic/tclTrace.test (TraceVarProc): | Miguel Sofer | 2008-09-05 | 3 | -3/+45 |
|
|
* | * generic/tclExecute.c (CACHE_STACK_INFO): | Miguel Sofer | 2008-09-04 | 3 | -3/+51 |
|
|
* | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro | dgp | 2008-09-03 | 5 | -204/+176 |
|
|
* | unbreak the build with TCL_NO_DEPRECATED defined | das | 2008-09-02 | 1 | -1/+3 |
|
|
* | * generic/tcl.h: Removed the conditional #define of | dgp | 2008-09-02 | 2 | -9/+23 |
|
|
* | Use tcltest2 better. | dkf | 2008-09-02 | 2 | -419/+399 |
|
|
* | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now | Miguel Sofer | 2008-09-01 | 6 | -47/+244 |
|
|
* | Improve the semantics of C-implemented destructors slightly. | dkf | 2008-09-01 | 3 | -19/+50 |
|
|