summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (TEBC): silence warning about pcAdjustmentMiguel Sofer2009-12-081-1/+3
* Small corrections (enforcing ANSI style declarations, etc.)dkf2009-12-081-133/+145
* Reduce size of TEBC activation record a bit.dkf2009-12-081-366/+389
* * generic/tclExecute.c (TEBC): Grouping "slow" variables intoMiguel Sofer2009-12-081-319/+327
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-082-219/+162
* * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-071-2/+2
* * generic/tclBasic.c: arrange for [tailcall] to be created withMiguel Sofer2009-12-071-8/+2
* * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-071-4/+5
* * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-072-6/+68
* Plug memory leak. [Bug 2910044]dkf2009-12-071-1/+9
* missing declarationMiguel Sofer2009-12-071-1/+2
* factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-064-48/+59
* * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-062-17/+42
* * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-053-4/+28
* tcl.h Don't use EXPORT for Tcl_InitStubsnijtmans2009-11-301-3/+3
* Match the version-bump of TclOO.dkf2009-11-271-2/+3
* [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-271-8/+6
* fix warning on LP64das2009-11-261-1/+5
* Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]dkf2009-11-241-4/+44
* #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-232-38/+33
* * generic/tclThreadTest.c (NewTestThread): [Bug 2901803]Kevin B Kenny2009-11-231-2/+2
* [Bug 2901803]: Fix silly error.dkf2009-11-231-14/+16
* Cast required when setting result using a const string. String is copied by T...patthoyts2009-11-211-2/+2
* a bit of cleanupdgp2009-11-201-1/+4
* Updated freeIntRepProc routines sonijtmans2009-11-191-2/+3
* Test-case for fixed [Bug 2849797]nijtmans2009-11-192-5/+2
* 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