| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -17/+1986 |
|
|
* | fall back to assembler for VC++ 32-bit | nijtmans | 2011-01-12 | 1 | -2/+4 |
|
|
* | handle --enable-64bit=ia64 for gcc | nijtmans | 2011-01-12 | 4 | -47/+63 |
|
|
* | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 2 | -8/+5 |
|
|
* | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 2 | -2/+4 |
|
|
* | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte... | nijtmans | 2011-01-12 | 2 | -2/+7 |
|
|
* | * tests/util.test (util-15.*): Added test cases for floating point | Kevin B Kenny | 2011-01-07 | 2 | -1/+97 |
|
|
* | * tests/package.test, tests/pkg.test: Coalesce these tests into one | dkf | 2011-01-06 | 5 | -1455/+1435 |
|
|
* | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 21 | -699/+713 |
|
|
* | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that | dkf | 2011-01-01 | 2 | -94/+129 |
|
|
* | * generic/tclCmdIL.c (SortElement): Use unions properly in the | dkf | 2011-01-01 | 2 | -31/+41 |
|
|
* | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ... | nijtmans | 2010-12-31 | 7 | -6/+17 |
|
|
* | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in | Miguel Sofer | 2010-12-30 | 2 | -4/+11 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 3 | -63/+79 |
|
|
* | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi... | nijtmans | 2010-12-21 | 2 | -3/+23 |
|
|
* | cannot use '['/']' in configure.in, or re-generation will go wrong | nijtmans | 2010-12-21 | 2 | -5/+3 |
|
|
* | fix cpuid determination | nijtmans | 2010-12-20 | 2 | -4/+4 |
|
|
* | Explicitely test for intrinsics support in compiler, before assuming only MSV... | nijtmans | 2010-12-20 | 4 | -6/+111 |
|
|
* | [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 | 2 | -5/+41 |
|
|
* | Remove unwanted/obsolete 'ddd' target. | stwo | 2010-12-17 | 2 | -7/+6 |
|
|
* | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Mak... | stwo | 2010-12-17 | 2 | -9/+17 |
|
|
* | [Bug 2446711]: Remove 'allpatch' target. | stwo | 2010-12-17 | 2 | -24/+6 |
|
|
* | Use 'rpmbuild', not 'rpm' [Bug 2537626]. | stwo | 2010-12-17 | 2 | -3/+7 |
|
|
* | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 3 | -16/+42 |
|
|
* | Restore abort() in Tcl_Panic() as it was before. | nijtmans | 2010-12-15 | 3 | -16/+16 |
|
|
* | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 | nijtmans | 2010-12-14 | 2 | -2/+6 |
|
|
* | * win/tclWinSock.c (CreateSocket): Swap the loops over | rmax | 2010-12-14 | 3 | -24/+32 |
|
|
* | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) | nijtmans | 2010-12-13 | 4 | -2/+11 |
|
|
* | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. | nijtmans | 2010-12-13 | 3 | -8/+66 |
|
|
* | Better building on OpenBSD. | stwo | 2010-12-12 | 3 | -26/+71 |
|
|
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 8 | -26/+36 |
|
|
* | 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 |
|
|