summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ...nijtmans2010-12-317-6/+17
| * | | | | | | | | | | | | | | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error inMiguel Sofer2010-12-302-4/+11
| * | | | | | | | | | | | | | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdkf2010-12-273-63/+79
| * | | | | | | | | | | | | | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi...nijtmans2010-12-212-3/+23
| * | | | | | | | | | | | | | | cannot use '['/']' in configure.in, or re-generation will go wrongnijtmans2010-12-212-5/+3
| * | | | | | | | | | | | | | | fix cpuid determinationnijtmans2010-12-202-4/+4
| * | | | | | | | | | | | | | | Explicitely test for intrinsics support in compiler, before assuming only MSV...nijtmans2010-12-204-6/+111
| * | | | | | | | | | | | | | | [Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1:nijtmans2010-12-191-1/+1
| * | | | | | | | | | | | | | | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1:nijtmans2010-12-192-5/+41
| * | | | | | | | | | | | | | | Remove unwanted/obsolete 'ddd' target.stwo2010-12-172-7/+6
| * | | | | | | | | | | | | | | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Mak...stwo2010-12-172-9/+17
| * | | | | | | | | | | | | | | [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-172-24/+6
| * | | | | | | | | | | | | | | Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-172-3/+7
| * | | | | | | | | | | | | | | [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-163-16/+42
| * | | | | | | | | | | | | | | Restore abort() in Tcl_Panic() as it was before.nijtmans2010-12-153-16/+16
| * | | | | | | | | | | | | | | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3nijtmans2010-12-142-2/+6
| * | | | | | | | | | | | | | | * win/tclWinSock.c (CreateSocket): Swap the loops overrmax2010-12-143-24/+32
| * | | | | | | | | | | | | | | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-134-2/+11
| * | | | | | | | | | | | | | | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic.nijtmans2010-12-133-8/+66
| * | | | | | | | | | | | | | | Better building on OpenBSD.stwo2010-12-123-26/+71
| * | | | | | | | | | | | | | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-108-26/+36
| * | | | | | | | | | | | | | | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono...ferrieux2010-12-103-2/+82
| * | | | | | | | | | | | | | | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-1010-36/+358
| * | | | | | | | | | | | | | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-109-167/+179
| * | | | | | | | | | | | | | | * tests/fCmd.test: Improve sanity of constraints now that we don'tdkf2010-12-092-22/+42
| * | | | | | | | | | | | | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-0911-930/+1799
| * | | | | | | | | | | | | | | * tests/append.test, tests/appendComp.test: Clean up tests so thatdkf2010-12-093-108/+131
| * | | | | | | | | | | | | | | * tests/fCmd.test, tests/safe.test, tests/uplevel.test,dkf2010-12-076-348/+363
| * | | | | | | | | | | | | | | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery isdkf2010-12-072-1160/+1178
| * | | | | | | | | | | | | | | [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-064-21/+26
| * | | | | | | | | | | | | | | [Patch #3116490] cross-compile support for unixnijtmans2010-12-051-1/+1
| * | | | | | | | | | | | | | | [Patch #3116490] cross-compile support for unixnijtmans2010-12-053-14/+51
| * | | | | | | | | | | | | | | * generic/tclUtil.c (TclReToGlob): add extra check for multiplehobbs2010-12-032-6/+24
| * | | | | | | | | | | | | | | silence gcc warning when using -Wwrite-stringsnijtmans2010-12-037-24/+54
| * | | | | | | | | | | | | | | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-012-4/+20
| * | | | | | | | | | | | | | | Allow Tcl_Panic() to enter the debugger on win32nijtmans2010-12-013-13/+11
| * | | | | | | | | | | | | | | fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-016-22/+32
| * | | | | | | | | | | | | | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-306-25/+109
| * | | | | | | | | | | | | | | ChangeLog typo.ferrieux2010-11-291-1/+1
| * | | | | | | | | | | | | | | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg...ferrieux2010-11-292-2/+58
| * | | | | | | | | | | | | | | added missing casts that MSVC complained about and deleted unused variableKevin B Kenny2010-11-292-7/+6
| * | | | | | | | | | | | | | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-2814-410/+3559
| * | | | | | | | | | | | | | | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert moredkf2010-11-244-1303/+1378
| * | | | | | | | | | | | | | | More conversion of tcltest1 tests to tcltest2dkf2010-11-211-483/+521
| * | | | | | | | | | | | | | | * tests/chanio.test: Converted many tests to tcltest2 by marking thedkf2010-11-202-1172/+1333
| * | | | | | | | | | | | | | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-194-7/+13
| * | | | | | | | | | | | | | | Tcl_Panic already writes a newline at the end, so the caller doesn't have to ...nijtmans2010-11-191-2/+2
| * | | | | | | | | | | | | | | Set NO_VIZ=1 when zlib is compiled in libtcl,nijtmans2010-11-183-1/+9
| * | | | | | | | | | | | | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-183-54/+61
| * | | | | | | | | | | | | | | * doc/file.n: [Bug 3111298]: Typofix.dkf2010-11-182-2/+4