summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-47/+59
* * generic/tclBasic.c:dgp2004-10-061-53/+35
* * generic/tclBasic.c (TclObjInvoke): More simplification of thedgp2004-10-051-54/+24
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-27/+18
* * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit valuedgp2004-10-011-2/+1
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-7/+3
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-15/+1
* * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning aboutMiguel Sofer2004-09-271-1/+2
* removed several unused vars in TclObjInvokeKevin B Kenny2004-09-271-4/+1
* * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-271-227/+2
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-241-1/+2
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-211-13/+3
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-171-3/+10
* * generic/tclBasic.c (Tcl_CreateInterp): Removed obsoletedgp2004-09-081-228/+111
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-5/+50
* TIP#207 IMPLEMENTATIONdgp2004-08-021-5/+62
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-211-1/+2
* * generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, releaseMiguel Sofer2004-07-121-1/+2
* Modified the logic of literal table cleanup at interp deletion time,Miguel Sofer2004-07-081-4/+5