2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-08-30 |
Jim Meyering | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2001-12-11 |
Jim Meyering | (main): |
blob | commitdiff | diff to current |
2001-12-02 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | Split usage strings so that --help and --version |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | diff to current |
2001-08-31 |
Jim Meyering | Do not include savedir.h; not used. |
blob | commitdiff | diff to current |
2001-01-07 |
Jim Meyering | (parse_group): Normalize spelling. |
blob | commitdiff | diff to current |
2000-12-16 |
Jim Meyering | (main): Rename local, group, to gid. |
blob | commitdiff | diff to current |
2000-12-15 |
Jim Meyering | (main): Reflect renaming: s/dereference/change_symlinks/. |
blob | commitdiff | diff to current |
2000-12-09 |
Jim Meyering | Include "chown-core.h". |
blob | commitdiff | diff to current |
2000-07-30 |
Jim Meyering | Convert "`%s'" in format strings to "%s", and wrap... |
blob | commitdiff | diff to current |
2000-07-25 |
Jim Meyering | (change_file_group): Save errno from a possibly failed... |
blob | commitdiff | diff to current |
2000-06-27 |
Jim Meyering | (change_dir_group): Don't set errno before |
blob | commitdiff | diff to current |
2000-05-13 |
Jim Meyering | Arrange to call close_stdout only upon exit. |
blob | commitdiff | diff to current |
1999-11-20 |
Jim Meyering | Declare lstat; needed on e.g. SunOS4. |
blob | commitdiff | diff to current |
1999-11-07 |
Jim Meyering | (xstat): New global. |
blob | commitdiff | diff to current |
1999-11-07 |
Jim Meyering | Define and use REFERENCE_FILE_OPTION and |
blob | commitdiff | diff to current |
1999-08-20 |
Jim Meyering | (usage): Tweak --help output to make it more consistent... |
blob | commitdiff | diff to current |
1999-08-16 |
Jim Meyering | This change is nearly identical to the chown.c change... |
blob | commitdiff | diff to current |
1999-08-08 |
Jim Meyering | (change_dir_group): Remove cast of savedir arg. |
blob | commitdiff | diff to current |
1999-04-18 |
Jim Meyering | Include xstrtol.h, not obsolete file xstrtoul.h. |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | Don't include closeout.h or version-etc.h explicitly... |
blob | commitdiff | diff to current |
1999-03-26 |
Jim Meyering | define and use AUTHORS |
blob | commitdiff | diff to current |
1999-03-26 |
Jim Meyering | No longer include long-options.h. |
blob | commitdiff | diff to current |
1999-03-22 |
Jim Meyering | *** empty log message *** |
blob | commitdiff | diff to current |
1999-03-04 |
Jim Meyering | Include long-options.h |
blob | commitdiff | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | diff to current |
1999-01-16 |
Jim Meyering | (usage): Don't make it static so that it can be called... |
blob | commitdiff | diff to current |
1998-12-18 |
Jim Meyering | (MAXGID): Define. |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-08-30 |
Jim Meyering | (long_options): Replace 12 with CHAR_MAX + 1. |
blob | commitdiff | diff to current |
1998-03-15 |
Jim Meyering | Use #if, not #ifdef with HAVE_ macros. |
blob | commitdiff | diff to current |
1998-01-04 |
Jim Meyering | Use a single enumerated type, Verbosity, instead of |
blob | commitdiff | diff to current |
1997-12-28 |
Jim Meyering | Remove incorrect declaration of group_member. |
blob | commitdiff | diff to current |
1997-12-16 |
Jim Meyering | s/__P/PARAMS/g |
blob | commitdiff | diff to current |
1997-11-30 |
Jim Meyering | (<limits.h>, UINT_MAX, UINT_MAX): Remove; now |
blob | commitdiff | diff to current |
1997-10-25 |
Jim Meyering | Remove old-style xmalloc and xrealloc decls. |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-10-04 |
Jim Meyering | Remove old-style savedir dcl. |
blob | commitdiff | diff to current |
1997-08-31 |
Jim Meyering | (change_file_group): Call describe_change with a 3... |
blob | commitdiff | diff to current |
1997-07-29 |
Jim Meyering | Add new option: --reference=FILE. |
blob | commitdiff | diff to current |
1997-05-25 |
Jim Meyering | Remove FIXME. |
blob | commitdiff | diff to current |
1997-03-13 |
Jim Meyering | (change_file_group): Use uid of -1 to indicate |
blob | commitdiff | diff to current |
1997-02-09 |
Jim Meyering | update copyrights for 1997 |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | bracket bug address with <> and append a period |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | Compare getopt_long return value against -1, not EOF... |
blob | commitdiff | diff to current |
1996-11-23 |
Jim Meyering | (usage): Alphabetize option descriptions the way sort... |
blob | commitdiff | diff to current |
1996-11-03 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-11-02 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-10-05 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-10-04 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-08-31 |
Jim Meyering | (usage): remove spurious trailing \n in puts. |
blob | commitdiff | diff to current |
1996-08-29 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-08-17 |
Jim Meyering | (parse_group): Fail when given an invalid group name. |
blob | commitdiff | diff to current |
1996-07-26 |
Jim Meyering | (main): Fix typo in getopt_long string: s/n/h/. |
blob | commitdiff | diff to current |
1996-07-19 |
Jim Meyering | (main): Initialize for internationalized message support: |
blob | commitdiff | diff to current |
1996-07-03 |
Jim Meyering | [!MAXUID]: Define after inclusion of system.h to avoid |
blob | commitdiff | diff to current |
1996-05-19 |
Jim Meyering | New option: --no-dereference (-h). |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | [HAVE_LCHOWN]: Define chown to lchown. |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Update FSF's address. |
blob | commitdiff | diff to current |
1996-03-21 |
Jim Meyering | (main): Declare to be of type int, not void. |
blob | commitdiff | diff to current |
1996-03-16 |
Jim Meyering | Don't include version.h. |
blob | commitdiff | diff to current |
1995-11-29 |
Jim Meyering | Mark all translatable strings using po-mode.el. |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
blob | commitdiff | diff to current |
1995-11-09 |
Jim Meyering | (main): Move to the end. |
blob | commitdiff | diff to current |
1995-11-09 |
Jim Meyering | Protoize. |
blob | commitdiff | diff to current |
1995-10-18 |
Jim Meyering | [endgrent]: Test !HAVE_ENDGRENT rather than _POSIX_SOURCE. |
blob | commitdiff | diff to current |
1995-10-06 |
Jim Meyering | Include limits.h. |
blob | commitdiff | diff to current |
1995-06-25 |
Jim Meyering | (parse_group): Use xstrtoul instead of isnumber; the... |
blob | commitdiff | diff to current |
1995-06-22 |
Jim Meyering | (main): Include program name in --version output. |
blob | commitdiff | diff to current |
1995-05-22 |
Jim Meyering | (usage): Add one or two lines of descriptive text. |
blob | commitdiff | diff to current |
1995-05-13 |
Jim Meyering | Use stat (lstat), not safe_stat (safe_lstat). |
blob | commitdiff | diff to current |
1995-03-10 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1995-01-27 |
Jim Meyering | Rename SAFE_STAT and SAFE_LSTAT to lower case names. |
blob | commitdiff | diff to current |
1994-12-27 |
Jim Meyering | Include "error.h" rather than simply declaring `void... |
blob | commitdiff | diff to current |
1994-12-10 |
Jim Meyering | No longer include <ctype.h>. |
blob | commitdiff | diff to current |
1994-10-08 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-10-02 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-07-30 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-07-01 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1993-10-19 |
Jim Meyering | merge with 3.8.4k |
blob | commitdiff | diff to current |
1993-10-18 |
Jim Meyering | add newline back, but only for --help output |
blob | commitdiff | diff to current |
1993-10-18 |
Jim Meyering | Change `fprintf (stdout' to `printf ('. |
blob | commitdiff | diff to current |
1993-10-18 |
Jim Meyering | remove extra newline in usage message |
blob | commitdiff | diff to current |
1993-10-09 |
Jim Meyering | merge with 3.8.3e |
blob | commitdiff | diff to current |
1993-10-08 |
Jim Meyering | merge with 3.8.3d |
blob | commitdiff | diff to current |
1993-10-06 |
Jim Meyering | merge with 3.8.3b FILEUTILS-3_8_3b |
blob | commitdiff | diff to current |
1993-10-06 |
Jim Meyering | merge with 3.8.3a |
blob | commitdiff | diff to current |
1993-08-05 |
Jim Meyering | merge with 3.8.1 |
blob | commitdiff | diff to current |
1993-05-22 |
Jim Meyering | merge with 3.5.5 |
blob | commitdiff | diff to current |
1993-04-05 |
Jim Meyering | Add `case 0' to getopt_long switch. |
blob | commitdiff | diff to current |
1993-04-04 |
Jim Meyering | (usage): Mention --help and --version. |
blob | commitdiff | diff to current |
1993-04-02 |
Jim Meyering | Add --help and --version options. |
blob | commitdiff | diff to current |
1993-04-01 |
Jim Meyering | Define isascii macro to be 1 also if STDC_HEADERS. |
blob | commitdiff | diff to current |
1992-12-08 |
Jim Meyering | (change_file_group): Define ISDIGIT and use it instead... |
blob | commitdiff | diff to current |
next |