summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h: Bump to 8.5.8 for release.dgp2009-11-031-3/+3
* [Bug 2889593]: Make [expr round()] give the right error.dkf2009-10-311-2/+2
* * generic/tcl.h: Changed the typedef for the mp_digit typedgp2009-10-291-6/+2
* * generic/tclLiteral.c: Backport fix for [Bug 2888044].dgp2009-10-281-1/+2
* * generic/tclPathObj.c: Missing refcount on cached normalized pathdgp2009-10-271-1/+2
* * generic/tclIO.c (FlushChannel): Skip OutputProc for low-levelandreas_kupries2009-10-231-2/+6
* Fix [Bug 2882561].dkf2009-10-211-3/+3
* * generic/tclIO.c: Revised ReadChars and FilterInputBytes routinesdgp2009-10-191-17/+27
* Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-186-13/+165
* Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-172-6/+27
* [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-081-1/+7
* * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-072-17/+59
* * generic/tclIORChan.c (ErrnoReturn): Replace the hardwiredandreas_kupries2009-10-071-2/+2
* * generic/tclTomMathInt.h (new): Public header tclTomMath.h haddgp2009-10-063-5/+5
* * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-294-21/+64
* * generic/tclStringObj.c: A few more string overflow cases indgp2009-08-271-3/+13
* silence compiler warningsdgp2009-08-262-4/+4
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-2510-97/+982
* * generic/tclFileName.c: Correct regression in [Bug 2837800] fix.dgp2009-08-211-2/+2
* * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-201-2/+30
* * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of stringsdgp2009-08-201-104/+99
* Backport of memory leak plug.dkf2009-08-201-1/+4
* * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp2009-08-181-2/+8
* * doc/refchan.n [Bug 2827000]: Extended the implementation ofandreas_kupries2009-08-061-4/+71
* * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-1/+4
* * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crashandreas_kupries2009-07-242-5/+19
* fix SunCC warningdas2009-07-231-2/+2
* Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
* Performance boost for [string is].dkf2009-07-201-37/+68
* * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-165-13/+28
* fix 64bit int <-> ptr cast warningsdas2009-07-153-9/+9
* * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-145-123/+121
* Cast wide integer to int conversion and some signed/unsigned conversions. (si...patthoyts2009-07-012-14/+14
* * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion.dgp2009-06-151-5/+3
* * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-132-6/+3
* * generic/tclStringObj.c: Revised [format] to not overflow thedgp2009-06-101-8/+68
* * generic/tclGetDate.y: Fixed a thread safety bug in the generatedKevin B Kenny2009-06-092-285/+469
* * generic/tclExecute.c: Replace dynamically-initialized table withdgp2009-06-021-44/+10
* * generic/tclExecute.c: Corrected implementations and selectiondgp2009-06-021-41/+64
* * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-081-1/+2
* * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-062-3/+5
* Revert last commit which fails to build with msvc2005 and msvc6patthoyts2009-04-291-4/+4
* Fix [Bug 2651823].dkf2009-04-291-4/+4
* Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "...ferrieux2009-04-272-3/+107
* * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failedcore_8_5_7dgp2009-04-151-1/+2
* silence warning preventing symbols build with msvc6 (signed/unsigned comparison)patthoyts2009-04-101-2/+2
* * generic/tclStringObj.c (UpdateStringOfString): Fix bug detecteddgp2009-04-101-3/+3
* * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-103-3/+18
* * generic/tcl.h: Bump to 8.5.7 for release.dgp2009-04-101-3/+3
* * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-071-68/+112