| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 3 | -2/+82 |
|
|
* | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get... | nijtmans | 2010-12-10 | 10 | -36/+358 |
|
|
* | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 9 | -167/+179 |
|
|
* | * tests/fCmd.test: Improve sanity of constraints now that we don't | dkf | 2010-12-09 | 2 | -22/+42 |
|
|
* | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 11 | -930/+1799 |
|
|
* | * tests/append.test, tests/appendComp.test: Clean up tests so that | dkf | 2010-12-09 | 3 | -108/+131 |
|
|
* | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, | dkf | 2010-12-07 | 6 | -348/+363 |
|
|
* | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is | dkf | 2010-12-07 | 2 | -1160/+1178 |
|
|
* | [Bug 3129448]: possible over-allocation on 64-bit platforms | nijtmans | 2010-12-06 | 4 | -21/+26 |
|
|
* | [Patch #3116490] cross-compile support for unix | nijtmans | 2010-12-05 | 1 | -1/+1 |
|
|
* | [Patch #3116490] cross-compile support for unix | nijtmans | 2010-12-05 | 3 | -14/+51 |
|
|
* | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 2 | -6/+24 |
|
|
* | silence gcc warning when using -Wwrite-strings | nijtmans | 2010-12-03 | 7 | -24/+54 |
|
|
* | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): | Kevin B Kenny | 2010-12-01 | 2 | -4/+20 |
|
|
* | Allow Tcl_Panic() to enter the debugger on win32 | nijtmans | 2010-12-01 | 3 | -13/+11 |
|
|
* | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 6 | -22/+32 |
|
|
* | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 6 | -25/+109 |
|
|
* | ChangeLog typo. | ferrieux | 2010-11-29 | 1 | -1/+1 |
|
|
* | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg... | ferrieux | 2010-11-29 | 2 | -2/+58 |
|
|
* | 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 | 14 | -410/+3559 |
|
|
* | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more | dkf | 2010-11-24 | 4 | -1303/+1378 |
|
|
* | More conversion of tcltest1 tests to tcltest2 | dkf | 2010-11-21 | 1 | -483/+521 |
|
|
* | * tests/chanio.test: Converted many tests to tcltest2 by marking the | dkf | 2010-11-20 | 2 | -1172/+1333 |
|
|
* | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 4 | -7/+13 |
|
|
* | Tcl_Panic already writes a newline at the end, so the caller doesn't have to ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | Set NO_VIZ=1 when zlib is compiled in libtcl, | nijtmans | 2010-11-18 | 3 | -1/+9 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 3 | -54/+61 |
|
|
* | * doc/file.n: [Bug 3111298]: Typofix. | dkf | 2010-11-18 | 2 | -2/+4 |
|
|
* | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this | dkf | 2010-11-18 | 2 | -11/+50 |
|
|
* | * 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 | 2 | -5/+8 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f... | nijtmans | 2010-11-17 | 3 | -2/+92 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi... | nijtmans | 2010-11-17 | 1 | -3/+3 |
|
|
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 2 | -1/+7 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 5 | -32/+46 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 9 | -57/+352 |
|
|
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 2 | -29/+33 |
|
|
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 2 | -33/+29 |
|
|
* | * changes: Updates for 8.6b2 release. | andreas_kupries | 2010-11-10 | 2 | -1/+15 |
|
|
* | Fix [Bug 3105999]; deallocate temporary structure. | dkf | 2010-11-09 | 2 | -5/+14 |
|
|
* | Clarify the tests so that what is being tested is in the body... :-) | dkf | 2010-11-09 | 1 | -7/+10 |
|
|
* | * tests/oo.test: Various tests for memory leaks. | dkf | 2010-11-09 | 2 | -1/+39 |
|
|
* | Revert previous commit at request of KBK. | dkf | 2010-11-09 | 2 | -23/+17 |
|
|
* | Added test case for [Bug #3105247] -NaN? | nijtmans | 2010-11-09 | 2 | -1/+9 |
|
|
* | 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 | 2 | -5/+12 |
|
|
* | * generic/tclMain.c: Added missing conditional on _WIN32 around code | Kevin B Kenny | 2010-11-04 | 2 | -2/+8 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 9 | -24/+67 |
|
|
* | some more speedups to socket.test | rmax | 2010-11-04 | 2 | -6/+7 |
|
|