summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to improve style (C89 declarations, consistent indentation,donal.k.fellows@manchester.ac.uk2012-08-071-21/+30
* Final part of result generation conversion (modulo any minor blunders)donal.k.fellows@manchester.ac.uk2012-08-051-7/+6
* Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-6/+5
* mergenijtmans@users.sourceforge.net2012-06-271-3/+3
|\
| * mergenijtmans@users.sourceforge.net2012-06-271-3/+3
| |\
| | * fix bug in cygwin's [info nameofexecutable]nijtmans@users.sourceforge.net2012-06-271-1/+1
* | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathnijtmans@users.sourceforge.net2012-06-261-4/+3
|\ \ \ | |/ /
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathnijtmans@users.sourceforge.net2012-06-261-4/+3
| |\ \ | | |/
| | * use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathnijtmans@users.sourceforge.net2012-06-261-4/+3
* | | Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-8/+0
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-8/+0
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-8/+0
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsnijtmans@users.sourceforge.net2012-04-271-5/+6
|\ \ \ | |/ /
| * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsnijtmans@users.sourceforge.net2012-04-271-14/+12
* | | Repair more build breakage.dgp@users.sourceforge.net2012-04-261-7/+5
* | | fix Linux build ;-(nijtmans@users.sourceforge.net2012-04-261-4/+3
|\ \ \ | |/ /
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedonal.k.fellows@manchester.ac.uk2012-04-251-18/+4
| | |
| \ \
| \ \
| \ \
*---. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-04-241-1/+29
|\ \ \ \ \ | | | |/ /
| | | * | gcc warningsnijtmans@users.sourceforge.net2012-04-241-2/+1
| | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-04-241-2/+31
| | |\ \ | |/ / / | | | _
| | * [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-04-241-5/+33
| | |\
| | | * tclpGetPid signature change (stub entry only, not for macro),nijtmans@users.sourceforge.net2012-04-061-0/+0
| | | * implement TclpGetPid for Cygwinnijtmans@users.sourceforge.net2012-04-041-5/+33
| | |/
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinnijtmans@users.sourceforge.net2012-03-201-1/+43
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinnijtmans@users.sourceforge.net2012-03-151-0/+34
|\ \ \ | |/ /
| * | xnijtmans@users.sourceforge.net2012-03-151-0/+34
* | | More isspace() callers.dgp@users.sourceforge.net2011-04-281-1/+1
|\ \ \ | |/ /
| * | More isspace() callers.dgp@users.sourceforge.net2011-04-281-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-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]donal.k.fellows@manchester.ac.uk2009-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
* | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]donal.k.fellows@manchester.ac.uk2009-08-021-4/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-271-147/+160
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | coverity id 100das2007-09-171-4/+4
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-1/+4
* | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39das2006-03-251-1/+4
* | * generic/tclInt.decls: implement globbing for HFS creator & typedas2006-03-211-11/+80
* | More bits of ANSIfyingdonal.k.fellows@manchester.ac.uk2005-11-111-56/+59
* | allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-5/+7
* | Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-201-224/+274
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp@users.sourceforge.net2004-12-011-25/+17