summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NRE-aware TclOO.dkf2008-07-166-86/+280
* * tests/NRE.test: better constraint for testing theMiguel Sofer2008-07-163-7/+18
* * generic/tclParse.c: fixing incomplete reversion of "fix" forMiguel Sofer2008-07-152-1/+7
* Fix [Bug 2018603]dkf2008-07-152-33/+26
* Fix error in example. [Bug 2016740]dkf2008-07-152-2/+4
* Factor the ensemble code a bit more.dkf2008-07-152-168/+243
* * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-143-6/+19
* Tidy up code for clarity.dkf2008-07-142-436/+431
* Store ClientDatas in NRE callback storage as an array; that's how they aredkf2008-07-144-22/+28
* * generic/tclParse.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-142-8/+6
* * generic/tclExecute.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-142-12/+3
* * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-144-22/+14
* * generic/tclVar.c: fix error messageMiguel Sofer2008-07-142-2/+4
* remove unused variableMiguel Sofer2008-07-141-3/+1
* ChangeLog fixMiguel Sofer2008-07-141-1/+2
* * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-143-8/+7
* * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-144-11/+8
* more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-1323-72/+72
* * generic/tclBasic.c: TclResetCancellation() calls were misplacedMiguel Sofer2008-07-132-6/+6
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-132-1/+31
* whitespacedas2008-07-131-174/+174
* add new NRE filesdas2008-07-131-1/+5
* autoheader-2.59das2008-07-131-3/+0
* remove leftover DTRACE macro causing buid failuredas2008-07-131-5/+1
* silence compiler warnings about uninited variables (gcc can't follow the logic)Miguel Sofer2008-07-131-4/+6
* added new files generic/tclNRE.h and tests/NRE.testMiguel Sofer2008-07-132-0/+575
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-1327-7657/+8955
* Minor updates for better readability.dkf2008-07-111-92/+96
* add a vqtcl entrypatthoyts2008-07-091-1/+2
* * generic/tclGet.c: Corrected out of date comments and removeddgp2008-07-085-68/+30
* Tighten up language.dkf2008-07-082-15/+21
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-072-2/+7
* typodgp2008-07-071-1/+1
* Correct examples. [Bug 1982642]dkf2008-07-073-17/+35
* Improve [lindex] examples.dkf2008-07-062-5/+28
* * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leakandreas_kupries2008-07-032-1/+19
* * library/package.tcl: Removed [file readable] testing fromdgp2008-07-032-11/+37
* Add focussed stack limiting to the RE compiler. Tuning might not yet be rightdkf2008-07-013-5/+21
* Fix [2006884]dkf2008-07-012-10/+13
* typodgp2008-06-301-2/+2
* Clean up typedef formattingdkf2008-06-302-14/+20
* * doc/ObjectType.3: Updated documentation of the Tcl_ObjTypedgp2008-06-302-36/+79
* formatting, whitespacedas2008-06-302-114/+122
* Lrange cleanup and in-place optimization [Patch 1890831]ferrieux2008-06-292-36/+53
* Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758].ferrieux2008-06-292-1/+62
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-2980-836/+831
* * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp2008-06-292-3/+12
* Fix [Bug 2004256]dkf2008-06-292-31/+52
* Fix [Bug 2004480]dkf2008-06-282-19/+24
* * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanksdgp2008-06-282-3/+12