summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+11
* made function staticMiguel Sofer2008-08-032-4/+3
* remove unneeded declarationMiguel Sofer2008-08-031-2/+1
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-036-111/+180
* * doc/Exit.3: do not call Tcl_Finalize implicitlyhobbs2008-08-011-3/+4
* * generic/tclBasic.c: Revised timing of the CmdFrame stack managementdgp2008-08-011-12/+17
* tclNRE.h die die diedas2008-07-311-0/+0
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-314-82/+99
* nr-enabling [while]Miguel Sofer2008-07-313-25/+52
* nr-enabling [if]Miguel Sofer2008-07-313-7/+18
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-313-6/+34
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-3111-116/+89
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-312-67/+41
* fix macro that gcc swallows but msvc doesn'tMiguel Sofer2008-07-311-7/+9
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-314-70/+109
* * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorgMiguel Sofer2008-07-301-77/+89
* fixing last commitMiguel Sofer2008-07-301-2/+2
* * generic/tclBasic.c: guard against the value of iPtr->evalFlagsMiguel Sofer2008-07-301-3/+4
* a timid start at cleaning upMiguel Sofer2008-07-293-97/+68
* * generic/tclBasic.c: Made use of the thread's alloc cacheMiguel Sofer2008-07-294-32/+102
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-291-5/+6
* fix macroMiguel Sofer2008-07-291-2/+2
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-2916-1199/+641
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-286-123/+125
* * generic/tclBasic.c: Added missing ref count when creating anandreas_kupries2008-07-281-2/+2
* Remove unnecessary hack.dkf2008-07-271-8/+2
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-277-46/+48
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-253-21/+36
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-2411-107/+107
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-245-26/+29
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-233-28/+31
* * generic/tclBasic.c (GetCommandSource): added comment withMiguel Sofer2008-07-231-1/+9
* make genstubsdas2008-07-222-6/+11
* fix TclNRInterpProc stub table declaration (broke 'make checkstubs')das2008-07-221-2/+3
* fix line-endingsdas2008-07-229-12294/+12294
* Added missing function comments.andreas_kupries2008-07-221-1/+41
* fix warning; formattingdas2008-07-221-46/+52
* * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-222-15/+15
* * generic/tclBasic.c: Ansified the new functions.andreas_kupries2008-07-221-9/+11
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-225-63/+160
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-223-4/+9
* fix warning, formatting, whitespacedas2008-07-211-68/+80
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-218-62/+383
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-213-8/+8
* formatting, whitespacedas2008-07-211-18/+21
* whitespacedas2008-07-211-22/+22
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-216-51/+51
* TIP #304 implementationferrieux2008-07-2111-12283/+12351
* use TclEvalObjv instead of Tcl_EvalObjv at selected spotsMiguel Sofer2008-07-212-7/+7
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-218-75/+97