about summary refs log tree commit diff
path: root/Src/Modules/files.c
Commit message (Expand)AuthorAgeFilesLines
* 52750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle2024-03-181-2/+2
* unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto2021-09-081-1/+1
* 49297 (quoting amended): error message in files module.Peter Stephenson2021-08-241-1/+7
* 47785: remove deprecated autoconf functionsFelipe Contreras2021-04-091-6/+0
* Fix a race condition in zf_mkdir -pRoman Perepelitsa2020-10-231-9/+19
* 44153: rm: Accept -R as equivalent to -rMatthew Martin2019-03-211-3/+4
* 44135: Add chmod builtinMatthew Martin2019-03-181-0/+41
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-1/+1
* 36218: use unmetafied file name for mkdir system callPeter Stephenson2015-08-181-1/+1
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-8/+8
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-241-6/+2
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-151-1/+2
* 24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson2008-05-081-15/+70
* 23788: add -h option to chown symlinks rather than targets, and change defaul...Clint Adams2007-08-211-3/+18
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-3/+3
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-3/+25
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-7/+7
* Use idigit() instead of range-checking '0' - '9'.Wayne Davison2005-10-311-1/+1
* 21466: mkdir -p didn't work with symlinksPeter Stephenson2005-07-141-1/+1
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-9/+9
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-221-6/+2
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-19/+21
* 12845: dynamically allocate pbuf in domove()Clint Adams2000-09-191-5/+13
* 12836: bin_ln now independent of PATH_MAXClint Adams2000-09-181-20/+13
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-141-5/+0
* 12547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer2000-08-051-16/+2
* 12533: pathconf() without tail in mkdirClint Adams2000-08-041-2/+16
* 15216: Rewrite pathconf() support.Bart Schaefer2000-08-041-16/+3
* 12489: pathconf for unlimited fsClint Adams2000-08-021-2/+3
* 12472: limited pathconf supportClint Adams2000-08-021-78/+304
* Initial revisionTanaka Akira1999-04-151-0/+528