Jim Meyering
3124a4e393
(main): Close STDIN_FILENO rather than a literal `0'.
2002-08-25 14:32:02 +00:00
Jim Meyering
91d008f619
.
2002-08-20 10:18:19 +00:00
Jim Meyering
01ac2fda31
Don't use "exec --"; it's not portable and shouldn't be needed.
2002-08-10 09:57:57 +00:00
Jim Meyering
f12b040a86
.
2002-08-09 22:13:49 +00:00
Jim Meyering
b1113d0168
(main): Don't ignore -COLUMN if it's the last option.
...
(usage): Clarify help text for the -COLUMN option.
2002-08-09 10:03:58 +00:00
Jim Meyering
4cb69e11ad
Guard inclusion of <langinfo.h> with
...
`#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'.
2002-08-08 16:36:33 +00:00
Jim Meyering
0a6e22bb95
(main): Adjust to posixtime signature change.
...
Remove unnecessary initialization.
Use localtime, not posixtm, to warn about obsolete "touch".
2002-08-07 22:04:37 +00:00
Jim Meyering
1f6174e466
(main): Adjust to posixtime signature change.
2002-08-07 22:04:01 +00:00
Jim Meyering
4ab4543c2d
.
2002-08-05 08:27:56 +00:00
Jim Meyering
a3e653fea2
*** empty log message ***
2002-08-04 13:36:39 +00:00
Jim Meyering
ca845879a4
(check-README): New target/rule.
...
(check): Depend on it.
2002-08-04 11:03:08 +00:00
Jim Meyering
cefeb81dd5
(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.
2002-08-03 16:44:33 +00:00
Jim Meyering
545c2323d4
Include hard-locale.h, xmemcoll.h.
...
(hard_LC_COLLATE): New var.
(different): Args are now char *, not const char *.
Use xmemcoll instead of memcmp to compare lines, so that
LC_COLLATE has effect. However, use memcmp if it is an
easy locale.
(check_file): Do not include newline in comparison, so that
xmemcoll has a byte to stomp on temporarily.
(main): Set hard_LC_COLLATE.
2002-08-02 14:42:37 +00:00
Jim Meyering
d2b62daff5
(run_shell): Exit with status 126 or 127 when execvp or
...
execv fails, for consistency with POSIX commands like env and nice.
2002-08-01 09:19:24 +00:00
Jim Meyering
a6005c2ba4
(main): Exit with status 126 or 127 when execvp or
...
execv fails, for consistency with POSIX commands like env and nice.
2002-08-01 08:50:19 +00:00
Jim Meyering
2a41097fd7
Change behavior to conform to POSIX 1003.1-2001:
...
- Do not adjust scheduling priority.
- Redirects stderr to stdout, if stderr is not a terminal.
- Exit status is now 126 if command was found but not invoked,
127 if nohup failed or if command was not found.
Fix bug: command was run if nohup.out wasn't writeable.
2002-08-01 08:47:33 +00:00
Jim Meyering
72c145938f
.
2002-07-29 10:54:44 +00:00
Jim Meyering
c8729cad98
Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.
...
From Paul Eggert.
2002-07-29 08:40:10 +00:00
Jim Meyering
86af2dfa29
(UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Remove definitions.
...
Now they're defined in readutmp.h.
(print_deadprocs): Remove obsolete FIXME comment.
2002-07-27 21:31:50 +00:00
Jim Meyering
62c03f8fac
Port to POSIX 1003.1-2001 "nice", which
...
requires the option "-n 5" rather than "-5". This matters
with GNU "nice" if the user has set the _POSIX2_VERSION
environment variable.
2002-07-27 08:45:49 +00:00
Jim Meyering
e4d4cea119
Don't include malloc.h -- it was unnecessary.
2002-07-26 07:38:35 +00:00
Jim Meyering
be7f1936bd
undo last change
2002-07-24 08:24:12 +00:00
Jim Meyering
33106990a6
(usage): The short form of --dereference is now -L, not -l.
2002-07-22 15:39:12 +00:00
Jim Meyering
2bd28f0200
Add new option, --presume-input-tty, for testing only.
...
Not documented.
2002-07-22 12:24:41 +00:00
Jim Meyering
db6dff2e6e
rm would prompt for non-dangling symlinks
...
(prompt): When not interactive, don't prompt for a symlink.
2002-07-22 06:59:26 +00:00
Jim Meyering
bcfbac9349
(copy_internal): Use file_name_lookup, not getdport.
...
Patch by Alfred M. Szmidt.
2002-07-20 20:06:41 +00:00
Jim Meyering
334294f09d
(main): Add an explicit `exit (EXIT_SUCCESS);'
...
for --version, rather than falling through.
2002-07-20 15:18:37 +00:00
Jim Meyering
3f6c422f1a
(false.c): Convert only the final EXIT_SUCCESS
...
into EXIT_FAILURE. Otherwise, false --help and false --version
would fail.
2002-07-20 15:18:20 +00:00
Jim Meyering
7ca9560caf
Add .wav.
2002-07-19 21:36:46 +00:00
Jim Meyering
a19f9253c4
(main): Test sysctl(...) >= 0, not == 0, since
...
on NetBSD the return value may well be positive.
Use one-line aggregate initializations.
Use tightly scoped static buffers to avoid warnings about
unused variables on some systems.
2002-07-18 18:35:42 +00:00
Jim Meyering
510f7bfe87
(UNAME_HARDWARE_PLATFORM, UNAME_PROCESSOR): New macros.
...
(main): Use them, along with sysctl, to support uname -i and uname -p
on BSD hosts.
2002-07-18 18:28:53 +00:00
Jim Meyering
a536063677
Add the following to the list of colorizable
...
TERM names: dtterm xterm-color Eterm.
New archive suffix: .jar
New image suffixes: .jpeg .pbm .pgm .tiff .mpeg .xcf .xwd
Audio suffixes: .ogg .mp3
2002-07-18 09:28:41 +00:00
Jim Meyering
37bbc4c47f
(print_uptime): Restore use of (equivalent, but
...
more readable) `>=' from Bruno's patch.
2002-07-17 10:59:54 +00:00
Jim Meyering
6978ba6736
(print_it): Use memcpy and a little pointer arithmetic, rather than stpncpy.
2002-07-16 09:29:52 +00:00
Jim Meyering
52b40984a2
Include sys/sysctl.h.
...
(print_uptime): Add support for determining the boot time on FreeBSD.
2002-07-15 21:08:21 +00:00
Jim Meyering
b918fce9a6
(print_uptime): Use STREQ in place of !strcmp.
2002-07-15 20:42:43 +00:00
Jim Meyering
02bdcf7646
Remove unnecessary uses of `defined' when
...
operating on `HAVE_...' symbols. Remove unnecessary parentheses.
2002-07-15 13:15:07 +00:00
Jim Meyering
ab4c1d5532
Under some circumstances, rm would fail due to a lack of
...
permissions, but give a misleading diagnostic like this:
rm: cannot chdir from `.' to `foo': Not a directory
(remove_dir): Detect the case in which unlinking a
non-directory fails with EPERM, and give an appropriate diagnostic.
2002-07-14 11:46:41 +00:00
Jim Meyering
e5ee2e3aee
(print_it): Use xstrdup, not strdup.
...
Use strspn to avoid an explicit loop.
Use fputc rather than printf "\n".
Include quote.h.
(print_stat): Use xreadlink, rather than using readlink directly.
Use the quote function rather than hard-coded double quotes.
Use error, not perror.
2002-07-13 08:05:04 +00:00
Jim Meyering
545b6d7541
(show_dev): Make the `Use%' column align with
...
its heading, even when -P is used with -h or -H.
2002-07-10 10:22:10 +00:00
Jim Meyering
0fe8dc3290
update copyright
2002-07-10 10:09:10 +00:00
Jim Meyering
290867cc4a
(usage) [--exclude]: Use PATTERN rather than PAT.
2002-07-10 10:05:32 +00:00
Jim Meyering
56a4c59e60
(euidaccess): Remove declaration. It was unused. From Michael Stone.
...
(yesno): Remove declaration. It too was unused.
2002-07-09 06:38:19 +00:00
Jim Meyering
67bf6815c4
df now rounds all quantities up, as per POSIX.
...
This fixes a bug where df would report Size < Used.
(df_readable): Omit last arg; we always round up now.
All callers changed.
2002-07-08 17:03:36 +00:00
Jim Meyering
ffceff850d
(uninstall-local): Search for @GNU_PACKAGE@,
...
rather than the hard-coded `sh-utils'.
2002-07-08 12:26:59 +00:00
Jim Meyering
01eacf71cb
(enum time_style): Remove posix_iso_time_style.
...
Add long_iso_time_style.
(time_style_args, time_style_types, decode_switches): Likewise.
(decode_switches): If a time style is prefixed by "posix-", ignore
it if in the POSIX locale. Default style is now posix-long-iso.
(usage): Explain the above.
2002-07-08 09:12:48 +00:00
Jim Meyering
d815f6dbb7
Remove everything associated with --secure option.
2002-07-06 15:34:32 +00:00
Jim Meyering
2afe4a1677
(prompt): Fix test for write-protectedness to also
...
check errno == EACCES. Otherwise, `rm dangling-symlink' would
mistakenly prompt.
2002-07-04 12:06:49 +00:00
Jim Meyering
27195acdb6
(usage): Rename --link/-l to --dereference/-L.
...
Describe --secure.
Describe --format.
(main): Support -L. Deprecate -l.
2002-07-03 08:44:55 +00:00
Jim Meyering
41fe641773
add link and unlink
2002-07-02 16:20:54 +00:00