summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-185-27/+97
* Fix [Bug 2849797]: channel name inconsistencies as suggested by DKFnijtmans2009-11-182-7/+13
* Eliminate unneccessary spacesnijtmans2009-11-181-4/+4
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-1816-154/+158
* Use proper command creation routine.dgp2009-11-161-2/+2
* Revert mistaken commitdgp2009-11-165-107/+7
* (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-167-14/+175
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-9/+12
* * generic/tclClock.c (TclClockInit): Do not create [clock] supportdgp2009-11-121-1/+10
* Fix [Bug 2888099] (close discards ENOSPC error) by saving the errnoferrieux2009-11-101-2/+17
* * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECTandreas_kupries2009-11-101-9/+9
* * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().andreas_kupries2009-11-101-1/+12
* * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement ofandreas_kupries2009-11-091-8/+7
* Some small bits of tidying up.dkf2009-11-091-16/+14
* [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