summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-7/+4
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+3
* * generic/tclCmdAH.c (StoreStateData): Removed improper refcountdgp2004-02-041-2/+4
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-80/+61
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
* fix to file normalization with relative linksvincentdarley2003-12-171-3/+15
* file normalize ~nobody fixvincentdarley2003-12-121-1/+4
* fix to misleading error messagevincentdarley2003-11-101-8/+17
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-77/+66
* * generic/tclCmdAH.c: Corrected bug in TIP 90 implementationdgp2003-08-291-1/+8
* Stopped [format] from demoting wides to ints too easily. [Bug 699060]dkf2003-05-141-3/+14
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-7/+62
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-13/+1
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtimedkf2003-03-071-7/+19
* clearer error msgs for file linkvincentdarley2002-07-021-2/+2
* tip99vincentdarley2002-06-211-5/+95
* vfs, winfs testsuitevincentdarley2002-06-131-2/+2
* generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZEhobbs2002-04-231-3/+4