Jim Meyering
|
6bcd4b08ba
|
(main): Call initialize_main.
|
2003-06-17 18:13:23 +00:00 |
|
Jim Meyering
|
2033d5e885
|
Include error.h after system.h, not before.
|
2003-04-11 11:42:39 +00:00 |
|
Jim Meyering
|
4006f4e672
|
Change exit (0)' to exit (EXIT_SUCCESS)',
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
|
2002-08-31 08:52:10 +00:00 |
|
Jim Meyering
|
2ee11887cd
|
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
|
2002-07-02 09:09:10 +00:00 |
|
Jim Meyering
|
2fae9e5d26
|
Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
|
2001-12-15 20:46:30 +00:00 |
|
Jim Meyering
|
9e1b4e382a
|
(usage): Indent --help and --version strings to start in the 7th column.
|
2001-11-25 14:46:05 +00:00 |
|
Jim Meyering
|
55b181511c
|
(usage): Add a separate usage line, just for `OPTION'.
|
2000-09-29 21:40:38 +00:00 |
|
Jim Meyering
|
70e5178bde
|
(usage): Don't call close_stdout directly, since that
didn't cover --version output.
(main): Arrange to call close_stdout via atexit, instead.
|
2000-05-11 07:21:33 +00:00 |
|
Jim Meyering
|
e1133c7a28
|
Include "closeout.h".
(usage): Call close_stdout just before exit.
|
2000-05-07 14:41:19 +00:00 |
|
Jim Meyering
|
9a7f0b1542
|
tweak comment
|
2000-04-30 16:19:57 +00:00 |
|
Jim Meyering
|
9a909400ba
|
Detect and terminate upon write failure.
|
2000-04-30 16:19:06 +00:00 |
|
Jim Meyering
|
39090114f0
|
(PROGRAM_NAME, AUTHORS): Define and use.
|
1999-03-31 04:11:35 +00:00 |
|
Jim Meyering
|
ff743d5451
|
(main): Include author name argument in call to parse_long_options.
|
1999-03-04 14:02:14 +00:00 |
|
Jim Meyering
|
df7b9c808b
|
update copyright dates
|
1999-02-16 04:17:15 +00:00 |
|
Jim Meyering
|
276d118b10
|
(usage): Remove static attribute.
|
1999-01-25 14:33:38 +00:00 |
|
Jim Meyering
|
24a8bf2d3e
|
update bug-reporting address
|
1998-09-19 17:32:35 +00:00 |
|
Jim Meyering
|
f3c14cb59f
|
revert back to using lower case _unlocked wrapper names
|
1998-06-29 16:24:01 +00:00 |
|
Jim Meyering
|
c5eb9edf26
|
Change all uses of unlocked-wrapped functions to their upper case wrapper names.
|
1998-06-29 02:13:21 +00:00 |
|
Jim Meyering
|
5db3c9bdb4
|
update bug-reporting address
|
1997-10-07 23:51:39 +00:00 |
|
Jim Meyering
|
4d09de4e63
|
(main): Call parse_long_options only if POSIXLY_CORRECT
is *not* set. Reported by Frank T Lofaro.
|
1997-09-17 13:04:31 +00:00 |
|
Jim Meyering
|
7eb03c4372
|
update copyrights for 1997
|
1997-02-09 04:54:16 +00:00 |
|
Jim Meyering
|
899a90bfd9
|
bracket bug address with <> and append a period
|
1997-02-01 04:23:31 +00:00 |
|
Jim Meyering
|
5582e6dad3
|
change bug-reporting address
|
1996-11-03 03:16:27 +00:00 |
|
Jim Meyering
|
b8e689dc67
|
change bug-reporting address
|
1996-11-02 20:44:15 +00:00 |
|
Jim Meyering
|
f04044ed86
|
(main): update --version output to conform to coding standard
|
1996-10-05 16:37:57 +00:00 |
|
Jim Meyering
|
e9d17da073
|
(usage): Tell where to report bugs.
|
1996-09-02 15:52:45 +00:00 |
|
Jim Meyering
|
88db35dd77
|
Include <sys/types.h> before system.h.
|
1996-07-18 04:14:19 +00:00 |
|
Jim Meyering
|
e6eece1575
|
update Copyright years for 1996
|
1996-04-24 04:45:54 +00:00 |
|
Jim Meyering
|
78273e9d23
|
(main): Declare to return int, not void.
|
1996-04-24 03:24:54 +00:00 |
|
Jim Meyering
|
318a497768
|
Update FSF's address.
|
1996-03-24 18:33:12 +00:00 |
|
Jim Meyering
|
3ee97d4d5b
|
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
|
1996-03-16 16:14:26 +00:00 |
|
Jim Meyering
|
6fc4ae7a28
|
(main): Initialize for internationalized message support:
call setlocale, bindtextdomain, and textdomain.
|
1996-03-12 23:49:29 +00:00 |
|
Jim Meyering
|
53398947a1
|
Protoize and __P-protect forward dcls.
|
1996-01-06 11:44:05 +00:00 |
|
Jim Meyering
|
a6fdb5b75d
|
Include system.h.
|
1995-08-09 03:57:17 +00:00 |
|
Jim Meyering
|
f0556f3517
|
Annotate localizable strings with _(...). From Franc,ois.
|
1995-08-08 04:37:34 +00:00 |
|
Jim Meyering
|
635b1b5b6e
|
(usage): Add one- and two-line descriptions to --help output.
From Karl.
|
1995-05-15 04:53:56 +00:00 |
|
Jim Meyering
|
0d6850348c
|
add 1995 to Copyright dates
|
1995-03-09 22:33:05 +00:00 |
|
Jim Meyering
|
ec90359f34
|
.
|
1994-10-01 02:52:05 +00:00 |
|
Jim Meyering
|
0a0800fe25
|
merge with 1.10n2
|
1994-09-27 22:02:00 +00:00 |
|
Jim Meyering
|
7a3fb2d7ad
|
.
|
1994-06-20 14:14:34 +00:00 |
|
Jim Meyering
|
f770080426
|
.
|
1994-04-28 16:53:41 +00:00 |
|
Jim Meyering
|
f1e3280296
|
.
|
1994-04-19 00:45:54 +00:00 |
|
Jim Meyering
|
75a474834b
|
.
|
1994-02-01 14:11:50 +00:00 |
|
Jim Meyering
|
ccbd1d7dc5
|
Initial revision
|
1992-11-01 05:44:29 +00:00 |
|