maint: fix minor whitespace issues
[platform/upstream/coreutils.git] / src / stat.c
2012-01-11 Pádraig Bradymaint: fix minor whitespace issues
2012-01-11 Jim Meyeringmaint: adjust formatting of certain continued strings
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-26 Jim Meyeringstat,tail: recognize new FS type: pipefs
2011-12-24 Jim Meyeringdoc: stat: clarify that %t and %T expand to the file...
2011-12-23 Jim Meyeringtail: with -f, use polling when a file is on an FS...
2011-12-22 Jim Meyeringtail,stat: add support for FhGFS
2011-12-05 Jim Meyeringmaint: sort, stat: remove unused parameters
2011-11-02 Jim Meyeringstat: avoid compilation failure with gnulib's new alignof
2011-09-08 Jim Meyeringstat: avoid compilation failure on AIX 7.x
2011-07-15 Pádraig Bradybuild: avoid a st_blksize compile failure on some systems
2011-07-07 Jim Meyeringstat: recognize GPFS as a file system type
2011-06-24 Pádraig Bradystat: recognize MQUEUE and PSTOREFS file systems
2011-06-13 James Youngmanmaint: use stat-size module from gnulib
2011-04-25 Jim Meyeringstat: recognize V9FS and ECRYPTFS file systems
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-11-13 Jim Meyeringstat: do not provide variable precision time stamps
2010-11-07 Paul Eggertstat: do not rely on undefined behavior in printf formats
2010-11-06 Paul Eggertstat: use e.g. %.3X instead of %X.%3:X for sub-second...
2010-11-03 Jim Meyeringstat: revert %X-%Y-%Z change; use e.g., %:X to print...
2010-10-05 Eric Blakestat: drop %C support when printing file system details
2010-10-05 Pádraig Bradystat: adjust the printing of SELinux context
2010-10-01 Eric Blakestat: print SELinux context when available
2010-10-01 Eric Blakestat: optimize and translate default format strings
2010-10-01 Eric Blakestat: print timestamps to full resolution
2010-10-01 Eric Blakestat: support printing birthtime
2010-08-27 Aaron Burgemeisterstat: add %m to output the mount point for a file
2010-08-23 Pádraig Bradystat: fix a small memory leak with %N
2010-07-05 Jim Meyeringstat: getfilecon failure now evokes nonzero exit status
2010-06-22 Jim Meyeringstat: remove support for deprecated --context (-Z)...
2010-05-31 Jim Meyeringstat: use gnulib's alignof module
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-02-11 Pádraig Bradydoc: remove extraneous periods from --help output
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-22 Pádraig Bradystat: Recognize k-afs, gfs, ocfs2 file system types
2009-12-22 Pádraig Bradystat: add support for more file system types
2009-12-13 Jim Meyeringstat: recognize "sockfs" file system type, ...
2009-10-28 Pádraig Bradyecho, printf: interpret \e as the Escape character
2009-10-23 Eric Blakebuild: prohibit improper use of stat and lstat
2009-10-08 Eric Blakestat: work with recent gnulib changes
2009-10-08 Jim Meyeringstat: add support for many more file system types
2009-10-08 Jim Meyeringstat: recognize CIFS and HFS file system types
2009-09-29 Jim Meyeringstat: interpret "-" as standard input
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-04-07 Pádraig Bradymaint: Clarify ambiguous refs to Linux kernels or GNU...
2009-01-03 Michael Meskesstat: print file-system total inode count (%c) as an...
2008-10-06 Andreas Dilgerstat: add lustre filesystem type
2008-09-14 Jim Meyeringstat: remove obsolete and undocumented option, --filesystem
2008-06-28 Jim Meyeringdoc: add "..." to Usage, to indicate there may be multi...
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-22 Jim Meyeringstat: warn that the --context (-Z) option (a no-op...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-02-28 Jim MeyeringMake copyright comments consistent.
2007-12-01 Jim Meyering* NEWS: Mention some of the SELinux changes.
2007-08-28 Jim MeyeringReflect renaming: mreadlink-with-size -> areadlink...
2007-08-27 Jim MeyeringAdd file system type names and magic numbers from ...
2007-08-27 Jim MeyeringAdd some file system type names and magic numbers from...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-22 Jim Meyering* src/stat.c (long_options): Add a FIXME comment to...
2007-06-18 Jim MeyeringUse mreadlink_with_size (doesn't exit), not xreadlink_w...
2007-03-29 Jim Meyeringstat: Add support for SELinux in the form of a %C forma...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-03-01 Bruno Haible* bootstrap.conf (gnulib_modules): Replace xreadlink...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-09-01 Paul EggertFix typo in previous change; an unsigned int wasn't...
2006-09-01 Paul Eggert* m4/jm-macros.m4 (gl_MACROS): Call cu_PREREQ_STAT_PROG...
2006-08-29 Paul Eggert* src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL...
2006-08-24 Jim Meyering* src/stat.c (print_statfs): Fix typo: remove extra...
2006-08-23 Paul Eggert* src/stat.c (HAVE_STRUCT_STATXFS_F_FSID___VAL): Define...
2006-08-20 Paul Eggertthe patch from 2006-08-18 broke on cygwin.
2006-08-18 Paul EggertAdd support for NetBSD 3.0.
2006-08-15 Paul Eggert(USE_STATVFS): Define to 0 if f_type is needed, but
2006-07-09 Paul Eggert(print_it): Don't assume char is unsigned.
2006-04-17 Paul Eggert(human_access): Use (new) filemodestring rather than
2006-04-12 Paul Eggert(USE_STATVFS): New macro.
2005-12-15 Jim Meyering(print_it): Properly handle a backslash at the
2005-12-15 Jim Meyeringrevert behavior of --format=FMT (-c)
2005-10-15 Jim Meyering(main): Remove --link -l options.
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-04 Jim Meyering(usage): Move USAGE_BUILTIN_WARNING to end of --help...
2005-04-04 Jim Meyering(usage): Mention that some shells provide a built-in
2005-03-28 Jim Meyering(long_options): Use NULL, not `0'.
2005-03-12 Jim MeyeringAdd a little infrastructure to help prevent future...
2005-03-12 Jim MeyeringInvoking stat -c FMT with a lone format directive of...
2005-02-15 Jim Meyering(human_fstype): Add case/definition for S_MAGIC_JFS
2005-02-15 Jim Meyering(human_fstype): Add case/definition for S_MAGIC_XFS
next