summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TIP #304 implementationferrieux2008-07-2118-12300/+12518
* use TclEvalObjv instead of Tcl_EvalObjv at selected spotsMiguel Sofer2008-07-212-7/+7
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-219-75/+106
* Inode numbers on Windows are not unique so avoid the inode check on this plat...patthoyts2008-07-212-5/+11
* ChangeLog fixMiguel Sofer2008-07-211-1/+1
* fix uninited and unused var warningsMiguel Sofer2008-07-211-3/+2
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-217-254/+373
* add cleanup to fix subsequent test failures with -singleproc 1das2008-07-201-14/+36
* * tests/fileName.test: Repaired the failing test fileName-15.7Kevin B Kenny2008-07-202-2/+7
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-203-12/+63
* Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2dkf2008-07-202-624/+556
* Finish cleaning up this file (move cleanup actions out of test bodies, etc.)dkf2008-07-201-96/+124
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-1941-110/+110
* Fix a gcc warning when compiling Tcl with mingw32nijtmans2008-07-191-4/+4
* Fix miguel's problem with env failures; need LANG to get [encoding system]dkf2008-07-192-30/+36
* More test cleanup.dkf2008-07-192-275/+240
* Rewrite to use tcltest2 and not generate non-ascii chars in results.dkf2008-07-192-56/+63
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-1813-54/+86
* NRE-enable the TclOO constructor system.dkf2008-07-184-37/+211
* * tests/NRE.test: Added basic tests for deep TclOO callsMiguel Sofer2008-07-182-1/+91
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-1816-138/+156
* NRE-enable oo::object.evaldkf2008-07-182-13/+33
* Minor fixes (clearer panic messages, formatting of comments)dkf2008-07-181-55/+50
* * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fixMiguel Sofer2008-07-183-27/+28
* 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-172-10/+43
* Add NRE support to [dict with].dkf2008-07-172-12/+56
* * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain thatgeorgeps2008-07-162-1/+10
* 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