summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368]dgp2005-04-101-1/+2
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-16/+21
* * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-03-181-12/+11
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-5/+21
* * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-281-4/+46
* * generic/tclThread.c: Typo police. Fixed some nitsandreas_kupries2005-01-211-2/+2
* TIP#235 implementation (rename functions, add to stubs table, document)dkf2005-01-191-2/+2
* * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-151-4/+4
* Patch 976520 reworks several of the details involved withdgp2004-11-301-2/+2
* TIP #221 IMPLEMENTATIONdgp2004-11-131-1/+7
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-1/+14
* * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo):dgp2004-10-241-4/+4
* * generic/tclInt.h (Interp):dgp2004-10-211-19/+1
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-4/+5
* doubled speed of clock formatKevin B Kenny2004-10-211-1/+4
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-34/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-9/+4
* Remove unused variabledgp2004-10-151-2/+1