summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Convert [info] into an ensemble command.dkf2007-06-121-4/+6
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-101-60/+76
* fix Tcl_Panic error message typo [Bug 1712602]hobbs2007-06-101-2/+2
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-107/+249
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-1/+2
* * generic/tclBasic.c: Removed code that dealt withdgp2007-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
* Make the guts of [chan] more robust.dkf2006-11-201-17/+45
* TIP#270 IMPLEMENTATIONdgp2006-11-151-6/+6
* Implemented [lreverse] from TIP#272dkf2006-11-091-1/+2
* * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-3/+5
* * generic/tclBasic.c (TEOVI):Miguel Sofer2006-11-031-10/+14
* Silence compiler grumbles.dkf2006-11-021-2/+2
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-4/+4
* More trivial formatting stuffdkf2006-11-021-17/+22
* Remove confusing line breakdkf2006-11-021-3/+2
* Rewrote comments in TEOVI for clarity and usefulness.dkf2006-11-021-26/+69
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-12/+7
* * generic/tclBasic.c:Miguel Sofer2006-10-311-2/+2
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-29/+8
* boo - last commit did not compile :(Miguel Sofer2006-10-311-2/+2
* * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/vMiguel Sofer2006-10-311-3/+13
* Fixed a spot where CONSTness had been forgotten.dkf2006-10-271-5/+4
* * generic/tclBasic.c (TclEvalObjvInternal): removed redundantMiguel Sofer2006-10-231-3/+2
* * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-1/+13
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-26/+64