summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
*-. merge trunk into dogeen-assembler-branchKevin B Kenny2011-03-029-58/+156
|\ \
| | * fix leaks in throw and unset compilersmig2011-03-011-0/+2
| | * This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-018-52/+145
| | * * generic/tclExecute.c (ExprObjCallback): fix object leakmig2011-03-011-1/+0
| | * * generic/tclExecute.c (TEBCresume): store local var array and constants in a...mig2011-03-011-2/+6
| |/
| |
| \
*-. \ merge trunkKevin B Kenny2011-03-015-41/+32
|\ \ \ | | |/
| | * fix typo in dkf's last commitmig2011-03-011-1/+1
| |/
| * remove unused variablesmig2011-03-011-2/+0
| * * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for comman...mig2011-03-011-1/+10
| * Reorganization of call context reference count management so that codedkf2011-03-014-36/+20
* | merge trunkKevin B Kenny2011-03-0160-206/+336
|\ \ | |/
| * Don't miss 64-bit address bits in panic message.nijtmans2011-01-251-3/+3
| * [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier.nijtmans2011-01-193-11/+16
| * Add missing commentdkf2011-01-181-2/+3
| * * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Makedkf2011-01-181-3/+35
| * Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-187-25/+25
| * [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-171-28/+28
| * 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-152-9/+77
| * fall back to assembler for VC++ 32-bitnijtmans2011-01-121-2/+4
| * VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-121-7/+4
| * * generic/tclCmdIL.c (SortElement): Use unions properly in thedkf2011-01-011-25/+28
| * * generic/tclExecute.c (GrowEvaluationStack): off-by-one error inMiguel Sofer2010-12-301-4/+4
| * * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdkf2010-12-271-44/+48
| * Explicitely test for intrinsics support in compiler, before assuming only MSV...nijtmans2010-12-201-5/+7
| * [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-1/+24
| * Restore abort() in Tcl_Panic() as it was before.nijtmans2010-12-151-12/+1
| * [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3nijtmans2010-12-141-2/+2
| * [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-131-2/+2
| * Use gcc's __builtin_trap(), when available, to enter the debugger after a panic.nijtmans2010-12-131-4/+10
| * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-107-26/+26
| * Make sure [fcopy -size ... -command ...] always calls the callback asynchrono...ferrieux2010-12-101-1/+38
| * Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-104-18/+23
| * Fix gcc -Wextra warning: missing initializernijtmans2010-12-108-167/+168
| * * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-096-735/+1613
| * * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery isdkf2010-12-071-1115/+1127
| * [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-063-21/+20
| * * generic/tclUtil.c (TclReToGlob): add extra check for multiplehobbs2010-12-031-2/+14
| * silence gcc warning when using -Wwrite-stringsnijtmans2010-12-032-4/+9
| * * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-011-4/+11
| * Allow Tcl_Panic() to enter the debugger on win32nijtmans2010-12-012-12/+9
| * fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-015-22/+22
| * * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-305-25/+101
| * Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg...ferrieux2010-11-291-2/+51
| * added missing casts that MSVC complained about and deleted unused variableKevin B Kenny2010-11-292-7/+6
| * 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-289-404/+2711
| * Tcl_Panic already writes a newline at the end, so the caller doesn't have to ...nijtmans2010-11-191-2/+2
| * * generic/tclNamesp.c: fix leak due to bad looping construct,Miguel Sofer2010-11-181-3/+5
| * * generic/tclNamesp.c: fix leak due to bad looping construct,Miguel Sofer2010-11-181-5/+3
| * * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-154-17/+137