| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+10 |
|
|
* | Reorganization of call context reference count management so that code | dkf | 2011-03-01 | 4 | -36/+20 |
|
|
* | Don't miss 64-bit address bits in panic message. | nijtmans | 2011-01-25 | 1 | -3/+3 |
|
|
* | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. | nijtmans | 2011-01-19 | 3 | -11/+16 |
|
|
* | Add missing comment | dkf | 2011-01-18 | 1 | -2/+3 |
|
|
* | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make | dkf | 2011-01-18 | 1 | -3/+35 |
|
|
* | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 7 | -25/+25 |
|
|
* | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -28/+28 |
|
|
* | 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 | 2 | -9/+77 |
|
|
* | fall back to assembler for VC++ 32-bit | nijtmans | 2011-01-12 | 1 | -2/+4 |
|
|
* | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 1 | -7/+4 |
|
|
* | * generic/tclCmdIL.c (SortElement): Use unions properly in the | dkf | 2011-01-01 | 1 | -25/+28 |
|
|
* | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in | Miguel Sofer | 2010-12-30 | 1 | -4/+4 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 1 | -44/+48 |
|
|
* | Explicitely test for intrinsics support in compiler, before assuming only MSV... | nijtmans | 2010-12-20 | 1 | -5/+7 |
|
|
* | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -1/+24 |
|
|
* | Restore abort() in Tcl_Panic() as it was before. | nijtmans | 2010-12-15 | 1 | -12/+1 |
|
|
* | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 | nijtmans | 2010-12-14 | 1 | -2/+2 |
|
|
* | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) | nijtmans | 2010-12-13 | 1 | -2/+2 |
|
|
* | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. | nijtmans | 2010-12-13 | 1 | -4/+10 |
|
|
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 7 | -26/+26 |
|
|
* | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 1 | -1/+38 |
|
|
* | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get... | nijtmans | 2010-12-10 | 4 | -18/+23 |
|
|
* | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 8 | -167/+168 |
|
|
* | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 6 | -735/+1613 |
|
|
* | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is | dkf | 2010-12-07 | 1 | -1115/+1127 |
|
|
* | [Bug 3129448]: possible over-allocation on 64-bit platforms | nijtmans | 2010-12-06 | 3 | -21/+20 |
|
|
* | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 1 | -2/+14 |
|
|
* | silence gcc warning when using -Wwrite-strings | nijtmans | 2010-12-03 | 2 | -4/+9 |
|
|
* | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): | Kevin B Kenny | 2010-12-01 | 1 | -4/+11 |
|
|
* | Allow Tcl_Panic() to enter the debugger on win32 | nijtmans | 2010-12-01 | 2 | -12/+9 |
|
|
* | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 5 | -22/+22 |
|
|
* | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 5 | -25/+101 |
|
|
* | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg... | ferrieux | 2010-11-29 | 1 | -2/+51 |
|
|
* | added missing casts that MSVC complained about and deleted unused variable | Kevin B Kenny | 2010-11-29 | 2 | -7/+6 |
|
|
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 9 | -404/+2711 |
|
|
* | Tcl_Panic already writes a newline at the end, so the caller doesn't have to ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | * generic/tclNamesp.c: fix leak due to bad looping construct, | Miguel Sofer | 2010-11-18 | 1 | -3/+5 |
|
|
* | * generic/tclNamesp.c: fix leak due to bad looping construct, | Miguel Sofer | 2010-11-18 | 1 | -5/+3 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 4 | -17/+137 |
|
|
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 1 | -23/+33 |
|
|
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 1 | -33/+23 |
|
|
* | Fix [Bug 3105999]; deallocate temporary structure. | dkf | 2010-11-09 | 1 | -4/+11 |
|
|
* | Add missing 'objs' verb in error message. | ferrieux | 2010-11-08 | 1 | -2/+4 |
|
|
* | fix TCL_ASCII_MAIN usage, as the name suggests | nijtmans | 2010-11-05 | 1 | -5/+7 |
|
|
* | * generic/tclMain.c: Added missing conditional on _WIN32 around code | Kevin B Kenny | 2010-11-04 | 1 | -2/+2 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 2 | -11/+33 |
|
|
* | Correct typo and mistaken comment. | dgp | 2010-11-04 | 1 | -2/+2 |
|
|