summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+7
* missing char in error messagedgp2008-03-141-2/+2
* * generic/tclCmdAH.c: Revised direct evaluation implementation ofdgp2008-03-071-6/+9
* merge stable branch onto HEADdgp2007-12-131-1/+1
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-6/+6
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-4/+4
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-41/+44
* Reduce number of StackAlloc and StackFree calls.dgp2007-03-231-26/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arraysdgp2007-03-221-39/+28
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing awaydgp2007-03-011-5/+5
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to makedgp2007-03-011-26/+28
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copyingdgp2007-02-261-33/+6
* Function header/whitespace police/general format fixesdkf2007-02-061-121/+147
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-8/+20
* TIP#270 IMPLEMENTATIONdgp2006-11-151-7/+7
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-7/+3
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-8/+7
* Clean up uses of cast NULLs.dkf2006-11-021-22/+22
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-11/+12
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-3/+3
* * generic/tclCmdAH.c: Removed dead code that was old implementationdgp2006-06-201-484/+1
* comment adjustmentdgp2006-03-231-2/+1
* TIP#258 IMPLEMENTATIONdgp2006-02-081-8/+13
* * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build supporthobbs2005-12-081-15/+4
* * generic/tclBinary.c:Miguel Sofer2005-11-041-8/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+4
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-24/+11
* * generic/tclInt.h: New internal routines TclFormatObj()dgp2005-09-091-1/+18
* More whitespace cleansing and _ANSI_ARGS_ purgingdkf2005-08-261-185/+133
* oops; how did I reorder those fields? :-(dkf2005-07-171-2/+2
* Getting more systematic about styledkf2005-07-171-757/+784
* Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-10/+17
* Add missing return in wrong#args casedkf2005-06-071-1/+2
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-191-1/+40
* * generic/tclInt.h (TclGetEncodingFromObj): New function todgp2005-04-081-9/+6
* * generic/tclThread.c: Typo police. Fixed some nitsandreas_kupries2005-01-211-2/+2
* TIP #221 IMPLEMENTATIONdgp2004-11-131-3/+3
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-44/+15
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-22/+12
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-6/+8
* Minor formatting fixesdkf2004-10-061-95/+94
* * generic/tclBasic.c:dgp2004-10-061-49/+36
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-3/+2
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-2/+4
* removed some workarounds for Bug 868489Kevin B Kenny2004-09-271-13/+2
* * generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProcdgp2004-09-231-34/+5
* * generic/tclCmdAH.c: removed outdated comment [Bug 1029518].Miguel Sofer2004-09-191-7/+1
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-171-13/+2
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-2/+13