summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-63/+81
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwindas2006-03-281-3/+11
* added casts to silence coverity bug 38das2006-03-251-5/+5
* * unix/configure.in: move check for fts API to configure.in and run itdas2005-12-051-12/+23
* * unix/configure: Use FTS file APIs on Darwin if available.hobbs2005-12-051-24/+97
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+6
* * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130hobbs2005-11-091-3/+3
* ANSIfydkf2005-11-021-190/+178
* * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008hobbs2005-10-071-34/+52
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-5/+4
* Getting more systematic about styledkf2005-07-201-569/+618
* * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictlyhobbs2005-05-111-1/+2
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* 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
* * generic/tclBasic.c:dgp2004-10-061-7/+4
* Stop NULL interp args from causing crashes. [Bug 1020538]dkf2004-09-031-44/+69
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improperdgp2004-04-261-3/+12
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* hidden unix-specific implementations of file volumes and file attributesvbwagner2004-03-051-2/+11
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+5
* Changes from Victor Wagner <vitus@45.free.net> for DJGPP support.davygrvy2003-11-181-3/+9
* filesystem bug fixesvincentdarley2003-10-131-5/+19
* * unix/tclUnixFCmd.c: fix for compilation errors on platforms wheredas2003-07-181-7/+7
* * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-3/+1
* Implementation of TIP 118:das2003-05-141-10/+146
* further fs cleanupvincentdarley2003-02-101-2/+5
* filesystem speed up round 2vincentdarley2003-02-101-7/+43
* finalization and test fixesvincentdarley2003-02-041-7/+6
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-281-14/+14
* unix root volume fixvincentdarley2002-06-271-2/+9
* fs fixed commitvincentdarley2002-06-101-2/+2
* small fs fixesvincentdarley2002-06-101-2/+4
* * unix/tclUnixFCmd.c (Realpath): added a little extra code tohobbs2002-04-071-40/+59
* minor cast change to squelch warninghobbs2002-04-041-3/+3
* fixed typo and compiler warning in last commit; all tests now pass on unixvincentdarley2002-03-241-2/+2
* 4 fs fixesvincentdarley2002-03-241-16/+64
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-28/+28