summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* merge updates from HEADdgp2008-03-261-7/+6
* merge updates from HEADdgp2008-03-101-3/+3
* merge updates from HEADdgp2008-03-071-1/+5
* merge updates from HEADdgp2008-01-251-5/+4
* merge updates from HEADdgp2008-01-231-2/+2
* merge updates from HEADdgp2007-12-101-2/+2
* merge updates from HEADdgp2007-12-061-333/+313
* merge updates from HEADdgp2007-11-281-8/+6
* merge updates from HEADdgp2007-11-261-1/+8
* merge updates from HEADdgp2007-11-251-6/+10
* merge updates from HEADdgp2007-11-131-3/+2
* merge updates from HEADdgp2007-11-121-20/+70
* Merge updates from HEAD, thendgp2007-10-021-5/+12
* merge updates from HEADdgp2007-09-141-2/+141
* merge updates from HEADdgp2007-09-061-8/+1
* merge updates from HEADdgp2007-09-041-31/+120
* merge updates from HEADdgp2007-07-011-174/+15
* merge updates from HEADdgp2007-06-271-24/+35
* merge updates from HEADdgp2007-06-251-122/+130
* merge updates from HEADdgp2007-06-211-7/+7
* merge updates from HEADdgp2007-06-191-60/+66
* merge updates from HEADdgp2007-06-151-231/+53
* merge updates from HEADdgp2007-06-121-116/+276
* merge updates from HEADdgp2007-06-051-1/+2
* merge updates from HEADdgp2007-05-301-44/+4
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-4/+4
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-7/+8
* added commentsMiguel Sofer2007-04-041-1/+5
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-5/+5
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-57/+11
* * generic/tclBasic.c (DeleteInterpProc): pop the root frameMiguel Sofer2007-03-231-3/+4
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-191-3/+2
* Stop using C++ keywords...dkf2007-02-271-25/+25
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-241-29/+10
* various "const" additions, in line with TIP #27nijtmans2007-02-201-101/+101
* Reapplied the Engineering Manual-ification, but this time without the (small) dkf2006-12-141-295/+311
* Revert the commits that broke the HEAD.dgp2006-12-131-307/+293
* Silly mistake correcteddkf2006-12-131-3/+3
* Cleanup to follow engineering manual guidelinesdkf2006-12-131-293/+307
* * generic/tclBasic.c: Final step routing all direct evaluation formsdgp2006-12-121-25/+25
* * generic/tclBasic.c: Another step with all sorting operator commandsdgp2006-12-111-7/+7
* * generic/tclBasic.c: Another step down the path of re-usingdgp2006-12-081-32/+57
* Handle the export of the commands from tcl::mathop more efficientlydkf2006-12-071-3/+3
* * generic/tclBasic.c: Biggest source of TIP 174 failures was thatdgp2006-12-071-28/+33
* * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-051-1/+5
* TIP#299 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+119
* TIP#287 IMPLEMENTATIONdgp2006-12-011-1/+5
* * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Addeddgp2006-11-291-1/+2
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-24/+463
* *Partial* implementation of TIP#174. Still needs non-compiled versions of mostdkf2006-11-231-2/+50