summaryrefslogtreecommitdiff
path: root/Src/Modules/files.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-8/+8
2009-03-2426772: better error handling and fix runaway chdir on failed cdPeter Stephenson1-6/+2
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison1-1/+2
some compiler warnings, and improves error handling/notification.
2008-05-0824972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson1-15/+70
2007-08-2123788: add -h option to chown symlinks rather than targets, and change ↵Clint Adams1-3/+18
default behavior to do the opposite.
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-3/+3
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+25
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-7/+7
2005-10-31Use idigit() instead of range-checking '0' - '9'.Wayne Davison1-1/+1
2005-07-1421466: mkdir -p didn't work with symlinksPeter Stephenson1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-9/+9
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-6/+2
2002-08-2717582: Improved option argument handling.Peter Stephenson1-19/+21
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2000-09-1912845: dynamically allocate pbuf in domove()Clint Adams1-5/+13
2000-09-1812836: bin_ln now independent of PATH_MAXClint Adams1-20/+13
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer1-5/+0
2000-08-0512547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer1-16/+2
2000-08-0412533: pathconf() without tail in mkdirClint Adams1-2/+16
2000-08-0415216: Rewrite pathconf() support.Bart Schaefer1-16/+3
2000-08-0212489: pathconf for unlimited fsClint Adams1-2/+3
2000-08-0212472: limited pathconf supportClint Adams1-78/+304
1999-04-15Initial revisionTanaka Akira1-0/+528