summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-302-3/+99
* * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-271-3/+29
* * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-211-2/+8
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-2/+10
* Added support for SIGINFO. [Patch 1513655]dkf2009-03-151-1/+7
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+10
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-051-4/+29
* comment typodgp2009-02-041-2/+2
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-041-43/+28
* * generic/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-041-11/+14
* Backport fix for [Bug 2519474]dkf2009-01-291-2/+3
* * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202].andreas_kupries2009-01-221-8/+13
* * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-091-4/+7
* * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-081-2/+2
* Corrected twiddling in internals of dictionaries so that literals can't getdkf2009-01-061-2/+3