summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* ChangeLog fixMiguel Sofer2008-07-211-1/+1
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-0/+9
* * tests/fileName.test: Repaired the failing test fileName-15.7Kevin B Kenny2008-07-201-0/+5
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-201-0/+7
* Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2dkf2008-07-201-0/+7
* Fix miguel's problem with env failures; need LANG to get [encoding system]dkf2008-07-191-0/+4
* More test cleanup.dkf2008-07-191-2/+3
* Rewrite to use tcltest2 and not generate non-ascii chars in results.dkf2008-07-191-1/+5
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-0/+16
* NRE-enable the TclOO constructor system.dkf2008-07-181-0/+7
* * tests/NRE.test: Added basic tests for deep TclOO callsMiguel Sofer2008-07-181-0/+2
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-0/+18
* NRE-enable oo::object.evaldkf2008-07-181-0/+5
* * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fixMiguel Sofer2008-07-181-0/+8
* NRE-ify the non-compiled version of [dict update].dkf2008-07-171-1/+3
* Add NRE support to [dict with].dkf2008-07-171-1/+6
* * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain thatgeorgeps2008-07-161-0/+5
* NRE-aware TclOO.dkf2008-07-161-30/+42
* * tests/NRE.test: better constraint for testing theMiguel Sofer2008-07-161-0/+4
* * generic/tclParse.c: fixing incomplete reversion of "fix" forMiguel Sofer2008-07-151-0/+5
* Fix [Bug 2018603]dkf2008-07-151-0/+2
* Fix error in example. [Bug 2016740]dkf2008-07-151-0/+2
* Factor the ensemble code a bit more.dkf2008-07-151-0/+7
* * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-141-0/+6
* Store ClientDatas in NRE callback storage as an array; that's how they aredkf2008-07-141-7/+15
* * generic/tclParse.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-1/+2
* * generic/tclExecute.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-0/+2
* * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-141-4/+7
* * generic/tclVar.c: fix error messageMiguel Sofer2008-07-141-0/+2
* ChangeLog fixMiguel Sofer2008-07-141-1/+2
* * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-141-0/+3
* * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-141-1/+5
* * generic/tclBasic.c: TclResetCancellation() calls were misplacedMiguel Sofer2008-07-131-0/+3
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-131-0/+5
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-0/+39
* Minor updates for better readability.dkf2008-07-111-92/+96
* * generic/tclGet.c: Corrected out of date comments and removeddgp2008-07-081-0/+12
* Tighten up language.dkf2008-07-081-0/+5
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-0/+5
* typodgp2008-07-071-1/+1
* Correct examples. [Bug 1982642]dkf2008-07-071-0/+4
* Improve [lindex] examples.dkf2008-07-061-0/+4
* * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leakandreas_kupries2008-07-031-0/+6
* * library/package.tcl: Removed [file readable] testing fromdgp2008-07-031-0/+8
* Add focussed stack limiting to the RE compiler. Tuning might not yet be rightdkf2008-07-011-1/+6
* Fix [2006884]dkf2008-07-011-0/+5
* Clean up typedef formattingdkf2008-06-301-7/+9
* * doc/ObjectType.3: Updated documentation of the Tcl_ObjTypedgp2008-06-301-0/+5
* Lrange cleanup and in-place optimization [Patch 1890831]ferrieux2008-06-291-0/+5
* Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758].ferrieux2008-06-291-0/+5