| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclNamesp.c: fix leak due to bad looping construct, | Miguel Sofer | 2010-11-18 | 1 | -0/+5 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f... | nijtmans | 2010-11-17 | 1 | -0/+6 |
|
|
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -0/+2 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 1 | -0/+7 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -0/+11 |
|
|
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 1 | -6/+0 |
|
|
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 1 | -0/+6 |
|
|
* | * changes: Updates for 8.6b2 release. | andreas_kupries | 2010-11-10 | 1 | -0/+4 |
|
|
* | Fix [Bug 3105999]; deallocate temporary structure. | dkf | 2010-11-09 | 1 | -1/+3 |
|
|
* | * tests/oo.test: Various tests for memory leaks. | dkf | 2010-11-09 | 1 | -0/+4 |
|
|
* | Revert previous commit at request of KBK. | dkf | 2010-11-09 | 1 | -18/+16 |
|
|
* | Added test case for [Bug #3105247] -NaN? | nijtmans | 2010-11-09 | 1 | -0/+4 |
|
|
* | fix TCL_ASCII_MAIN usage, as the name suggests | nijtmans | 2010-11-05 | 1 | -0/+5 |
|
|
* | * generic/tclMain.c: Added missing conditional on _WIN32 around code | Kevin B Kenny | 2010-11-04 | 1 | -0/+6 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 1 | -0/+10 |
|
|
* | Rework some of the tests to speed them up by avoiding (supposedly) | rmax | 2010-11-04 | 1 | -0/+3 |
|
|
* | * tests/socket.test: Run the socket tests three times with the | rmax | 2010-11-04 | 1 | -0/+9 |
|
|
* | [Patch 3101127]: Installer Improvements. | stwo | 2010-11-04 | 1 | -0/+4 |
|
|
* | * tests/error.test (error-19.13): Another variation on testing for | dkf | 2010-11-04 | 1 | -0/+3 |
|
|
* | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity | dkf | 2010-11-04 | 1 | -0/+7 |
|
|
* | * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries) | dgp | 2010-11-04 | 1 | -0/+4 |
|
|
* | Correct typo and mistaken comment. | dgp | 2010-11-04 | 1 | -1/+1 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 1 | -0/+6 |
|
|
* | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting | dkf | 2010-11-03 | 1 | -15/+22 |
|
|
* | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -0/+11 |
|
|
* | Improved handling of non-standard module path lists, empty path lists in part... | stwo | 2010-11-02 | 1 | -0/+5 |
|
|