summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchjan.nijtmans2017-06-071-1/+1
|\
| * Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-1/+1
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-3/+3
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
|/
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
|\ \ | |/
| * Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
* | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-1/+1
* | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
|\ \ | |/
| * revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-26/+31
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-3/+5
|\ \ | |/
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-2/+4
* | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
* | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-3/+5
* | * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c:dkf2010-03-251-73/+79
* | Code Audit results:dkf2010-03-051-9/+10
* | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-63/+71
* | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-7/+7
* | Add "const" to many internalnijtmans2008-10-161-2/+2
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|/
* * macosx/Tcl-Common.xcconfig: enable more warnings.das2007-04-231-7/+6
* * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versionsdas2007-01-191-1/+12
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-3/+9
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-6/+24
* * generic/tclInt.decls: implement globbing for HFS creator & typedas2006-03-211-30/+173
* add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-41/+79
* ANSIfydkf2005-11-041-38/+30
* Getting more systematic about styledkf2005-07-251-197/+224
* * macosx/Makefile: corrected path to html help inside framework.das2004-11-111-2/+2
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Implementation of TIP 118:das2003-05-141-0/+462