summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-11/+7
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-7/+11
* * generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc.andreas_kupries2006-10-161-10/+10
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-2/+9
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-53/+47
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-041-4/+15
* * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-35/+22
* * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-1/+9
* * generic/tclBasic.c: Corrected a few bugs in how [namespace unknown]dgp2006-02-221-51/+42
* TIP#258 IMPLEMENTATIONdgp2006-02-081-8/+1
* TIP#194 IMPLEMENTATIONdgp2006-02-011-1/+2
* TIP#181 IMPLEMENTATIONdgp2006-02-011-12/+57