Jim Meyering
d0909b6911
(print_uptime): Change #ifdef guard on getloadavg
...
call from just HAVE_GETLOADAVG to HAVE_GETLOADAVG || C_GETLOADAVG.
From Kaveh R. Ghazi.
1996-10-12 04:17:25 +00:00
Jim Meyering
2dc3ad1a76
(usage): Improve brief descriptions of --sort and --time.
...
From François Pinard.
1996-10-09 12:24:26 +00:00
Jim Meyering
8573fc6ac9
(usage): Improve diagnostic
1996-10-08 04:37:19 +00:00
Jim Meyering
d4cf394f30
(usage): Improve usage messages
1996-10-08 04:35:19 +00:00
Jim Meyering
7c17502e74
(print_long_format): Add support for Cray's migrated dmf files.
...
From Johan Danielsson.
1996-10-05 20:17:09 +00:00
Jim Meyering
c5de1e3532
(main): update --version output to conform to coding standard
1996-10-05 18:04:52 +00:00
Jim Meyering
a13e04ed9d
fix --version output
1996-10-05 17:12:55 +00:00
Jim Meyering
f04044ed86
(main): update --version output to conform to coding standard
1996-10-05 16:37:57 +00:00
Jim Meyering
4f28f318d8
(main): update --version output to conform to coding standard
1996-10-05 13:14:11 +00:00
Jim Meyering
2c035a7cfd
(main): update --version output again
1996-10-04 04:28:35 +00:00
Jim Meyering
be4153d2a8
(main): Remove dead code that used to print --version output.
1996-10-04 04:28:28 +00:00
Jim Meyering
630b771f1b
(main): update --version output again
1996-10-04 04:25:46 +00:00
Jim Meyering
de05a873ec
(main): update --version output to conform to coding standard
1996-10-04 04:16:01 +00:00
Jim Meyering
3361bd2bca
(main): update --version output to conform to coding standard
1996-10-04 04:15:08 +00:00
Jim Meyering
a3edb3f940
(usage): Deprecate --print-data-base even though
...
that's the way GNU make writes it. `database' is one word.
Add description of FILE argument.
1996-10-03 02:45:59 +00:00
Jim Meyering
39c406f18a
.
1996-10-01 01:10:54 +00:00
Jim Meyering
96cdeb978e
(do_copy): Give better error message when copying multiple
...
files and the last one is not a directory. From Karl Berry.
Call error (0, 0, ... then usage (1) -- instead of calling usage
with two arguments.
1996-09-30 03:04:54 +00:00
Jim Meyering
e666e3459e
.
1996-09-28 18:51:37 +00:00
Jim Meyering
d7477dbf0c
(usage): Remove references in --help output to
...
the now-deprecated --string option. Support for it will be
removed soon.
1996-09-27 02:09:57 +00:00
Jim Meyering
85cddd3119
(keycompare): Declare translate to be unsigned char *.
...
Otherwise, sign extension caused misordering when using e.g. -f.
1996-09-23 03:02:04 +00:00
Jim Meyering
eaa41b023f
(xstrndup): Use message that's the same as the one
...
you get from e.g., xmalloc. Reported by Santiago Vila.
1996-09-21 15:23:35 +00:00
Jim Meyering
9cde1990ab
(do_copy): Describe in a little *more* detail the code
...
that makes `cp non-directory file/' (eventually) fail.
1996-09-10 03:09:31 +00:00
Jim Meyering
3fc07d456b
(do_copy): Describe in a little more detail the code
...
that makes `cp non-directory file/' (eventually) fail.
1996-09-10 03:05:15 +00:00
Jim Meyering
85219ddf0f
(usage): Refer to LS_COLORS, not LS_COLOR.
...
From Santiago Vila Doncel.
1996-09-08 22:00:35 +00:00
Jim Meyering
4526777121
(do_copy): Set backup_type to `none' only *after*
...
calling to find_backup_file_name. Reported by Eli Zaretskii.
1996-09-08 17:55:24 +00:00
Jim Meyering
139408f867
Add comments re ctype IS* macros.
1996-09-07 17:50:05 +00:00
Jim Meyering
a5be9924f2
(check_punctuation): Use ISPUNCT instead of ispunct.
...
(get_line): Use ISSPACE instead of isspace.
1996-09-07 17:27:25 +00:00
Jim Meyering
71066e34b9
(main): Don't set verbose flag for --changes.
...
(change_file_mode): If chmod succeeds and --changes was given,
give a diagnostic describing the new permissions.
Reported by Philippe Schnoebelen (phs@fing.edu.uy ).
1996-09-06 03:00:56 +00:00
Jim Meyering
63a48d0278
(do_copy): When concatenating DEST (with a trailing `/') and the basename
...
part of non-directory SOURCE, don't add a slash between them.
1996-09-05 23:19:33 +00:00
Jim Meyering
e9d17da073
(usage): Tell where to report bugs.
1996-09-02 15:52:45 +00:00
Jim Meyering
c609ba2d13
(usage): Tell where to report bugs.
1996-09-02 15:34:25 +00:00
Jim Meyering
bfe2a56ac6
(utime_now): Protoize.
...
Reported by David S. Miller (davem@caip.rutgers.edu ).
1996-08-31 23:49:29 +00:00
Jim Meyering
c9fff51897
(usage): remove spurious trailing \n in puts.
1996-08-31 04:44:31 +00:00
Jim Meyering
7e294bac78
(usage): Tell where to report bugs.
1996-08-29 05:05:57 +00:00
Jim Meyering
41e757beb6
(cat): Cast first arg to stpcpy to char*.
1996-08-24 19:28:27 +00:00
Jim Meyering
0ba429223d
Include path-concat.h.
...
(do_copy): Check path_concat return value.
(path_concat): Remove function.
1996-08-19 02:09:23 +00:00
Jim Meyering
7d234bb98e
Include path-concat.h.
...
(movefile): Use path_concat instead of open-coding its functionality.
Declare pointer parameters const as appropriate.
1996-08-19 02:09:07 +00:00
Jim Meyering
1ddf714c24
(parse_group): Fail when given an invalid group name.
...
Reported as Debian Bug#4119 via Erick Branderhorst (branderh@IAEhv.nl ).
Declare pointer parameters const as appropriate.
1996-08-17 03:13:46 +00:00
Jim Meyering
7532e57941
(main): Allow `+' in options like -+8 and -+13.
1996-08-04 14:15:25 +00:00
Jim Meyering
5b8cad3534
(main): Set minus_flag to zero in two places.
...
Otherwise, `nice --1 -3' would mistakenly do the equivalent of `nice --3'.
Thanks to Eric Backus <ericb@lsid.hp.com > for the test cases.
1996-08-03 04:23:43 +00:00
Jim Meyering
c87d06546a
(print_uptime) [HAVE_PROC_UPTIME]: Read from /proc/uptime.
...
From Ulrich Drepper.
1996-08-03 02:49:34 +00:00
Jim Meyering
d5aa78b540
(ST_NBLOCKS) [_CRAY]: Special case for Cray.
...
From by Johan Danielsson.
1996-08-02 03:25:39 +00:00
Jim Meyering
b10f778bf5
[LINK_TYPE]: Remove macro. NLS messages aren't
...
extracted from macros.
(link_type_string): New global variable to be used instead of
LINK_TYPE.
(main): Set it here.
(do_link): Use it (instead of macro) here.
1996-08-01 04:42:08 +00:00
Jim Meyering
d660831c5a
(DO_CHOWN): New macro -- derived from code in copy.
...
(copy): Use DO_CHOWN to assure that any newly-created symbolic
links have proper owner and group.
1996-07-31 04:39:25 +00:00
Jim Meyering
6932ade12e
(bindtextdomain) [!ENABLE_NLS]: Undefine to avoid
...
redefinition warnings on solaris.
(textdomain) [!ENABLE_NLS]: Likewise.
1996-07-27 22:29:01 +00:00
Jim Meyering
b294dd43a1
(unexpand): Move EOF check to follow code that
...
processes and generates output for pending spaces.
Before `printf ' ' |unexpand -t 1,2' generated no output.
1996-07-26 04:31:29 +00:00
Jim Meyering
7ce576ff06
(md5_check): Remove parameter, BINARY.
...
Rename local TYPE_FLAG to BINARY, so md5_file uses the binary mode
from the input stream rather than the one from the command line.
(main): Fail with a diagnostic if --binary or --text is specified
when verifying checksums.
Reported by Eli Zaretskii <eliz@is.elta.co.il >.
1996-07-26 04:11:21 +00:00
Jim Meyering
981f5ba012
(main): Fix typo in getopt_long string: s/n/h/.
...
Reported by Ken Pizzini.
1996-07-26 02:11:34 +00:00
Jim Meyering
0e180c8f19
(usage): Remove -h. It is not an option.
...
Reported by Ulrich Drepper.
1996-07-25 03:25:32 +00:00
Jim Meyering
63dece38a1
(usage): Correct typo (-iucl -> -iuclc) in usage message.
...
From Thomas Olsson <d95to@efd.lth.se >.
1996-07-21 14:51:02 +00:00