2006-06-22 |
Jim Meyering | * src/tee.c (tee_files): Rename from tee, to avoid... |
blob | commitdiff |
2005-07-11 |
Paul Eggert | (tee): Avoid setmode; use POSIX-specified routines... |
blob | commitdiff | diff to current |
2005-07-09 |
Paul Eggert | Don't include stdio.h; no longer needed. |
blob | commitdiff | diff to current |
2005-07-03 |
Paul Eggert | Include stdio--.h, not stdio-safer.h. |
blob | commitdiff | diff to current |
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-04-11 |
Paul Eggert | Include stdio-safer.h. |
blob | commitdiff | diff to current |
2005-04-05 |
Jim Meyering | (tee): When closing files, do not close stdout, |
blob | commitdiff | diff to current |
2004-09-21 |
Paul Eggert | Remove unused "case 0". |
blob | commitdiff | diff to current |
2004-08-10 |
Paul Eggert | (usage, tee): "tee -" writes to standard output, not |
blob | commitdiff | diff to current |
2004-08-03 |
Paul Eggert | (tee, append, ignore_interrupts, main, tee): |
blob | commitdiff | diff to current |
2004-04-21 |
Jim Meyering | (main): Do not ignore SIGPIPE, as POSIX 1003.1-2001 |
blob | commitdiff | diff to current |
2004-04-20 |
Jim Meyering | (main) [!defined _POSIX_SOURCE]: |
blob | commitdiff | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | diff to current |
2004-01-04 |
Jim Meyering | (tee): Use xnmalloc rather than xmalloc. |
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-23 |
Jim Meyering | (tee): Adjust fwrite arguments so that the return |
blob | commitdiff | diff to current |
2003-09-22 |
Jim Meyering | (tee): Once a write failure has occurred, don't bother |
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-04-11 |
Jim Meyering | Remove anachronistic casts of xmalloc, |
blob | commitdiff | diff to current |
2002-12-15 |
Jim Meyering | Remove all uses of `PARAMS'. |
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-08-25 |
Jim Meyering | (main): Close STDIN_FILENO rather than a literal `0'. |
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-15 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-08-31 |
Jim Meyering | (full_write): Remove decl; not needed. |
blob | commitdiff | diff to current |
2001-08-14 |
Jim Meyering | (AUTHORS): Mark string for translation, since it contai... |
blob | commitdiff | diff to current |
2000-08-14 |
Jim Meyering | remove incorrect FIXME comment. |
blob | commitdiff | diff to current |
2000-08-01 |
Jim Meyering | (tee): Use SET_BINARY and SET_BINARY2. |
blob | commitdiff | diff to current |
2000-05-07 |
Jim Meyering | Include "closeout.h". |
blob | commitdiff | diff to current |
1999-07-26 |
Jim Meyering | (tee): Convert from open/fds to using fopen/streams for |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | No longer include long-options.h. |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | (PROGRAM_NAME, AUTHORS): Define and use. |
blob | commitdiff | diff to current |
1999-03-06 |
Jim Meyering | Include long-options.h. |
blob | commitdiff | diff to current |
1999-01-25 |
Jim Meyering | (usage): Remove static attribute. |
blob | commitdiff | diff to current |
1999-01-14 |
Jim Meyering | Include closeout.h. (main): Use close_stdout. |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-12-21 |
Jim Meyering | s/__P/PARAMS/ |
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-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-29 |
Jim Meyering | (main): Ignore SIGPIPE. |
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-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-06 |
Jim Meyering | Protoize and __P-protect forward dcls. |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
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-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-25 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-09-24 |
Jim Meyering | (main, tee): More const dcls and casting. |
blob | commitdiff | diff to current |
1994-04-20 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-02-01 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-01-03 |
Jim Meyering | merge with 1.9.2c |
blob | commitdiff | diff to current |
1993-12-28 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1993-12-28 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1993-12-28 |
Jim Meyering | who.c |
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-10-04 |
Jim Meyering | merge with 1.8.1a |
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-12 |
Jim Meyering | all files: make most variables static and const when... |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Make still more file-scope variables `static'. |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Initial revision |
blob | commitdiff | diff to current |
|