summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-7/+11
* make some more internal tables constjan.nijtmans2012-04-181-23/+23
|\
* \ [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
|\ \ | |/
| * fix gcc warning signed<->unsigned warning for cygwinjan.nijtmans2012-03-261-1/+1
| * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+5
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+6
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+58
| * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+3
| * Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-131-2/+6
| * * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-051-9/+6
| * Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-16/+22
| * removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-301-7/+1
| * * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-1/+2
| * backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-47/+13
| * fix to 'file normalize ~nobody' crashvincentdarley2003-12-121-1/+4
| * Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-45/+45
| * Consequent fixes from [Bug 699060]; [format] should not be too eager to demotedkf2003-05-141-2/+9
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-18/+1
| * Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
| * Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-141-9/+42
| * Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-141-7/+9
| * * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-8/+11
* | * 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