summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* generic/tclExecute.c formatting only: remove spaces at the end of a every ...nijtmans2008-08-073-57/+57
* small modif of last commitMiguel Sofer2008-08-071-10/+7
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-074-13/+34
* * generic/tclOO.c: Revised TclOO's check for an interpdgp2008-08-063-3/+42
* credit dgp for that bug :}Miguel Sofer2008-08-061-1/+2
* * generic/tclVar.c (TclLookupSimpleVar): fix bug that the coreMiguel Sofer2008-08-062-3/+7
* missed some nukeable comments re [namespace inscope]Miguel Sofer2008-08-061-8/+3
* * library/init.tcl (::unknown): removed the [namespace inscope]Miguel Sofer2008-08-062-12/+13
* Streamline async connect logic [Patch 1994512].jenglish2008-08-052-68/+44
* missing ChangeLof entryMiguel Sofer2008-08-051-0/+5
* * generic/tclExecute.c: Fix for [Bug 2038069] by dgp.Miguel Sofer2008-08-052-3/+19
* fix "bad stack top" bug in last commitMiguel Sofer2008-08-041-1/+5
* * tests/nre.test: added tests for [if], [while] and [for]. A testMiguel Sofer2008-08-042-2/+49
* missing commit to tests/unsupported.testMiguel Sofer2008-08-041-1/+51
* duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-044-67/+77
* * generic/tclBasic.c: made atProcExit commands runMiguel Sofer2008-08-041-0/+8
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-043-2/+40
* made function staticMiguel Sofer2008-08-032-4/+3
* remove unneeded declarationMiguel Sofer2008-08-031-2/+1
* ChangeLog entryMiguel Sofer2008-08-031-0/+10
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-037-122/+337
* remove NRE.test & add new test files to Tcl.xcodeprojdas2008-08-033-9/+8
* * tests/NRE.test: made empty, waiting for removal until das doesMiguel Sofer2008-08-024-476/+552
* * doc/Exit.3: do not call Tcl_Finalize implicitlyhobbs2008-08-014-113/+19
* * generic/tclBasic.c: Revised timing of the CmdFrame stack managementdgp2008-08-013-13/+34
* * tests/NRE.test: replaced all deep-recursing tests by shallowerMiguel Sofer2008-08-012-246/+126
* tclNRE.h die die diedas2008-07-313-43/+41
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-315-84/+101
* nr-enabling [while]Miguel Sofer2008-07-314-27/+55
* missing ChangeLog entryMiguel Sofer2008-07-311-2/+3
* nr-enabling [if]Miguel Sofer2008-07-313-7/+18
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-315-7/+57
* wrong date in ChangelogMiguel Sofer2008-07-311-1/+1
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-3113-118/+106
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-313-155/+48
* fix macro that gcc swallows but msvc doesn'tMiguel Sofer2008-07-311-7/+9
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-316-120/+179
* * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorgMiguel Sofer2008-07-302-77/+92
* fixing last commitMiguel Sofer2008-07-301-2/+2
* * generic/tclBasic.c: guard against the value of iPtr->evalFlagsMiguel Sofer2008-07-302-3/+10
* * tests/NRE.test: new tests that went MIA in the NRE revampingMiguel Sofer2008-07-292-3/+225
* a timid start at cleaning upMiguel Sofer2008-07-294-97/+72
* * generic/tclBasic.c: Made use of the thread's alloc cacheMiguel Sofer2008-07-295-32/+110
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-292-5/+10
* fix macroMiguel Sofer2008-07-291-2/+2
* changelog entryMiguel Sofer2008-07-291-0/+16
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-2916-1199/+641
* it's tip #27, not #24nijtmans2008-07-281-3/+3
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-288-127/+141
* * generic/tclBasic.c: Added missing ref count when creating anandreas_kupries2008-07-282-2/+10