summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-059-33/+44
| * | | | | | | | | | | | | One trunk to rule them all...dgp2011-03-053-0/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Unbreak the build.dkf2011-03-051-0/+1
| | * | | | | | | | | | | | | [Bug 3185009]: Keep references to resolved object variables so that an unset ...dkf2011-03-053-0/+39
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | [Bug 3185009]: Keep references to resolved object variables so that an unset ...Bug_3185009dkf2011-03-043-0/+39
| * | | | | | | | | | | | | | | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in comme...Miguel Sofer2011-03-042-9/+18
| * | | | | | | | | | | | | | | date copy/paste errordgp2011-03-031-1/+1
| * | | | | | | | | | | | | | | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330].dgp2011-03-032-2/+9
| * | | | | | | | | | | | | | | add missing comment terminatormig2011-03-021-1/+2
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-02765-2334/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ \ \ \ merge trunk into dogeen-assembler-branchKevin B Kenny2011-03-0211-61/+179
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fix leaks in throw and unset compilersmig2011-03-012-0/+5
| * | | | | | | | | | | | | | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-0110-55/+159
| * | | | | | | | | | | | | | | * generic/tclExecute.c (ExprObjCallback): fix object leakmig2011-03-012-1/+2
| * | | | | | | | | | | | | | | * generic/tclExecute.c (TEBCresume): store local var array and constants in a...mig2011-03-012-2/+10
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ \ \ \ merge trunkKevin B Kenny2011-03-016-41/+49
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fix typo in dkf's last commitmig2011-03-012-1/+4
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | remove unused variablesmig2011-03-011-2/+0
| * | | | | | | | | | | | | | * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for comman...mig2011-03-012-1/+15
| * | | | | | | | | | | | | | Reorganization of call context reference count management so that codedkf2011-03-015-36/+29
| | | * | | | | | | | | | | | merge trunkKevin B Kenny2011-03-01159-2715/+5142
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Mark merge of 8.5 bugfixes into 8.6 development.dgp2011-02-280-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of descriptiondgp2011-02-282-4/+10
| * | | | | | | | | | | | | | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-2510-66/+59
| * | | | | | | | | | | | | | | typodgp2011-01-251-1/+1
| * | | | | | | | | | | | | | | Don't miss 64-bit address bits in panic message.nijtmans2011-01-252-3/+7
| * | | | | | | | | | | | | | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Bra...ferrieux2011-01-191-2/+5
| * | | | | | | | | | | | | | | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier.nijtmans2011-01-194-12/+24
| * | | | | | | | | | | | | | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-1/+7
| * | | | | | | | | | | | | | | Add missing commentdkf2011-01-181-2/+3
| * | | | | | | | | | | | | | | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Makedkf2011-01-183-10/+62
| * | | | | | | | | | | | | | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-188-25/+35
| * | | | | | | | | | | | | | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-175-36/+43
| * | | | | | | | | | | | | | | Removed code that suppressed zeroes in a context where zeroes cannot appear.Kevin B Kenny2011-01-151-6/+1
| * | | | | | | | | | | | | | | * doc/tclvars.n:Kevin B Kenny2011-01-155-17/+1986
| * | | | | | | | | | | | | | | fall back to assembler for VC++ 32-bitnijtmans2011-01-121-2/+4
| * | | | | | | | | | | | | | | handle --enable-64bit=ia64 for gccnijtmans2011-01-124-47/+63
| * | | | | | | | | | | | | | | VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-122-8/+5
| * | | | | | | | | | | | | | | VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-122-2/+4
| * | | | | | | | | | | | | | | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte...nijtmans2011-01-122-2/+7
| * | | | | | | | | | | | | | | * tests/util.test (util-15.*): Added test cases for floating pointKevin B Kenny2011-01-072-1/+97
| * | | | | | | | | | | | | | | * tests/package.test, tests/pkg.test: Coalesce these tests into onedkf2011-01-065-1455/+1435
| * | | | | | | | | | | | | | | Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-0121-699/+713
| * | | | | | | | | | | | | | | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test thatdkf2011-01-012-94/+129
| * | | | | | | | | | | | | | | * generic/tclCmdIL.c (SortElement): Use unions properly in thedkf2011-01-012-31/+41
| * | | | | | | | | | | | | | | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ...nijtmans2010-12-317-6/+17
| * | | | | | | | | | | | | | | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error inMiguel Sofer2010-12-302-4/+11
| * | | | | | | | | | | | | | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdkf2010-12-273-63/+79
| * | | | | | | | | | | | | | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi...nijtmans2010-12-212-3/+23
| * | | | | | | | | | | | | | | cannot use '['/']' in configure.in, or re-generation will go wrongnijtmans2010-12-212-5/+3