summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+3
| | * Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-131-2/+6
| | * * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-051-9/+6
| | * Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-16/+22
| | * removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-301-7/+1
| | * * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-1/+2
| | * backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-47/+13
| | * fix to 'file normalize ~nobody' crashvincentdarley2003-12-121-1/+4
| | * Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-45/+45
| | * Consequent fixes from [Bug 699060]; [format] should not be too eager to demotedkf2003-05-141-2/+9
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-18/+1
| | * Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
| | * Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-141-9/+42
| | * Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-141-7/+9
| | * * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
| * | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
| * | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-8/+11
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+7
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-37/+37
* | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-091-665/+1120
* | | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-3/+1
* | | * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-17/+6
* | | Code Audit results:dkf2010-03-051-2/+1
* | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-3/+6
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-2/+2
* | | Make interpreted [for] and [while] NRE-safe. [Bug 2823276]dkf2009-08-191-61/+121
* | | Change ForIterData, make it const-safe.nijtmans2009-08-161-2/+2
* | | TIP #353 IMPLEMENTATIONdgp2009-08-121-9/+34
* | | minor cleanupsdgp2009-07-241-2/+2
* | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-16/+27
* | | * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-1/+15
* | | - eliminate some unnessary type castsnijtmans2009-02-031-4/+4
* | | More coding style improvements.dkf2009-01-041-40/+40
* | | oopsdkf2008-12-061-1/+2
* | | Partial fix for [Bug 2388866]dkf2008-12-061-1/+13
* | | TIP #336 IMPLEMENTATIONdgp2008-12-021-6/+7
* | | Implementation of TIP #210.dkf2008-11-291-5/+154
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
* | | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE inMiguel Sofer2008-10-231-2/+2
* | | * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-2/+2
* | | * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-7/+7
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-5/+1
* | | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-011-20/+29
* | | NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-241-102/+207
* | | * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-3/+3
* | | nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-36/+87
* | | * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-3/+30
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+8
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-2/+2