summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* * djgpp/ (new directory)davygrvy2002-02-121-1/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* normalize fixvincentdarley2001-09-281-2/+2
* minor fs, vfs fixesvincentdarley2001-09-041-4/+30
* filesystemvincentdarley2001-08-301-162/+87
* corrected minor compiler warningshobbs2001-08-231-2/+1
* fs updatevincentdarley2001-08-231-85/+78
* * unix/tclUnixFCmd.c: minor casts to eliminate warnings. (lim)hobbs2001-08-021-4/+4
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-1/+117
* * unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandirhobbs2000-04-041-4/+4
* * tests/unixFCmd.test:hobbs2000-01-121-5/+225
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-272/+439
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Changed call ref's of 'stat(...)' to 'TclStat(...)'.suresh1998-05-201-3/+3
* Initial revisionrjohnson1998-03-261-0/+1224