dd: clarify meaning of multiplication factors; put xM in order
[platform/upstream/coreutils.git] / src / stat.c
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
2005-02-08 Paul Eggert(STATFS_FRSIZE): New macro.
2005-02-08 Paul Eggert(usage): Normalize terminology, capitalization, and...
2004-11-17 Paul Eggert(STATFS): New macro, for portability to Solaris 9.
2004-09-03 Paul Eggert(HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented
2004-08-04 Paul Eggert(print_stat): Don't assume st_ino / st_dev fits in
2004-08-03 Paul Eggert(G_fail): Remove.
2004-06-30 Jim Meyering(usage, main): Output "file system" rather than "filesy...
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-01 Jim Meyering(print_stat): Update use of xreadlink.
2004-04-09 Jim Meyeringundo last change
2004-04-09 Jim MeyeringDon't include "file-type.h", now that system.h does.
2004-04-04 Jim MeyeringA specified format is no longer automatically newline...
2004-02-05 Jim Meyering(human_time): Correct merge problem.
2004-02-05 Jim MeyeringInclude "inttostr.h".
2004-02-05 Jim Meyering(human_time): Accept time rather than pointer-to-const...
2004-02-02 Jim Meyering(do_stat): Remove extra trailing newline from default...
2004-02-02 Jim MeyeringPrint actual fractional seconds in time stamps, not...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-08 Jim Meyering(human_fstype): Use %lx, not %x format for `unsigned...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-08-27 Jim Meyering(print_it): Avoid buffer overrun that would occur
2003-08-25 Jim Meyering(main): Warn about use of deprecated `-l' option.
2003-08-22 Jim Meyering(do_stat): For link count at end of line, use %h format,
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include unistd.h or time.h; system.h already...
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-17 Jim MeyeringFix for build failure on Ultrix 4.3.
2003-05-26 Jim MeyeringFix portability problem on FreeBSD5.0: don't include
2003-04-10 Jim Meyeringadd comment
2003-04-10 Jim Meyering(human_fstype) [__linux__]: Append each hex constant...
2003-04-10 Jim Meyering(human_fstype): Handle Linux's devpts.
2003-04-07 Jim MeyeringAdd #include directives for Ultrix 4.4.
2003-03-22 Jim MeyeringD'oh.
2003-03-22 Jim MeyeringDon't include <sys/sysmacros.h>.
2003-03-07 Jim Meyering(print_it): Use putchar, not fputs, to output a single...
2003-03-04 Jim Meyering(usage): Capitalize consistently.
2003-02-21 Jim Meyering(usage): Tweak wording of %B description.
2003-02-20 Jim Meyering(usage) [%b]: Refer to %B.
2003-02-20 Jim Meyering(print_stat): New format: %B (to print ST_NBLOCKSIZE).
2003-02-01 Jim Meyering(G_fail): New global.
2003-01-31 Jim MeyeringInclude "file-type.h"
2003-01-31 Jim Meyering(print_stat): Use S_ISLNK rather than an explicit
2003-01-27 Jim Meyering(print_stat): Use ST_NBLOCKS rather than `->st_blocks'.
2002-12-15 Jim MeyeringRemove declaration of nstrftime.
2002-12-01 Jim MeyeringDon't include <string.h> or <ctype.h>.
2002-11-10 Jim Meyering(usage): Transform --help output via s/ - / /,
2002-09-22 Jim Meyering(PRIdMAX, PRIuMAX): Remove definitions.
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-07-26 Jim MeyeringDon't include malloc.h -- it was unnecessary.
2002-07-22 Jim Meyering(usage): The short form of --dereference is now -L...
2002-07-16 Jim Meyering(print_it): Use memcpy and a little pointer arithmetic...
2002-07-13 Jim Meyering(print_it): Use xstrdup, not strdup.
next