summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Expand)AuthorAgeFilesLines
* more internal use of size_t in stead of int.jan.nijtmans2016-12-201-7/+8
* Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
* Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCw...jan.nijtmans2015-08-251-2/+5
|\
| * Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCw...jan.nijtmans2015-08-251-2/+5
| * Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ...jan.nijtmans2014-05-151-0/+6
* | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. jan.nijtmans2014-04-111-0/+6
* | 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
* | [Bug 3598300]: unix: tcl.h does not include sys/stat.h.jan.nijtmans2013-01-181-2/+4
|\ \ | |/
| * ... and fix cygwin buildjan.nijtmans2013-01-181-2/+4
* | 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
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-21/+30
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-7/+6
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-6/+5
* | mergejan.nijtmans2012-06-271-3/+3
|\ \ | |/
| * mergejan.nijtmans2012-06-271-3/+3
| |\
| | * fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-271-1/+1
* | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-4/+3
|\ \ \ | |/ /
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-4/+3
| |\ \ | | |/
| | * use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-4/+3
* | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-8/+0
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-8/+0
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-8/+0
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-5/+6
|\ \ \ | |/ /
| * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-14/+12
* | | Repair more build breakage.dgp2012-04-261-7/+5
* | | fix Linux build ;-(jan.nijtmans2012-04-261-4/+3
|\ \ \ | |/ /
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-18/+4
| | |
| \ \
| \ \
| \ \
*---. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+29
|\ \ \ \ \ | | | |/ /
| | | * | gcc warningsjan.nijtmans2012-04-241-2/+1
| | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+31
| | |\ \ | |/ / / | | | _
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-5/+33
| | |\
| | | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-0/+0
| | | * implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-5/+33
| | |/
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-1/+43
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-0/+34
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-151-0/+34
* | | More isspace() callers.dgp2011-04-281-1/+1
|\ \ \ | |/ /
| * | More isspace() callers.dgp2011-04-281-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | 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
| | * ensure translated path is freedvincentdarley2003-10-311-1/+2
| | * backporting of filesystem tests, docsvincentdarley2003-10-031-4/+9
| * | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-021-4/+2
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-211-4/+4
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-5/+5
* | | Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-2/+2