Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | * generic/tclExecute.c: cleaner mem management for TEBCdata | Miguel Sofer | 2011-03-05 | 2 | -4/+10 | |
| * | | | | | | | | | | | | | Renamed BottomData to TEBCdata, so that the name refers to what it is rather ... | Miguel Sofer | 2011-03-05 | 3 | -54/+51 | |
| * | | | | | | | | | | | | | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 9 | -33/+44 | |
| * | | | | | | | | | | | | | One trunk to rule them all... | dgp | 2011-03-05 | 3 | -0/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Unbreak the build. | dkf | 2011-03-05 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | [Bug 3185009]: Keep references to resolved object variables so that an unset ... | dkf | 2011-03-05 | 3 | -0/+39 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | [Bug 3185009]: Keep references to resolved object variables so that an unset ...Bug_3185009 | dkf | 2011-03-04 | 3 | -0/+39 | |
| * | | | | | | | | | | | | | | | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in comme... | Miguel Sofer | 2011-03-04 | 2 | -9/+18 | |
| * | | | | | | | | | | | | | | | date copy/paste error | dgp | 2011-03-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. | dgp | 2011-03-03 | 2 | -2/+9 | |
| * | | | | | | | | | | | | | | | add missing comment terminator | mig | 2011-03-02 | 1 | -1/+2 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 765 | -2334/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | ||||||
| | | | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | *-. \ \ \ \ \ \ \ \ \ \ \ | merge trunk into dogeen-assembler-branch | Kevin B Kenny | 2011-03-02 | 11 | -61/+179 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | fix leaks in throw and unset compilers | mig | 2011-03-01 | 2 | -0/+5 | |
| * | | | | | | | | | | | | | | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 | mig | 2011-03-01 | 10 | -55/+159 | |
| * | | | | | | | | | | | | | | | * generic/tclExecute.c (ExprObjCallback): fix object leak | mig | 2011-03-01 | 2 | -1/+2 | |
| * | | | | | | | | | | | | | | | * generic/tclExecute.c (TEBCresume): store local var array and constants in a... | mig | 2011-03-01 | 2 | -2/+10 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | ||||||
| | | | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | *-. \ \ \ \ \ \ \ \ \ \ \ | merge trunk | Kevin B Kenny | 2011-03-01 | 6 | -41/+49 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | fix typo in dkf's last commit | mig | 2011-03-01 | 2 | -1/+4 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | remove unused variables | mig | 2011-03-01 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for comman... | mig | 2011-03-01 | 2 | -1/+15 | |
| * | | | | | | | | | | | | | | Reorganization of call context reference count management so that code | dkf | 2011-03-01 | 5 | -36/+29 | |
| | | * | | | | | | | | | | | | merge trunk | Kevin B Kenny | 2011-03-01 | 159 | -2715/+5142 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Mark merge of 8.5 bugfixes into 8.6 development. | dgp | 2011-02-28 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description | dgp | 2011-02-28 | 2 | -4/+10 | |
| * | | | | | | | | | | | | | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 10 | -66/+59 | |
| * | | | | | | | | | | | | | | | typo | dgp | 2011-01-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Don't miss 64-bit address bits in panic message. | nijtmans | 2011-01-25 | 2 | -3/+7 | |
| * | | | | | | | | | | | | | | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Bra... | ferrieux | 2011-01-19 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. | nijtmans | 2011-01-19 | 4 | -12/+24 | |
| * | | | | | | | | | | | | | | | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | Add missing comment | dkf | 2011-01-18 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make | dkf | 2011-01-18 | 3 | -10/+62 | |
| * | | | | | | | | | | | | | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 8 | -25/+35 | |
| * | | | | | | | | | | | | | | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 5 | -36/+43 | |
| * | | | | | | | | | | | | | | | Removed code that suppressed zeroes in a context where zeroes cannot appear. | Kevin B Kenny | 2011-01-15 | 1 | -6/+1 | |
| * | | | | | | | | | | | | | | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 5 | -17/+1986 | |
| * | | | | | | | | | | | | | | | fall back to assembler for VC++ 32-bit | nijtmans | 2011-01-12 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | handle --enable-64bit=ia64 for gcc | nijtmans | 2011-01-12 | 4 | -47/+63 | |
| * | | | | | | | | | | | | | | | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 2 | -8/+5 | |
| * | | | | | | | | | | | | | | | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 2 | -2/+4 | |
| * | | | | | | | | | | | | | | | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte... | nijtmans | 2011-01-12 | 2 | -2/+7 | |
| * | | | | | | | | | | | | | | | * tests/util.test (util-15.*): Added test cases for floating point | Kevin B Kenny | 2011-01-07 | 2 | -1/+97 | |
| * | | | | | | | | | | | | | | | * tests/package.test, tests/pkg.test: Coalesce these tests into one | dkf | 2011-01-06 | 5 | -1455/+1435 | |
| * | | | | | | | | | | | | | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 21 | -699/+713 | |
| * | | | | | | | | | | | | | | | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that | dkf | 2011-01-01 | 2 | -94/+129 | |
| * | | | | | | | | | | | | | | | * generic/tclCmdIL.c (SortElement): Use unions properly in the | dkf | 2011-01-01 | 2 | -31/+41 | |
| * | | | | | | | | | | | | | | | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ... | nijtmans | 2010-12-31 | 7 | -6/+17 | |
| * | | | | | | | | | | | | | | | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in | Miguel Sofer | 2010-12-30 | 2 | -4/+11 | |
| * | | | | | | | | | | | | | | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 3 | -63/+79 | |