summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate excess eol-spacingjan.nijtmans2019-12-021-3/+3
* Rewrite documentation of IO subsystem.pooryorick2019-11-061-56/+54
* Merge 8.6jan.nijtmans2019-07-051-2/+2
|\
* | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-1/+3
* | Export APIdkf2019-04-301-1/+0
* | Windows implementation of TclpCreateTemporaryDirectorydkf2019-04-301-1/+1
* | Starting to implement a temporary directory creator.dkf2019-04-301-0/+78
* | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-10/+10
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-4/+4
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
|\ \
* \ \ merge 8.6jan.nijtmans2018-05-141-1/+1
|\ \ \ | | |/ | |/|
| * | merge 8.5jan.nijtmans2018-05-141-1/+1
| |\ \
| | * | Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-1/+1
* | | | General code style cleanup.dkf2018-05-131-6/+6
* | | | merge 8.6jan.nijtmans2018-05-111-1/+1
|\ \ \ \ | |/ / /
| * | | merge 8.5jan.nijtmans2018-05-111-1/+1
| |\ \ \ | | |/ /
| | * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ...jan.nijtmans2018-05-111-1/+1
* | | | merge 8.6dgp2018-05-091-2/+2
|\ \ \ \ | |/ / /
| * | | merge 8.5sebres2018-05-091-2/+2
| |\ \ \ | | |/ /
| | * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-2/+2
* | | | merge 8.6dgp2018-05-081-7/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | merge fix for [92564326a98b5510] from 8.5sebres2018-05-081-7/+7
| |\ \ | | |/
| | * fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/...sebres2018-05-081-7/+7
* | | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-15/+13
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-6/+6
|/ /
* | Fix [f01d74dc8c]: DEFAULT_COPY_BLOCK_SIZE has incorrect valuejan.nijtmans2016-01-071-1/+1
* | Only write back file attributes if any of them really changed.jan.nijtmans2014-03-261-12/+11
* | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For comp...jan.nijtmans2014-03-261-14/+171
* | Fix 3 trivial (possible) errors, discovered by covertity.comjan.nijtmans2013-09-041-2/+2
* | [3613567]: Corrected sense of test on results of access() in temp file creation.dkf2013-05-201-2/+2
* | 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
* | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-191-1/+1
|\ \ | |/
| * Proposed solution for Bug 3598300 on MacOSXjan.nijtmans2013-01-181-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
* | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-9/+45
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-39/+42
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-7/+7
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-4/+2
* | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+5
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-18/+20
* | 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
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()das2007-04-291-16/+30
| | * * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added codeandreas_kupries2006-11-071-1/+11
| | * * unix/tclUnixFCmd.c: Removed some false tests addedvasiljevic2006-09-071-3/+3
| | * Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-071-51/+7