summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Reduce obscurity of function names. Do a little recursion unrolling.dkf2010-02-012-352/+338
* Use attemptckalloc instead of ckalloc; RE engine knows how to deal with failuredkf2010-02-011-2/+2
* [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-011-57/+67
* One more function that needs the LVT index passing into it now.dkf2010-01-311-5/+7
* Unbreak the builddkf2010-01-311-31/+35
* Make the [unset] command be bytecode compiled.dkf2010-01-307-376/+689
* Reverted Tcl_ThreadDataKey type change,nijtmans2010-01-291-12/+11
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-2916-1766/+1690
* Make things compile... D'oh!dkf2010-01-282-5/+7
* Improvements to destructor handling.dkf2010-01-283-18/+91
* Remove double includes (which causes anijtmans2010-01-252-5/+2
* Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-8/+2
* Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-224-28/+28
* Improve error code generation from some of the tailcall-related bits of TEBC.dkf2010-01-221-29/+32
* * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-212-25/+25
* * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initializeandreas_kupries2010-01-181-6/+23
* Ensure that objects are released in all cases (hard to test this particulardkf2010-01-181-1/+4
* [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-40/+48
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-134-12/+17
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-103-9/+9
* * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-051-26/+10
* * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-033-5/+29
* Minor stylistic improvements.dkf2009-12-311-12/+15
* Minor optimization for Tcl_RecordAndEvalObjdkf2009-12-291-13/+73
* Simplify the logic in Tcl_GetCommandFromObjdkf2009-12-291-185/+208
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-1/+18
* Handle completely invalid input to the decode methods [Bug 2922555]patthoyts2009-12-291-1/+4
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-283-29/+25
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-3/+14
* Minor formatting issuesdkf2009-12-281-7/+6
* CONST -> constnijtmans2009-12-252-4/+4
* Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
* Fix up a few stray spaces.dkf2009-12-231-32/+31
* [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-221-11/+15
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-219-35/+78
* * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesMiguel Sofer2009-12-191-1/+2
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-164-16/+24
* fix commentMiguel Sofer2009-12-131-7/+5
* remove accidentally committed c++ style temp commentsMiguel Sofer2009-12-131-3/+1
* * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-133-18/+18
* * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-132-12/+5
* Plug testing memleak. [Bug 2895367]dkf2009-12-121-77/+98
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-113-6/+6
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-113-6/+6
* fix commentMiguel Sofer2009-12-111-4/+3
* code commentsMiguel Sofer2009-12-111-20/+14
* code commentsMiguel Sofer2009-12-111-12/+13
* code commentsMiguel Sofer2009-12-111-13/+15
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-113-36/+20
* * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-102-16/+7