summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* Code Audit results:dkf2010-03-051-9/+9
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-16/+21
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-1/+18
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-3/+14
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-5/+5
* * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-051-2/+2
* * generic/tclInterp.c (SlaveEval): Agressive stomping of internal repsdgp2009-10-061-17/+4
* * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-211-1/+2
* - eliminate some unnessary type castsnijtmans2009-02-101-6/+6
* Fix for [Bug 2544618]Joe Mistachkin2009-02-061-6/+6
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-021-956/+441
* * generic/tclInterp.c: Convert the [interp] command into adgp2009-01-291-441/+956
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-7/+6
* TIP #337 IMPLEMENTATIONdgp2008-12-091-3/+3
* Implement TIP#307.dkf2008-12-051-9/+9
* Add "const" to many internalnijtmans2008-10-161-17/+17
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-5/+2
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-8/+11
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-8/+8
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+7
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-2/+3
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-3/+3
* more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-5/+5
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-2/+88
* * changes: Updates for 8.6a1 release.dgp2008-06-201-3/+3
* TIP 285 ImplementationJoe Mistachkin2008-06-131-11/+80
* Small clarifications that code a bit nicer to read.dkf2008-05-301-10/+10
* * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-301-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Reduce cast count.dkf2007-11-191-40/+40
* General cleanliness improvements (reduced usage of casts, assume C89)dkf2007-11-181-139/+123
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-33/+33
* * generic/tclInterp.c (Tcl_Init): Removed constraint on abilitydgp2007-09-061-3/+3
* * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-061-4/+6
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-3/+3
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-2/+5
* Added macro version of Tcl_LimitReady.dkf2007-05-171-7/+11
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-7/+7
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+4
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-3/+4
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-2/+4
* Silence compiler grumbles.dkf2006-11-021-8/+5
* Added explanations, cleaned up whitespace.dkf2006-11-021-12/+30
* * generic/tclBasic.c:Miguel Sofer2006-10-311-5/+3
* * generic/tclInterp.c (ApplyObjCmd):aMiguel Sofer2006-10-261-3/+4
* * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply byMiguel Sofer2006-10-241-3/+5
* * generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12Miguel Sofer2006-10-171-2/+5