summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIORChan.c (ErrnoReturn): Replace the hardwiredandreas_kupries2009-10-071-2/+2
* * generic/tclInterp.c (SlaveEval): Agressive stomping of internal repsdgp2009-10-061-17/+4
* * generic/tclTomMathInt.h (new): Public header tclTomMath.h haddgp2009-10-063-5/+5
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-3013-19/+29
* * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-294-23/+66
* * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls withdgp2009-09-281-17/+9
* Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-261-2/+6
* TIP #356 IMPLEMENTATIONdgp2009-09-246-12/+27
* * generic/tclCompile.c: Correct botch in the conversion ofdgp2009-09-211-2/+4
* * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-172-82/+52
* need to remember to save before commit...das2009-09-171-2/+2
* typodas2009-09-171-2/+2
* fix string buffer sizes for pointer printingdas2009-09-171-42/+30
* Extended ::tcl::unsupported::representation.ferrieux2009-09-161-6/+46
* fix warningdas2009-09-121-2/+2
* * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-115-26/+201
* * generic/tclParse.c Corrected line counting error in multi-commanddgp2009-09-071-0/+4
* * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-078-39/+52
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* Fixed up error in stack requirement estimation that made debug buildsdgp2009-09-041-1/+11
* Patched up flaw in option syntax checkingdgp2009-09-041-6/+3
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-048-122/+477
* 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