| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/package.test, tests/pkg.test: Coalesce these tests into one | dkf | 2011-01-06 | 1 | -0/+8 |
|
|
* | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -0/+10 |
|
|
* | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that | dkf | 2011-01-01 | 1 | -0/+5 |
|
|
* | * generic/tclCmdIL.c (SortElement): Use unions properly in the | dkf | 2011-01-01 | 1 | -6/+13 |
|
|
* | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ... | nijtmans | 2010-12-31 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in | Miguel Sofer | 2010-12-30 | 1 | -0/+7 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 1 | -18/+27 |
|
|
* | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi... | nijtmans | 2010-12-21 | 1 | -0/+5 |
|
|
* | Explicitely test for intrinsics support in compiler, before assuming only MSV... | nijtmans | 2010-12-20 | 1 | -0/+7 |
|
|
* | [Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: | nijtmans | 2010-12-19 | 1 | -1/+1 |
|
|
* | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: | nijtmans | 2010-12-19 | 1 | -0/+5 |
|
|
* | Remove unwanted/obsolete 'ddd' target. | stwo | 2010-12-17 | 1 | -0/+4 |
|
|
* | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Mak... | stwo | 2010-12-17 | 1 | -0/+6 |
|
|
* | [Bug 2446711]: Remove 'allpatch' target. | stwo | 2010-12-17 | 1 | -0/+4 |
|
|
* | Use 'rpmbuild', not 'rpm' [Bug 2537626]. | stwo | 2010-12-17 | 1 | -0/+4 |
|
|
* | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -1/+6 |
|
|
* | Restore abort() in Tcl_Panic() as it was before. | nijtmans | 2010-12-15 | 1 | -2/+6 |
|
|
* | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 | nijtmans | 2010-12-14 | 1 | -0/+4 |
|
|
* | * win/tclWinSock.c (CreateSocket): Swap the loops over | rmax | 2010-12-14 | 1 | -0/+8 |
|
|
* | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) | nijtmans | 2010-12-13 | 1 | -0/+3 |
|
|
* | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. | nijtmans | 2010-12-13 | 1 | -0/+7 |
|
|
* | Better building on OpenBSD. | stwo | 2010-12-12 | 1 | -0/+5 |
|
|
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 1 | -0/+10 |
|
|
* | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 1 | -0/+5 |
|
|
* | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get... | nijtmans | 2010-12-10 | 1 | -0/+9 |
|
|
* | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -0/+11 |
|
|
* | * tests/fCmd.test: Improve sanity of constraints now that we don't | dkf | 2010-12-09 | 1 | -0/+3 |
|
|
* | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -0/+17 |
|
|
* | * tests/append.test, tests/appendComp.test: Clean up tests so that | dkf | 2010-12-09 | 1 | -0/+6 |
|
|
* | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, | dkf | 2010-12-07 | 1 | -0/+4 |
|
|
* | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is | dkf | 2010-12-07 | 1 | -45/+51 |
|
|
* | [Bug 3129448]: possible over-allocation on 64-bit platforms | nijtmans | 2010-12-06 | 1 | -0/+6 |
|
|
* | [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 | 1 | -0/+5 |
|
|
* | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 1 | -4/+10 |
|
|
* | silence gcc warning when using -Wwrite-strings | nijtmans | 2010-12-03 | 1 | -0/+10 |
|
|
* | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): | Kevin B Kenny | 2010-12-01 | 1 | -0/+9 |
|
|
* | Allow Tcl_Panic() to enter the debugger on win32 | nijtmans | 2010-12-01 | 1 | -1/+2 |
|
|
* | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -0/+10 |
|
|
* | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -0/+8 |
|
|
* | ChangeLog typo. | ferrieux | 2010-11-29 | 1 | -1/+1 |
|
|
* | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg... | ferrieux | 2010-11-29 | 1 | -0/+7 |
|
|
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -0/+28 |
|
|
* | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more | dkf | 2010-11-24 | 1 | -0/+5 |
|
|
* | * tests/chanio.test: Converted many tests to tcltest2 by marking the | dkf | 2010-11-20 | 1 | -0/+5 |
|
|
* | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -0/+6 |
|
|
* | Set NO_VIZ=1 when zlib is compiled in libtcl, | nijtmans | 2010-11-18 | 1 | -0/+3 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -0/+7 |
|
|
* | * doc/file.n: [Bug 3111298]: Typofix. | dkf | 2010-11-18 | 1 | -0/+2 |
|
|
* | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this | dkf | 2010-11-18 | 1 | -10/+15 |
|
|