summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-141-2/+2
|\
| * Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-141-2/+2
* | Merge 8.7jan.nijtmans2019-04-011-5/+5
|\ \ | |/
| * Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-5/+5
* | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ | |/
| * More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| * More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+3
* | Implement TIP 445dgp2018-11-131-16/+20
|\ \ | |/
| * merge trunkdgp2017-06-161-1/+1
| |\
| * \ merge trunkdgp2016-11-161-3/+3
| |\ \
| * \ \ merge trunkdgp2016-07-091-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2016-07-021-1/+1
| |\ \ \ \
| * | | | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-2/+5
| * | | | | Revise "osType" Tcl_ObjType to use new routine.dgp2016-03-241-15/+16
* | | | | | merge trunkjan.nijtmans2018-10-041-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-1/+1
|/ / / / /
* | | | | 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