summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclProc.c (TclProcCompileProc): On recompile ofdgp2008-08-121-1/+25
* * README: Bump version number to 8.6a2dgp2008-08-121-3/+3
* * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-3/+23
* made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const...nijtmans2008-08-101-3/+3
* remove unused varsMiguel Sofer2008-08-101-3/+1
* * generic/tclProc.c: completely removed ProcCompileProc, which wasMiguel Sofer2008-08-101-85/+4
* * generic/tclBasic.c: slight cleanupMiguel Sofer2008-08-093-51/+64
* (PushMethodCallFrame): fix uninitialized efi name fielddas2008-08-091-1/+2
* fix warningsdas2008-08-091-17/+18
* 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-073-12/+27
* * generic/tclOO.c: Revised TclOO's check for an interpdgp2008-08-061-2/+2
* * generic/tclVar.c (TclLookupSimpleVar): fix bug that the coreMiguel Sofer2008-08-061-3/+2
* * generic/tclExecute.c: Fix for [Bug 2038069] by dgp.Miguel Sofer2008-08-051-2/+3
* fix "bad stack top" bug in last commitMiguel Sofer2008-08-041-1/+5
* duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-044-67/+77
* * 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