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-09-28 |
Jim Meyering | Fix things so `mkdir -p' can create very deep directori... |
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-02 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | (usage): Note that ``Mandatory arguments to long option... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | Split usage strings so that --help and --version |
blob | commitdiff | diff to current |
2001-09-15 |
Jim Meyering | (main): Don't strip trailing slashes; POSIX doesn't... |
blob | commitdiff | diff to current |
2001-05-12 |
Jim Meyering | (strip_trailing_slashes): Remove declaration; now in... |
blob | commitdiff | diff to current |
2001-02-21 |
Jim Meyering | (main): Remove assignment-in-if-expression. |
blob | commitdiff | diff to current |
2000-12-02 |
Jim Meyering | (main): Remove any trailing slash unconditionally. |
blob | commitdiff | diff to current |
2000-11-18 |
Jim Meyering | (main): When failing to create a directory, give only |
blob | commitdiff | diff to current |
2000-11-18 |
Jim Meyering | (main): With --parents, remove any trailing slashes |
blob | commitdiff | diff to current |
2000-11-09 |
Jim Meyering | Do not set the permissions of the final directory |
blob | commitdiff | diff to current |
2000-11-05 |
Jim Meyering | (main): Use make_dir instead of using mkdir directly. |
blob | commitdiff | diff to current |
2000-11-01 |
Jim Meyering | remove const attribute for PARENTS FILEUTILS-4_0_30 |
blob | commitdiff | diff to current |
2000-11-01 |
Jim Meyering | Fix bad typo! free the string, PARENTS, not the functi... |
blob | commitdiff | diff to current |
2000-10-31 |
Jim Meyering | `mkdir -p' would create parent directories with permissions |
blob | commitdiff | diff to current |
2000-09-30 |
Jim Meyering | (main): Rename local `symbolic_mode' to `specified_mode'. |
blob | commitdiff | diff to current |
2000-09-30 |
Jim Meyering | (main): Don't set the umask to 0 and hand-apply |
blob | commitdiff | diff to current |
2000-09-08 |
Jim Meyering | (S_IRWXUGO): Remove definition. |
blob | commitdiff | diff to current |
2000-08-08 |
Jim Meyering | (main): Invoke xalloc_die instead of printing our own... |
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-06-03 |
Jim Meyering | Allow -v as synonym for --verbose, to be consistent... |
blob | commitdiff | diff to current |
2000-05-13 |
Jim Meyering | Arrange to call close_stdout only upon exit. |
blob | commitdiff | diff to current |
2000-04-26 |
Jim Meyering | Rename global: s/path_mode/create_parents/. |
blob | commitdiff | diff to current |
1999-11-17 |
Jim Meyering | (S_IRWXUGO): Define if necessary. |
blob | commitdiff | diff to current |
1999-05-07 |
Jim Meyering | (main): Use better wording in diagnostic: `cannot |
blob | commitdiff | diff to current |
1999-04-26 |
Jim Meyering | (main): Use proper mode_t types and macros. |
blob | commitdiff | diff to current |
1999-04-01 |
Jim Meyering | (main): Qualify a char* with the `const' keyword. |
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 | No longer include long-options.h. |
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-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-08-30 |
Jim Meyering | (longopts): Use corresponding short-option character |
blob | commitdiff | diff to current |
1998-01-04 |
Jim Meyering | (main, usage): Check for write error to stdout before... |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
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-04-25 |
Jim Meyering | (main): Use verbose_fmt_string, not string literal in |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-04-13 |
Jim Meyering | (main): Add new option: --verbose. |
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 |
1996-03-12 |
Jim Meyering | (main): Initialize for internationalized message suppor... |
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-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-03-10 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1994-12-27 |
Jim Meyering | Include "error.h" rather than simply declaring `void... |
blob | commitdiff | diff to current |
1994-11-04 |
Jim Meyering | Update calls to make_path. |
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 |
1993-10-26 |
Jim Meyering | merge with 3.9a |
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-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 |
1992-12-02 |
Jim Meyering | Convert static declarations of struct option to use... |
blob | commitdiff | diff to current |
1992-11-09 |
Jim Meyering | Declared lots of external functions and variables static. |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Give most file-scope variables the static attribute. |
blob | commitdiff | diff to current |
1992-10-31 |
Jim Meyering | Initial revision |
blob | commitdiff | diff to current |
|