summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-171-28/+28
* Removed code that suppressed zeroes in a context where zeroes cannot appear.Kevin B Kenny2011-01-151-6/+1
* * doc/tclvars.n:Kevin B Kenny2011-01-152-9/+77
* fall back to assembler for VC++ 32-bitnijtmans2011-01-121-2/+4
* VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-121-7/+4
* * generic/tclCmdIL.c (SortElement): Use unions properly in thedkf2011-01-011-25/+28
* * generic/tclExecute.c (GrowEvaluationStack): off-by-one error inMiguel Sofer2010-12-301-4/+4
* * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdkf2010-12-271-44/+48
* Explicitely test for intrinsics support in compiler, before assuming only MSV...nijtmans2010-12-201-5/+7
* [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-1/+24
* Restore abort() in Tcl_Panic() as it was before.nijtmans2010-12-151-12/+1
* [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3nijtmans2010-12-141-2/+2
* [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-131-2/+2
* Use gcc's __builtin_trap(), when available, to enter the debugger after a panic.nijtmans2010-12-131-4/+10
* [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-107-26/+26
* Make sure [fcopy -size ... -command ...] always calls the callback asynchrono...ferrieux2010-12-101-1/+38
* Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-104-18/+23
* Fix gcc -Wextra warning: missing initializernijtmans2010-12-108-167/+168
* * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-096-735/+1613
* * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery isdkf2010-12-071-1115/+1127
* [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-063-21/+20
* * generic/tclUtil.c (TclReToGlob): add extra check for multiplehobbs2010-12-031-2/+14
* silence gcc warning when using -Wwrite-stringsnijtmans2010-12-032-4/+9
* * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-011-4/+11
* Allow Tcl_Panic() to enter the debugger on win32nijtmans2010-12-012-12/+9
* fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-015-22/+22
* * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-305-25/+101
* Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg...ferrieux2010-11-291-2/+51
* 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-289-404/+2711
* Tcl_Panic already writes a newline at the end, so the caller doesn't have to ...nijtmans2010-11-191-2/+2
* * generic/tclNamesp.c: fix leak due to bad looping construct,Miguel Sofer2010-11-181-3/+5
* * generic/tclNamesp.c: fix leak due to bad looping construct,Miguel Sofer2010-11-181-5/+3
* * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-154-17/+137
* reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-23/+33
* Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-33/+23
* Fix [Bug 3105999]; deallocate temporary structure.dkf2010-11-091-4/+11
* Add missing 'objs' verb in error message.ferrieux2010-11-081-2/+4
* fix TCL_ASCII_MAIN usage, as the name suggestsnijtmans2010-11-051-5/+7
* * generic/tclMain.c: Added missing conditional on _WIN32 around codeKevin B Kenny2010-11-041-2/+2
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-042-11/+33
* Correct typo and mistaken comment.dgp2010-11-041-2/+2
* * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when settingdkf2010-11-031-1/+3
* * generic/tclCompCmds.c (TclCompileCatchCmd):Kevin B Kenny2010-11-031-67/+104
* Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy.ferrieux2010-10-291-5/+21
* * Changelog.2008: Split off from Changelog.rmax2010-10-261-9/+14
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-207-25/+335
* * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-203-27/+37
* * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-192-6/+25
* * generic/tclZlib.c: Purge code that wrote to the object returned bydkf2010-10-191-50/+55