summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Improve consistency of formatting of comments and function declsdkf2009-09-041-45/+47
* * generic/tclIORTrans.c (ReflectInput): Remove error response toandreas_kupries2009-09-011-5/+2
* * generic/tclStringObj.c: A few more string overflow cases indgp2009-08-271-3/+13
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* fix warningsdas2009-08-252-3/+3
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-2510-98/+979
* * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-4/+2
* * 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-149/+80
* Use the Tcl value stack more, simplify exit paths in [lsearch]dkf2009-08-201-75/+40
* Small tweaksdkf2009-08-201-43/+39
* Close off memory leak in [lsort].dkf2009-08-201-74/+68
* Interpreted [if] is now fully NRE-enabled. [Bug 2823276]dkf2009-08-191-36/+78
* Make interpreted [for] and [while] NRE-safe. [Bug 2823276]dkf2009-08-191-61/+121
* Formatting correctionsdkf2009-08-192-14/+13
* * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp2009-08-181-1/+4
* Change ForIterData, make it const-safe.nijtmans2009-08-162-4/+4
* TIP #353 IMPLEMENTATIONdgp2009-08-128-90/+219
* * doc/refchan.n [Bug 2827000]: Extended the implementation ofandreas_kupries2009-08-061-4/+71
* Added *unsupported* command to report an object's representation.dkf2009-08-023-4/+47
* * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-1/+4
* minor cleanupsdgp2009-07-242-3/+5
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-12/+3
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-233-8/+31
* fix SunCC warningdas2009-07-231-2/+2
* Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
* Feature Request 2814786: remove TclpPanicnijtmans2009-07-222-13/+2
* * macosx/tclMacOSXFCmd.c: CONST -> constnijtmans2009-07-223-7/+7
* Refined the 20090617 patch on [exit] streamlining, so that it now correctly c...ferrieux2009-07-221-5/+14
* Performance boost for [string is].dkf2009-07-201-36/+67
* Expose function to efficiently return current name of an object.dkf2009-07-194-8/+44
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-1611-40/+36
* Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-156-32/+326
* fix 64bit int <-> ptr cast warningsdas2009-07-143-10/+10
* * generic/tclInt.h (TclNRSwitchObjCmd):Kevin B Kenny2009-07-143-6/+40
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-147-166/+374
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-125-36/+47
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-123-30/+53
* tweaksdkf2009-07-111-5/+6
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-101-5/+13
* [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ...patthoyts2009-07-091-2/+2
* Silence a signed/unsigned warning that annoys msvcpatthoyts2009-07-061-2/+2
* Make [zlib push] work with [fcopy].dkf2009-07-051-90/+145
* Cast wide integer to int conversion (silence msvc6 warning)patthoyts2009-07-011-3/+3
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tclInt.h: add assert macros for clang staticdas2009-06-304-4/+21
* regendkf2009-06-182-2/+13
* Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-185-11/+171
* Applied a patch by George Peter Staplin drastically reducing the ambition of ...ferrieux2009-06-171-33/+65