about summary refs log tree commit diff
path: root/Src/Modules/stat.c
Commit message (Collapse)AuthorAgeFilesLines
* missed updates to calls to ztrftime()Peter Stephenson2014-07-301-1/+1
|
* 31419: Add time zone and year to string formatted time output from zstatPeter Stephenson2013-05-211-2/+2
|
* 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/+26
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-14/+12
|
* 22284: add --disable-dynamic-nss configure switch to disable use of ↵Clint Adams2006-02-191-2/+2
| | | | getpw*(), getgr*(), initgroups() functions.
* Values being stored in an array or a hash needed to be metafiedWayne Davison2006-01-131-5/+5
| | | | (using META_DUP) instead of just duplicated via ztrdup().
* 22082: print out uid or gid in stat if name not availablePeter Stephenson2005-12-191-6/+18
|
* 21978: unmetafy file nameAndrey Borzenkov2005-11-021-2/+2
|
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-2/+2
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-27/+29
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 14314: writing const variable under cygwinPeter Stephenson2001-05-111-3/+3
|
* Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov2001-04-301-3/+23
| | | | | changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
* stat -o shows file modes in octalPeter Stephenson2000-04-071-31/+117
|
* Initial revisionTanaka Akira1999-04-151-0/+535