2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff |
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-05-10 |
Jim Meyering | (main): Handle argc == 0. |
blob | commitdiff | diff to current |
2003-04-21 |
Jim Meyering | (print_esc): Tweak spelling of new variable. |
blob | commitdiff | diff to current |
2003-04-21 |
Jim Meyering | Fix printf POSIX compatibility bug reported by Ben... |
blob | commitdiff | diff to current |
2003-03-27 |
Jim Meyering | Fix buffer overrun problem reported by TAKAI Kousuke... |
blob | commitdiff | diff to current |
2003-03-11 |
Jim Meyering | Don't segfault for a negative field width or precision... |
blob | commitdiff | diff to current |
2003-03-05 |
Jim Meyering | (print_esc): Remove pointless comparison of unsigned |
blob | commitdiff | diff to current |
2002-11-06 |
Jim Meyering | (usage): Update description. |
blob | commitdiff | diff to current |
2002-11-06 |
Jim Meyering | (print_esc): Hexadecimal \xhh escapes may have |
blob | commitdiff | diff to current |
2002-09-13 |
Jim Meyering | (main): Handle leading command line argument of `--'. |
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 |
2002-02-11 |
Jim Meyering | From Bruno Haible |
blob | commitdiff | diff to current |
2001-12-15 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-11-25 |
Jim Meyering | (usage): Indent --help and --version strings to start... |
blob | commitdiff | diff to current |
2001-09-17 |
Jim Meyering | (main): Change the `ignoring excess arguments' diagnostic |
blob | commitdiff | diff to current |
2001-08-07 |
Jim Meyering | (cfcc_msg): Remove now-inaccurate part of comment. |
blob | commitdiff | diff to current |
2000-05-07 |
Jim Meyering | Include "closeout.h". |
blob | commitdiff | diff to current |
2000-05-05 |
Jim Meyering | Exit nonzero upon write failure. |
blob | commitdiff | diff to current |
2000-03-04 |
Jim Meyering | Include "unicodeio.h". |
blob | commitdiff | diff to current |
1999-04-06 |
Jim Meyering | split long line |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | (PROGRAM_NAME, AUTHORS): Define and use. |
blob | commitdiff | diff to current |
1999-03-04 |
Jim Meyering | (main): Include author name argument in call to parse_l... |
blob | commitdiff | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | diff to current |
1999-01-25 |
Jim Meyering | (usage): Remove static attribute. |
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-05-16 |
Jim Meyering | add copyright |
blob | commitdiff | diff to current |
1998-05-16 |
Jim Meyering | cast for losing Solaris |
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-07-13 |
Jim Meyering | remove fixme |
blob | commitdiff | diff to current |
1997-07-02 |
Jim Meyering | (STRTOX): Convert function header in macro definition |
blob | commitdiff | diff to current |
1997-06-12 |
Jim Meyering | Add comment for posixly_correct. |
blob | commitdiff | diff to current |
1997-04-27 |
Jim Meyering | (STRTOX): Don't fail because of extra character(s)... |
blob | commitdiff | diff to current |
1997-04-27 |
Jim Meyering | (cfcc_msg): File-scope constant. |
blob | commitdiff | diff to current |
1997-04-06 |
Jim Meyering | (STRTOX): New macro to eliminate code duplication. |
blob | commitdiff | diff to current |
1997-04-06 |
Jim Meyering | Change most char* dcls to const char*. |
blob | commitdiff | diff to current |
1997-04-06 |
Jim Meyering | Reorder functions to obviate forward decls. |
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 |
1996-11-23 |
Jim Meyering | (main): Warn if excess arguments are ignored. |
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-09-02 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-05-18 |
Jim Meyering | (main): Don't recognize --help, --h, --he, --version... |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
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 support: |
blob | commitdiff | diff to current |
1996-01-07 |
Jim Meyering | (print_esc_char): Change type of argument from char... |
blob | commitdiff | diff to current |
1996-01-06 |
Jim Meyering | Protoize and __P-protect forward dcls. |
blob | commitdiff | diff to current |
1995-08-08 |
Jim Meyering | Annotate localizable strings with _(...). From Franc... |
blob | commitdiff | diff to current |
1995-05-15 |
Jim Meyering | (usage): Add one- and two-line descriptions to --help... |
blob | commitdiff | diff to current |
1995-03-09 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1994-12-20 |
Jim Meyering | * src/*.c: Include "error.h" instead of simply declaring |
blob | commitdiff | diff to current |
1994-12-04 |
Jim Meyering | Use strr?chr instead of r?index. |
blob | commitdiff | diff to current |
1994-10-01 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-09-27 |
Jim Meyering | merge with 1.10n2 |
blob | commitdiff | diff to current |
1994-09-24 |
Jim Meyering | Don't include <ctype.h> or define IS* macros since... |
blob | commitdiff | diff to current |
1994-06-20 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-04-19 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-02-01 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1993-11-20 |
Jim Meyering | merge with 1.9.1a |
blob | commitdiff | diff to current |
1993-10-26 |
Jim Meyering | merge with 1.8.1i |
blob | commitdiff | diff to current |
1993-10-24 |
Jim Meyering | merge with 1.8.1h |
blob | commitdiff | diff to current |
1993-10-17 |
Jim Meyering | merge with 1.8.1g |
blob | commitdiff | diff to current |
1993-10-12 |
Jim Meyering | merge with 1.8.1d |
blob | commitdiff | diff to current |
1993-10-12 |
Jim Meyering | merge with 1.8.1b |
blob | commitdiff | diff to current |
1993-09-08 |
Jim Meyering | merge with 1.8.1 + partial --version and --help |
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-07 |
Jim Meyering | (print_formatted, print_esc): Define ISXDIGIT and ISXDI... |
blob | commitdiff | diff to current |
1992-11-12 |
Jim Meyering | all files: make most variables static and const when... |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Make file-scope variable static. |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Initial revision |
blob | commitdiff | diff to current |
|