2005-07-11 |
Paul Eggert | (cksum): Avoid setmode; use POSIX-specified routines... |
blob | commitdiff |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | diff to current |
2005-03-06 |
Jim Meyering | Remove `register' keyword. |
blob | commitdiff | diff to current |
2004-11-17 |
Paul Eggert | (main): Use getopt_long rather than getopt. |
blob | commitdiff | diff to current |
2004-09-21 |
Paul Eggert | (main): Use getopt where it suffices, not getopt_long. |
blob | commitdiff | diff to current |
2004-09-19 |
Paul Eggert | Remove obsolete comment about POSIX 1003.2/D11.2. |
blob | commitdiff | diff to current |
2004-07-30 |
Paul Eggert | (cksum, main): Use bool when appropriate. |
blob | commitdiff | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | diff to current |
2003-11-05 |
Jim Meyering | Cast NULL to `(char *)' in call to variadic function, |
blob | commitdiff | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | revert previous change |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | Update AUTHORS definition to be a comma-separated list... |
blob | commitdiff | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2003-02-18 |
Jim Meyering | cksum would perform an extra read after encountering EOF |
blob | commitdiff | diff to current |
2002-11-05 |
Jim Meyering | (cksum): Use primitives from inttostr.h, not |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2002-06-15 |
Jim Meyering | Include <sys/types.h> before system.h. |
blob | commitdiff | diff to current |
2002-01-16 |
Jim Meyering | add 2002 to Copyright line |
blob | commitdiff | diff to current |
2002-01-16 |
Jim Meyering | tweak comment |
blob | commitdiff | diff to current |
2001-12-01 |
Jim Meyering | Reflect renaming to, and new usage of these macros: |
blob | commitdiff | diff to current |
2001-12-01 |
Jim Meyering | (usage): Use new macros, EMIT_HELP_DESCRIPTION and... |
blob | commitdiff | diff to current |
2001-11-25 |
Jim Meyering | (usage): Indent --help and --version strings to start... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | Factor out some common strings to make translation... |
blob | commitdiff | diff to current |
2001-04-22 |
Jim Meyering | Fix bugs when computing length of large files. |
blob | commitdiff | diff to current |
2001-01-17 |
Jim Meyering | (main): Use PACKAGE, not GNU_PACKAGE. |
blob | commitdiff | diff to current |
2000-05-20 |
Jim Meyering | Arrange to call close_stdout upon exit. Don't close... |
blob | commitdiff | diff to current |
2000-03-12 |
Jim Meyering | (usage): Correct --help output. |
blob | commitdiff | diff to current |
1999-08-22 |
Jim Meyering | (cksum): Constify a char*. |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Use AUTHORS in place of string in parse_long_options... |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Insert AUTHORS definition. |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Use PROGRAM_NAME in place of string in parse_long_optio... |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | define PROGRAM_NAME |
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-14 |
Jim Meyering | Don't prototype usage as static. |
blob | commitdiff | diff to current |
1999-01-01 |
Jim Meyering | (cksum) [O_BINARY]: Read redirected stdin in binary... |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | revert back to using lower case _unlocked wrapper names |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | Change all uses of unlocked-wrapped functions to their... |
blob | commitdiff | diff to current |
1998-04-12 |
Jim Meyering | Use STREQ rather than strcmp |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | indent cpp directives to reflect nesting |
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-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-04 |
Jim Meyering | (main): update --version output again |
blob | commitdiff | diff to current |
1996-10-04 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-09-02 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-03-28 |
Jim Meyering | (cksum): Use format "%lu %ld" (instead of "%10lu %8ld") |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Call error with EXIT_FAILURE (rather than `1') as first... |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather... |
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-09 |
Jim Meyering | (main): Initialize for internationalized message suppor... |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
blob | commitdiff | diff to current |
1995-09-24 |
Jim Meyering | Protoize. |
blob | commitdiff | diff to current |
1995-08-07 |
Jim Meyering | Annotate localizable strings with _(...). From Franc... |
blob | commitdiff | diff to current |
1995-06-18 |
Jim Meyering | merge with 1.12 |
blob | commitdiff | diff to current |
1995-05-13 |
Jim Meyering | (usage): Include one- or two-line synopsis in --help... |
blob | commitdiff | diff to current |
1995-03-09 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1994-12-16 |
Jim Meyering | Include "error.h" instead of simply declaring `void... |
blob | commitdiff | diff to current |
1994-10-19 |
Jim Meyering | merge with 1.9.1h |
blob | commitdiff | diff to current |
1994-04-13 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1993-10-23 |
Jim Meyering | merge with 1.8d+ |
blob | commitdiff | diff to current |
1993-10-21 |
Jim Meyering | merge with 1.8d |
blob | commitdiff | diff to current |
1993-10-05 |
Jim Meyering | merge with 1.8a |
blob | commitdiff | diff to current |
1993-05-22 |
Jim Meyering | merge with 1.5.2 |
blob | commitdiff | diff to current |
1993-04-29 |
Jim Meyering | add --version and --help |
blob | commitdiff | diff to current |
1992-11-08 |
Jim Meyering | Declared lots of external functions and variables static. |
blob | commitdiff | diff to current |
1992-11-08 |
Jim Meyering | Initial revision |
blob | commitdiff | diff to current |
|