summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove accidental C99-ism which reportedly makes the AIX native compiler choke.dkf2009-10-291-19/+31
* * generic/tclLiteral.c: Fixed 2 bugs reported in [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
* Let [$obj varname x(y)] work. [Bug 2883857]dkf2009-10-221-2/+25
* Fix [Bug 2882561].dkf2009-10-211-3/+3
* Fix [Bug 2881259].dkf2009-10-211-2/+2
* * generic/tclIO.c: Revised ReadChars and FilterInputBytes routinesdgp2009-10-191-17/+27
* Fix for [Bug 2871908]Joe Mistachkin2009-10-181-6/+6
* Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-172-22/+45
* [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-071-21/+19
* * 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