2008-06-28 |
Jim Meyering | doc: add "..." to Usage, to indicate there may be multi... |
blob | commitdiff | raw |
2008-06-27 |
Jim Meyering | factor out time_t-to-string conversion idiom |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Jim Meyering | stat: warn that the --context (-Z) option (a no-op... |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Jim Meyering | remove redundant const directives |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Jim Meyering | add "const" attribute, where possible |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Jim Meyering | use gnulib's progname module |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Jim Meyering | declare program_name consistently |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | convert single-author programs to use proper_name |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Jim Meyering | Make copyright comments consistent. |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Jim Meyering | * NEWS: Mention some of the SELinux changes. |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Jim Meyering | Reflect renaming: mreadlink-with-size -> areadlink... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Jim Meyering | Add file system type names and magic numbers from ... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Jim Meyering | Add some file system type names and magic numbers from... |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Jim Meyering | Update all copyright notices to use the newer form. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Jim Meyering | Change "version 2" to "version 3" in all copyright... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Jim Meyering | * src/stat.c (long_options): Add a FIXME comment to... |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Jim Meyering | Use mreadlink_with_size (doesn't exit), not xreadlink_w... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Jim Meyering | stat: Add support for SELinux in the form of a %C forma... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Help translators include translation team's web or... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Bruno Haible | * bootstrap.conf (gnulib_modules): Replace xreadlink... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Paul Eggert | Improve the check for departures from C89, and fix... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Paul Eggert | Fix typo in previous change; an unsigned int wasn't... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Paul Eggert | * m4/jm-macros.m4 (gl_MACROS): Call cu_PREREQ_STAT_PROG... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Paul Eggert | * src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL... |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Jim Meyering | * src/stat.c (print_statfs): Fix typo: remove extra... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Paul Eggert | * src/stat.c (HAVE_STRUCT_STATXFS_F_FSID___VAL): Define... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Paul Eggert | the patch from 2006-08-18 broke on cygwin. |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Paul Eggert | Add support for NetBSD 3.0. |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Paul Eggert | (USE_STATVFS): Define to 0 if f_type is needed, but |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | (print_it): Don't assume char is unsigned. |
blob | commitdiff | raw | diff to current |
2006-04-17 |
Paul Eggert | (human_access): Use (new) filemodestring rather than |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Paul Eggert | (USE_STATVFS): New macro. |
blob | commitdiff | raw | diff to current |
2005-12-15 |
Jim Meyering | (print_it): Properly handle a backslash at the |
blob | commitdiff | raw | diff to current |
2005-12-15 |
Jim Meyering | revert behavior of --format=FMT (-c) |
blob | commitdiff | raw | diff to current |
2005-10-15 |
Jim Meyering | (main): Remove --link -l options. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Paul Eggert | Include stat-time.h, and use its functions instead... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-04 |
Jim Meyering | (usage): Move USAGE_BUILTIN_WARNING to end of --help... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
Jim Meyering | (usage): Mention that some shells provide a built-in |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Jim Meyering | (long_options): Use NULL, not `0'. |
blob | commitdiff | raw | diff to current |
2005-03-12 |
Jim Meyering | Add a little infrastructure to help prevent future... |
blob | commitdiff | raw | diff to current |
2005-03-12 |
Jim Meyering | Invoking stat -c FMT with a lone format directive of... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Jim Meyering | (human_fstype): Add case/definition for S_MAGIC_JFS |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Jim Meyering | (human_fstype): Add case/definition for S_MAGIC_XFS |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Paul Eggert | (STATFS_FRSIZE): New macro. |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Paul Eggert | (usage): Normalize terminology, capitalization, and... |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Paul Eggert | (STATFS): New macro, for portability to Solaris 9. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Paul Eggert | (HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Paul Eggert | (print_stat): Don't assume st_ino / st_dev fits in |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Paul Eggert | (G_fail): Remove. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Jim Meyering | (usage, main): Output "file system" rather than "filesy... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Jim Meyering | (print_stat): Update use of xreadlink. |
blob | commitdiff | raw | diff to current |
2004-04-09 |
Jim Meyering | undo last change |
blob | commitdiff | raw | diff to current |
2004-04-09 |
Jim Meyering | Don't include "file-type.h", now that system.h does. |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Jim Meyering | A specified format is no longer automatically newline... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Jim Meyering | (human_time): Correct merge problem. |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Jim Meyering | Include "inttostr.h". |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Jim Meyering | (human_time): Accept time rather than pointer-to-const... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Jim Meyering | (do_stat): Remove extra trailing newline from default... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Jim Meyering | Print actual fractional seconds in time stamps, not... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Jim Meyering | (human_fstype): Use %lx, not %x format for `unsigned... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Jim Meyering | (print_it): Avoid buffer overrun that would occur |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Jim Meyering | (main): Warn about use of deprecated `-l' option. |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Jim Meyering | (do_stat): For link count at end of line, use %h format, |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Jim Meyering | Don't include unistd.h or time.h; system.h already... |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Jim Meyering | Fix for build failure on Ultrix 4.3. |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Jim Meyering | Fix portability problem on FreeBSD5.0: don't include |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Jim Meyering | add comment |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Jim Meyering | (human_fstype) [__linux__]: Append each hex constant... |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Jim Meyering | (human_fstype): Handle Linux's devpts. |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Jim Meyering | Add #include directives for Ultrix 4.4. |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Jim Meyering | D'oh. |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Jim Meyering | Don't include <sys/sysmacros.h>. |
blob | commitdiff | raw | diff to current |
2003-03-07 |
Jim Meyering | (print_it): Use putchar, not fputs, to output a single... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Jim Meyering | (usage): Capitalize consistently. |
blob | commitdiff | raw | diff to current |
2003-02-21 |
Jim Meyering | (usage): Tweak wording of %B description. |
blob | commitdiff | raw | diff to current |
2003-02-20 |
Jim Meyering | (usage) [%b]: Refer to %B. |
blob | commitdiff | raw | diff to current |
2003-02-20 |
Jim Meyering | (print_stat): New format: %B (to print ST_NBLOCKSIZE). |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Jim Meyering | (G_fail): New global. |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Jim Meyering | Include "file-type.h" |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Jim Meyering | (print_stat): Use S_ISLNK rather than an explicit |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Jim Meyering | (print_stat): Use ST_NBLOCKS rather than `->st_blocks'. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Jim Meyering | Remove declaration of nstrftime. |
blob | commitdiff | raw | diff to current |
2002-12-01 |
Jim Meyering | Don't include <string.h> or <ctype.h>. |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Jim Meyering | (usage): Transform --help output via s/ - / /, |
blob | commitdiff | raw | diff to current |
2002-09-22 |
Jim Meyering | (PRIdMAX, PRIuMAX): Remove definitions. |
blob | commitdiff | raw | diff to current |
2002-09-22 |
Jim Meyering | Remove all inclusions of inttypes.h, |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Jim Meyering | Don't include malloc.h -- it was unnecessary. |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Jim Meyering | (usage): The short form of --dereference is now -L... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Jim Meyering | (print_it): Use memcpy and a little pointer arithmetic... |
blob | commitdiff | raw | diff to current |
2002-07-13 |
Jim Meyering | (print_it): Use xstrdup, not strdup. |
blob | commitdiff | raw | diff to current |
next |