summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Added MT-safe implementation of some library calls.vasiljevic2006-09-061-17/+60
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-48/+72
| | * * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwindas2006-03-281-3/+11
| | * 2005-12-05 Don Porter <dgp@users.sourceforge.net>dgp2005-12-051-23/+107
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+7
| | * * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130hobbs2005-11-091-3/+3
| | * * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tohobbs2005-10-071-44/+61
| | * Convert u_int to unsigned to make clashes with types in standard C headers lessdkf2005-01-101-3/+3
| | * * tests/fCmd.test:das2004-11-111-33/+49
| | * backporting of filesystem tests, docsvincentdarley2003-10-031-5/+19
| | * * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-3/+1
| * | * unix/tclUnixFCmd.c: adjust license header as perhobbs2010-08-041-6/+2
| * | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Correcteddkf2010-03-251-2/+2
| * | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-8/+9
| * | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-021-6/+2
* | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-3/+3
* | | * unix/tclUnixFCmd.c: adjust license header as perhobbs2010-08-041-6/+2
* | | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Correcteddkf2010-03-251-2/+2
* | | Code Audit results:dkf2010-03-051-10/+9
* | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-8/+9
* | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-021-6/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-6/+6
* | | eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-3/+4
* | | Implementation of TIP #210.dkf2008-11-291-1/+122
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-5/+5
* | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-4/+4
* | | Reduce the magic number countdkf2008-09-271-4/+6
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-47/+46
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Silence some warnings.dkf2007-11-161-3/+3
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-5/+18
* | Whitespace/format cleanupdkf2007-07-311-60/+57
* | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()das2007-04-231-16/+31
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added codeandreas_kupries2006-11-071-1/+11
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-2/+2
* | * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-5/+3
* | Rewritten MT-safe wrappers to return ptrs to TSD storage.vasiljevic2006-09-071-49/+5
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).vasiljevic2006-09-061-7/+53