1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-04 20:12:50 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Jim Meyering
818d29db9b Call error with EXIT_FAILURE (rather than `1') as first actual parameter. 1996-03-24 16:59:11 +00:00
Jim Meyering
47f70113d4 Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1.
This doesn't change `error (1' calls.
1996-03-24 14:58:01 +00:00
Jim Meyering
adb7c216b2 (main): Declare to be of type int, not void. 1996-03-21 22:41:04 +00:00
Jim Meyering
4229a555fc Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
1996-03-16 22:30:54 +00:00
Jim Meyering
715765a548 (main): Initialize for internationalized message support: call setlocale,
bindtextdomain, and textdomain.
1996-03-09 20:19:13 +00:00
Jim Meyering
7956c15081 s/non-zero/nonzero/g 1995-11-27 03:09:18 +00:00
Jim Meyering
768f92072f (main): Move function body to end of file.
Remove forward dcls and protoize.
1995-10-29 20:05:29 +00:00
Jim Meyering
92c50e7f52 Annotate localizable strings with _(...). From Franc,ois. 1995-08-07 14:57:29 +00:00
Jim Meyering
4c9e84124c [CLOSED, ENDLIST]: Don't cast constants to FILE pointers.
Instead, declare two FILE structs and use their addresses.
1995-05-20 11:47:31 +00:00
Jim Meyering
7cdc7a0bd9 (usage): Include one- or two-line synopsis in --help output.
From Karl Berry.
1995-05-13 18:34:54 +00:00
Jim Meyering
7323b7d9f2 Include "error.h" instead of simply declaring `void error ();'. 1994-12-16 05:42:47 +00:00
Jim Meyering
544baf5482 merge with 1.9.1h 1994-10-19 03:39:33 +00:00
Jim Meyering
85842e28eb . 1994-04-13 17:12:17 +00:00
Jim Meyering
8bf5a6ed18 . 1994-03-25 23:38:00 +00:00
Jim Meyering
3bc2827212 merge with 1.8h 1993-10-24 20:00:39 +00:00
Jim Meyering
b869639f46 merge with 1.8d+ 1993-10-23 15:37:19 +00:00
Jim Meyering
d1df8c198d merge with 1.8d 1993-10-21 22:08:53 +00:00
Jim Meyering
df1e389479 merge with 1.8c 1993-10-21 17:19:34 +00:00
Jim Meyering
712109716a merge with 1.8a 1993-10-05 18:29:39 +00:00
Jim Meyering
6587c39b3a merge with 1.5.2 1993-05-22 05:06:39 +00:00
Jim Meyering
2ff4fc1672 add --version and --help 1993-04-29 05:26:22 +00:00
Jim Meyering
eb3a2516db Convert static declarations of struct option to use new macros from
getopt.h: no_argument, required_argument, and optional_argument.
1992-12-02 18:31:56 +00:00
Jim Meyering
750bb6aa69 Merged in changes for 1.3.5. 1992-11-19 21:03:49 +00:00
Jim Meyering
925487607c Declared lots of external functions and variables static.
Made several statically-initialized arrays `const'
1992-11-08 20:19:58 +00:00
Jim Meyering
b25038ce9a Initial revision 1992-11-08 02:50:43 +00:00