summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c todgp2006-01-111-61/+1
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-271-4/+4
* * macosx/Tcl.xcode/project.pbxproj:das2005-12-141-2/+2
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-1/+5
* make [clock format] go fasterKevin B Kenny2005-11-291-17/+3
* * generic/tclBasic.c (CallCommandTraces): Save/restore thedgp2005-11-141-1/+9
* fixing last commit, no Changelog entryMiguel Sofer2005-11-131-3/+9
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-131-9/+3
* typodas2005-11-121-2/+2
* More bits of ANSIfyingdkf2005-11-111-653/+665
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-111-8/+9
* * generic/tclBasic.c:Miguel Sofer2005-10-091-1/+2
* TIP#237 IMPLEMENTATIONdgp2005-10-081-449/+547
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-3/+4
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-5/+3
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-12/+7
* * generic/tclBasic.c: First caller of TclFormatToErrorInfo.dgp2005-09-141-17/+4
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-131-5/+4
* Add flag to lists so that evaluating contexts can handle them efficiently muchdkf2005-09-061-915/+961
* Bug 1275043Kevin B Kenny2005-08-291-16/+28
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-1/+22
* Added static to prevent a namespace clash with BuiltinFuncTable.georgeps2005-08-171-2/+2
* Handle abs(-0x80000000) [Bug 1241572]Kevin B Kenny2005-08-051-2/+10
* * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to usedgp2005-07-261-9/+6
* Compiler for [dict] and related changes.dkf2005-07-211-2/+2
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp2005-06-211-1/+2
* Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.dkf2005-06-141-4/+9
* TIP#208 implementationdkf2005-06-061-1/+4
* * generic/tclBasic.c: For compatibility with earlier Tcl releases,dgp2005-06-011-2/+2
* TIP#229 implementationdkf2005-05-301-1/+4
* TIP#182 IMPLEMENTATION [Patch 1165062]dgp2005-05-251-1/+25
* Fixed a bug in expr round(x) function: returned an empty string if x was an i...chengyemao2005-05-221-1/+2
* Scratch one bizarre while loop... :^)dkf2005-05-191-66/+61
* * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper arounddgp2005-05-181-23/+13
* whitespace/style policingdkf2005-05-141-561/+515
* * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.dgp2005-05-131-13/+1
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-124/+1071
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-1/+10
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-23/+23
* * generic/tcl.decls:dgp2005-05-021-52/+19
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-3/+3
* * generic/tclBasic.c: Updated callers to call new routine.dgp2005-04-211-22/+3
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-191-1/+5