Jim Meyering
74ca57dfe8
.
1996-03-31 22:31:30 +00:00
Jim Meyering
91aab55475
.
1996-03-31 17:20:34 +00:00
Jim Meyering
fa9c4632bb
.
1996-03-31 17:20:02 +00:00
Jim Meyering
3d1c60aba7
.
1996-03-31 17:19:06 +00:00
Jim Meyering
399abab9bc
(quote_filename): Use ISGRAPH and ISPRINT in place of
...
ASCII-centric tests against literals.
(length_of_file_name_and_frills): Likewise.
1996-03-31 17:18:28 +00:00
Jim Meyering
908040f25e
Rip out color support.
1996-03-31 14:22:12 +00:00
Jim Meyering
ac906fde2f
update from FSF:/home/gd/gnu/lib
1996-03-30 14:26:16 +00:00
Jim Meyering
57dcd53d86
Update from libc.
SH-UTILS-1_12g
1996-03-30 12:39:36 +00:00
Jim Meyering
45479ef311
Upgrade from gettext-0.10.10.
1996-03-30 12:19:38 +00:00
Jim Meyering
21fb4595e6
.
1996-03-30 04:18:13 +00:00
Jim Meyering
43c812bc6a
.
SH-UTILS-1_12f
1996-03-29 16:14:36 +00:00
Jim Meyering
86110845b2
.
SH-UTILS-1_12e
1996-03-29 05:47:21 +00:00
Jim Meyering
f9045181fd
.
1996-03-29 05:45:25 +00:00
Jim Meyering
850ad58630
.
1996-03-29 05:01:14 +00:00
Jim Meyering
a95c870766
.
1996-03-29 05:00:05 +00:00
Jim Meyering
56d806cf6f
.
1996-03-29 04:54:45 +00:00
Jim Meyering
c2efd628df
.
1996-03-29 04:53:57 +00:00
Jim Meyering
5eceb4fed1
.
1996-03-28 06:19:37 +00:00
Jim Meyering
38457c3dac
.
1996-03-28 06:18:24 +00:00
Jim Meyering
fee163dd57
Move usage to precede main.
...
Say `too few arguments' if that's why we display usage.
Protoize.
Include error.h.
Update copyright.
1996-03-28 06:17:34 +00:00
Jim Meyering
f954f74302
.
1996-03-28 06:14:59 +00:00
Jim Meyering
0271d97259
from Roland
1996-03-28 05:42:56 +00:00
Jim Meyering
9cb8617078
.
1996-03-28 05:35:48 +00:00
Jim Meyering
7c5f9f7faa
(cksum): Use format "%lu %ld" (instead of "%10lu %8ld")
...
to be POSIX compliant. From Stephen Gildea <gildea@x.org >.
1996-03-28 05:35:31 +00:00
Jim Meyering
053855b040
.
1996-03-26 05:46:05 +00:00
Jim Meyering
a5b5719d3b
Document and example --rfc.
...
Document %z and %Z.
1996-03-26 05:44:03 +00:00
Jim Meyering
01b69091e2
.
1996-03-24 18:50:47 +00:00
Jim Meyering
d30fa5d58e
.
1996-03-24 18:49:38 +00:00
Jim Meyering
b54cd94fe7
.
1996-03-24 18:48:25 +00:00
Jim Meyering
5de0b392f2
Update FSF's address.
1996-03-24 18:47:09 +00:00
Jim Meyering
3613700a38
Update FSF's address.
1996-03-24 18:40:53 +00:00
Jim Meyering
318a497768
Update FSF's address.
1996-03-24 18:33:12 +00:00
Jim Meyering
7b428cdeda
.
1996-03-24 18:23:44 +00:00
Jim Meyering
b28595b502
.
1996-03-24 18:20:25 +00:00
Jim Meyering
f9714aa24d
Include xstrtod.h.
...
(scan_double_arg): Use xstrtod rather than strtod directly.
1996-03-24 18:16:10 +00:00
Jim Meyering
a9ff449aa6
.
1996-03-24 18:13:56 +00:00
Jim Meyering
236c02759b
Make parameters const where appropriate.
...
Rename global FROM to START.
(print_numbers): Rewrite loops to avoid incrementing. Instead,
use `x = first + i * increment' paradigm. Otherwise, with inexact
increment, you could miss the last value.
1996-03-24 17:50:09 +00:00
Jim Meyering
777948e773
Protoize and reorder functions.
1996-03-24 17:43:41 +00:00
Jim Meyering
6e45576dd6
(main): Reformat if-block a little.
...
Declare index I to be of type size_t to avoid warning from gcc -Wall.
1996-03-24 17:21:40 +00:00
Jim Meyering
2bc35b0348
.
1996-03-24 16:59:29 +00:00
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
2fa0c16e5e
.
1996-03-24 05:15:00 +00:00
Jim Meyering
8060afb088
.
1996-03-24 02:31:39 +00:00
Jim Meyering
a1bc39d130
.
1996-03-24 02:26:30 +00:00
Jim Meyering
e6fae6c23f
[SORT_FAILURE]: New macro.
...
Be careful to exit with 1 only when -c is used and the
input is not properly sorted. In all other cases, use
SORT_FAILURE as required by POSIX.
(main): Change some `error (1, ...' to use SORT_FAILURE.
Upon successful termination, exit with EXIT_SUCCESS instead of `0'.
Replace all uses of `2' (as exit code) with SORT_FAILURE.
1996-03-24 02:26:21 +00:00
Jim Meyering
adb160df0f
.
1996-03-24 02:20:06 +00:00
Jim Meyering
74a776f9ae
.
1996-03-24 02:19:39 +00:00
Jim Meyering
12ea18c68d
.
1996-03-24 02:19:31 +00:00
Jim Meyering
f870ecb4a6
.
1996-03-22 04:57:19 +00:00