*** empty log message ***
[platform/upstream/coreutils.git] / src / stat.c
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.
2002-07-06 Jim MeyeringRemove everything associated with --secure option.
2002-07-03 Jim Meyering(usage): Rename --link/-l to --dereference/-L.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-06-29 Jim Meyering(print_statfs): Use `fputc ('*', stdout)'
2002-06-24 Jim Meyering(usage): Add missing open-quote.
2002-06-21 Jim MeyeringInclude sys/statvfs.h.
2002-04-16 Jim Meyering(human_fstype): Rename from print_human_fstype, and...
2002-04-16 Jim MeyeringAdd copyright comment.
2002-04-15 Jim MeyeringHandle "lld" vs "ld" printf formats the same way Bash...
2002-04-15 Jim Meyering(print_human_fstype): Add missing `break;' for `case...
2002-04-15 Jim Meyeringremove parens in #if directives
2002-04-14 Jim Meyering(statfs_secure): Define.
2002-04-14 Jim Meyeringfilter through GNU indent
2002-04-14 Jim MeyeringSplit some long lines.
2002-04-14 Jim Meyering(verbose_usage): Remove function. Move contents into...
2002-04-14 Jim Meyering[HAVE_SYS_VFS_H]: Guard incluion of sys/vfs.h.
2002-04-13 Jim Meyeringadd a couple `const'
2002-04-13 Jim Meyering(print_human_fstype): Revamp in a similar fashion....
2002-04-13 Jim Meyering(print_human_type): Call fputs once rather than calling...
2002-04-13 Jim MeyeringInclude system.h, error.h, and many other headers.
2002-04-13 Jim MeyeringDirect from Debian's stat_3.3-1, modulo trailing blanks...
2002-02-26 Jim Meyering.
2001-12-16 Jim Meyeringuse generated fs_name function FILEUTILS-4_1_4
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-26 Jim Meyering*** empty log message ***