summaryrefslogtreecommitdiff
path: root/src/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-151-5/+5
* (usage): Don't call close_stdout_status directly,Jim Meyering2000-05-111-3/+3
* (main): Warn about arguments, don't fail.Jim Meyering2000-05-061-2/+3
* No longer include long-options.h.Jim Meyering1999-03-311-4/+6
* (PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1999-03-311-2/+7
* Include long-options.h.Jim Meyering1999-03-061-17/+4
* (usage): Remove static attribute.Jim Meyering1999-01-251-23/+21
* Include closeout.h. (main): Use close_stdout_status.Jim Meyering1999-01-141-3/+3
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* revert back to using lower case _unlocked wrapper namesJim Meyering1998-06-291-1/+1
* Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1998-06-291-1/+1
* s/__P/PARAMS/Jim Meyering1997-12-211-1/+1
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1997-02-011-1/+1
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-051-1/+1
* (usage): Tell where to report bugs.Jim Meyering1996-09-021-0/+1
* update Copyright years for 1996Jim Meyering1996-04-241-1/+1
* Update FSF's address.Jim Meyering1996-03-241-2/+2
* (main): Declare to be of type int, not void.Jim Meyering1996-03-211-1/+1
* Don't include version.h.Jim Meyering1996-03-161-2/+1
* (main): Initialize for internationalized message support:Jim Meyering1996-03-121-0/+4
* Protoize and __P-protect forward dcls.Jim Meyering1996-01-061-6/+3
* s/non-zero/nonzero/gJim Meyering1995-11-271-2/+2
* Annotate localizable strings with _(...). From Franc,ois.Jim Meyering1995-08-081-6/+6
* (usage): Add one- and two-line descriptions to --help output.Jim Meyering1995-05-151-0/+1
* add 1995 to Copyright datesJim Meyering1995-03-091-1/+1
* * src/*.c: Include "error.h" instead of simply declaringJim Meyering1994-12-201-2/+1
* .Jim Meyering1994-10-011-3/+0
* merge with 1.10n2Jim Meyering1994-09-271-7/+0
* .Jim Meyering1994-04-201-1/+1
* .Jim Meyering1994-02-011-1/+1
* merge with 1.8.1iJim Meyering1993-10-261-8/+4
* merge with 1.8.1hJim Meyering1993-10-241-1/+1
* merge with 1.8.1gJim Meyering1993-10-171-7/+23
* merge with 1.8.1dJim Meyering1993-10-121-0/+11
* merge with 1.8.1bJim Meyering1993-10-121-3/+32
* merge with 1.8.1 + partial --version and --helpJim Meyering1993-09-081-1/+1
* Convert static declarations of struct option to use new macros fromJim Meyering1992-12-021-2/+2
* all files: make most variables static and const when possible.Jim Meyering1992-11-121-3/+3
* Make still more file-scope variables `static'.Jim Meyering1992-11-011-2/+2
* Initial revisionJim Meyering1992-11-011-0/+88