summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* NRE-enable the TclOO constructor system.dkf2008-07-183-37/+204
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-1815-138/+138
* NRE-enable oo::object.evaldkf2008-07-181-13/+28
* Minor fixes (clearer panic messages, formatting of comments)dkf2008-07-181-55/+50
* * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fixMiguel Sofer2008-07-182-27/+20
* Tinkeringdkf2008-07-171-29/+37
* stop crash in test suite!dkf2008-07-171-1/+11
* NRE-ify the non-compiled version of [dict update].dkf2008-07-171-9/+40
* Add NRE support to [dict with].dkf2008-07-171-11/+50
* NRE-aware TclOO.dkf2008-07-165-56/+238
* * generic/tclParse.c: fixing incomplete reversion of "fix" forMiguel Sofer2008-07-151-1/+2
* Fix [Bug 2018603]dkf2008-07-151-33/+24
* Factor the ensemble code a bit more.dkf2008-07-151-168/+236
* * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-141-3/+10
* 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-143-15/+13
* * generic/tclParse.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-7/+4
* * generic/tclExecute.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-12/+1
* * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-143-18/+7
* * generic/tclVar.c: fix error messageMiguel Sofer2008-07-141-2/+2
* remove unused variableMiguel Sofer2008-07-141-3/+1
* * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-141-5/+1
* * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-143-10/+3
* more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-137-23/+23
* * generic/tclBasic.c: TclResetCancellation() calls were misplacedMiguel Sofer2008-07-131-6/+3
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-131-1/+26
* whitespacedas2008-07-131-174/+174
* 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-131-0/+267
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-1316-972/+2609
* * generic/tclGet.c: Corrected out of date comments and removeddgp2008-07-084-68/+18
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-2/+2
* * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leakandreas_kupries2008-07-031-1/+13
* Add focussed stack limiting to the RE compiler. Tuning might not yet be rightdkf2008-07-012-4/+15
* formatting, whitespacedas2008-06-302-114/+122
* Lrange cleanup and in-place optimization [Patch 1890831]ferrieux2008-06-291-36/+48
* Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758].ferrieux2008-06-291-1/+57
* * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp2008-06-291-3/+7
* * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanksdgp2008-06-281-3/+7
* * changes: Updates for 8.6a1 release.dgp2008-06-251-2/+2
* * generic/tclPathObj.c: Fixed some internals management in the "path"dgp2008-06-241-2/+25
* * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-7/+9
* * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-2/+9
* * changes: Updates for 8.6a1 release.dgp2008-06-201-3/+3
* Make [next] work as described in TIP. [Bug 1998244]dkf2008-06-191-6/+15
* Fix [Bug 1998221]dkf2008-06-191-6/+9
* * README: Bump version number to 8.6a1dgp2008-06-191-3/+3
* * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed leftandreas_kupries2008-06-171-2/+1
* 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-171-7/+15