]> git.ipfire.org Git - thirdparty/coreutils.git/log
thirdparty/coreutils.git
20 years ago(S_TYPEISSHM): Remove definition.
Jim Meyering [Sat, 16 Apr 2005 06:38:20 +0000 (06:38 +0000)] 
(S_TYPEISSHM): Remove definition.
Get the definition by including "stat-macros.h", instead.

20 years agoFix test suite problems reported by Eric Blake on Cygwin.
Paul Eggert [Thu, 14 Apr 2005 20:35:59 +0000 (20:35 +0000)] 
Fix test suite problems reported by Eric Blake on Cygwin.

20 years ago(dot_mount_point): Use stat rather than df, as
Paul Eggert [Thu, 14 Apr 2005 20:35:34 +0000 (20:35 +0000)] 
(dot_mount_point): Use stat rather than df, as
it's more reliable.
(other_partition_tmpdir): Remove df from name as that would be
misleading now.

20 years agoIgnore chatter about when files are removed,
Paul Eggert [Thu, 14 Apr 2005 20:35:14 +0000 (20:35 +0000)] 
Ignore chatter about when files are removed,
since POSIX doesn't require rename to fail across file systems.

20 years ago*** empty log message ***
Jim Meyering [Thu, 14 Apr 2005 12:13:26 +0000 (12:13 +0000)] 
*** empty log message ***

20 years agoCorrect typo, fchmod -> fchown, in a comment.
Jim Meyering [Thu, 14 Apr 2005 12:09:00 +0000 (12:09 +0000)] 
Correct typo, fchmod -> fchown, in a comment.

20 years ago* getdate.y (zone): Allow relunit_snumber after tZONE.
Paul Eggert [Wed, 13 Apr 2005 18:42:13 +0000 (18:42 +0000)] 
* getdate.y (zone): Allow relunit_snumber after tZONE.

20 years ago(zone): Allow relunit_snumber after tZONE, so
Paul Eggert [Wed, 13 Apr 2005 18:42:00 +0000 (18:42 +0000)] 
(zone): Allow relunit_snumber after tZONE, so
that "UTC +1 second" continues to work.  Problem reported
by Dmitry V. Levin.
(relunit_snumber): New rule.
(relunit): Use it.

20 years agosrc/ls.c (usage): "uid" -> "user ID".
Paul Eggert [Tue, 12 Apr 2005 07:41:42 +0000 (07:41 +0000)] 
src/ls.c (usage): "uid" -> "user ID".

20 years ago(usage): uid -> user ID
Paul Eggert [Tue, 12 Apr 2005 07:39:38 +0000 (07:39 +0000)] 
(usage): uid -> user ID

20 years ago* getdate.y: Fix problem with parsing GMT time stamps during London summers.
Paul Eggert [Tue, 12 Apr 2005 07:21:48 +0000 (07:21 +0000)] 
* getdate.y: Fix problem with parsing GMT time stamps during London summers.

20 years ago(universal_time_zone_table): New constant.
Paul Eggert [Tue, 12 Apr 2005 07:21:18 +0000 (07:21 +0000)] 
(universal_time_zone_table): New constant.
(time_zone_table): Remove GMT, UT, UTC entries; they're now in
universal_time_zone_table.
(lookup_zone): Prefer universal_time_zone_table to
local_time_zone_table, so that "GMT" time stamps are allowed in
London during the summer.  Problem reported by Ian Abbott.

20 years ago*** empty log message ***
Jim Meyering [Tue, 12 Apr 2005 06:47:49 +0000 (06:47 +0000)] 
*** empty log message ***

20 years ago(tsort): Use "%s" as the format string, rather than a diagnostic or a file name.
Jim Meyering [Tue, 12 Apr 2005 06:47:44 +0000 (06:47 +0000)] 
(tsort): Use "%s" as the format string, rather than a diagnostic or a file name.

20 years ago(compare_files): Remove declaration of unused local.
Jim Meyering [Tue, 12 Apr 2005 06:46:10 +0000 (06:46 +0000)] 
(compare_files): Remove declaration of unused local.

20 years agoFor consistency, standardize on "user ID" rather than "uid".
Paul Eggert [Tue, 12 Apr 2005 05:53:02 +0000 (05:53 +0000)] 
For consistency, standardize on "user ID" rather than "uid".

20 years agoReword usage, man pages to use "user ID" rather than "uid" etc.
Paul Eggert [Tue, 12 Apr 2005 05:52:37 +0000 (05:52 +0000)] 
Reword usage, man pages to use "user ID" rather than "uid" etc.

20 years ago(usage, main): Use "user ID", not "UID", and similarly for "group ID".
Paul Eggert [Tue, 12 Apr 2005 05:44:47 +0000 (05:44 +0000)] 
(usage, main): Use "user ID", not "UID", and similarly for "group ID".

20 years ago(usage): Use "user ID", not "UID", and similarly
Paul Eggert [Tue, 12 Apr 2005 05:44:16 +0000 (05:44 +0000)] 
(usage): Use "user ID", not "UID", and similarly
for "group ID".

20 years agoReword to match coreutils.texi.
Paul Eggert [Tue, 12 Apr 2005 05:43:36 +0000 (05:43 +0000)] 
Reword to match coreutils.texi.

20 years agoReword to match user manual.
Paul Eggert [Tue, 12 Apr 2005 05:43:19 +0000 (05:43 +0000)] 
Reword to match user manual.

20 years agoFor consistency, standardize on "user ID" rather
Paul Eggert [Tue, 12 Apr 2005 05:42:55 +0000 (05:42 +0000)] 
For consistency, standardize on "user ID" rather
than "uid" or "UID" or "user id".  Similarly for "group ID".

20 years agoRegenerate.
Paul Eggert [Mon, 11 Apr 2005 20:21:07 +0000 (20:21 +0000)] 
Regenerate.

20 years agoAdd bulletproofing for cases where stdin, stdout, or stderr are closed.
Paul Eggert [Mon, 11 Apr 2005 20:15:45 +0000 (20:15 +0000)] 
Add bulletproofing for cases where stdin, stdout, or stderr are closed.

20 years agoAdd bulletproofing for cases where stdin, stdout, or stderr are closed.
Paul Eggert [Mon, 11 Apr 2005 20:13:42 +0000 (20:13 +0000)] 
Add bulletproofing for cases where stdin, stdout, or stderr are closed.

20 years agoInclude stdio_safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:13:26 +0000 (20:13 +0000)] 
Include stdio_safer.h.
(check_file): Don't assume fopen cannot return stdin or stdout.

20 years ago(next_file): Don't assume fopen cannot return stdin.
Paul Eggert [Mon, 11 Apr 2005 20:13:10 +0000 (20:13 +0000)] 
(next_file): Don't assume fopen cannot return stdin.

20 years ago(have_read_stdin): Remove; no longer needed. All uses
Paul Eggert [Mon, 11 Apr 2005 20:12:51 +0000 (20:12 +0000)] 
(have_read_stdin): Remove; no longer needed.  All uses
removed.
(tsort): Do not assume fopen can't return stdin.
Close stdin before returning.  All uses changed.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:12:32 +0000 (20:12 +0000)] 
Include unistd-safer.h.
(touch): Use fd_safer.

20 years agoInclude stdio-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:12:17 +0000 (20:12 +0000)] 
Include stdio-safer.h.
(tee): Use fopen_safer.

20 years agoInclude unistd-safer.h rather than fcntl-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:12:01 +0000 (20:12 +0000)] 
Include unistd-safer.h rather than fcntl-safer.h.
(recheck, tail_file): Use fd_safer rather than open_safer.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:11:45 +0000 (20:11 +0000)] 
Include unistd-safer.h.
(copy_to_temp): Use fd_safer.
(tac_file): Don't assume fopen cannot return stdin.

20 years ago(bsd_sum_file, sysv_sym_file):
Paul Eggert [Mon, 11 Apr 2005 20:11:27 +0000 (20:11 +0000)] 
(bsd_sum_file, sysv_sym_file):
Use same pattern as elsewhere for checking for stdin.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:11:08 +0000 (20:11 +0000)] 
Include unistd-safer.h.
(cwrite): Use fd_safer.  Replace mystery constant 0666 with symbolic
version, as POSIX requires.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:10:52 +0000 (20:10 +0000)] 
Include unistd-safer.h.
(create_temp_file): Use fd_safer.
(xfclose): Don't assume fileno (stdin) == STDIN_FILENO, etc.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:10:23 +0000 (20:10 +0000)] 
Include unistd-safer.h.
(wipename): Use fd_safer on directory file descriptor.
(wipefile): Remove special case for /dev/fd/* on older hosts.
It didn't work in general, and wasn't documented.
Use fd_safer.

20 years ago(main): Don't assume fopen returns stdout after closing
Paul Eggert [Mon, 11 Apr 2005 20:10:00 +0000 (20:10 +0000)] 
(main): Don't assume fopen returns stdout after closing
stdout.  Use freopen instead.

20 years agoInclude stdio-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:09:42 +0000 (20:09 +0000)] 
Include stdio-safer.h.
(open_file): Use fopen_safer.
(close_file): Don't assume fopen does not return stdin.

20 years ago(paste_serial): Don't assume fopen does not return stdin.
Paul Eggert [Mon, 11 Apr 2005 20:09:22 +0000 (20:09 +0000)] 
(paste_serial): Don't assume fopen does not return stdin.

20 years ago(check_and_close): Don't assume fopen does not return stdin.
Paul Eggert [Mon, 11 Apr 2005 20:09:01 +0000 (20:09 +0000)] 
(check_and_close): Don't assume fopen does not return stdin.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:08:30 +0000 (20:08 +0000)] 
Include unistd-safer.h.
(main): Don't dup stderr to stdin or stdout by mistake.

20 years ago(digest_file, digest_check):
Paul Eggert [Mon, 11 Apr 2005 20:08:11 +0000 (20:08 +0000)] 
(digest_file, digest_check):
Don't assume that fopen does not return stdin.

20 years agoInclude stdio-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:07:54 +0000 (20:07 +0000)] 
Include stdio-safer.h.
(main): Use fopen_safer.  Simplify the resulting code.

20 years ago(head_file): Don't assume open does not return 0.
Paul Eggert [Mon, 11 Apr 2005 20:07:37 +0000 (20:07 +0000)] 
(head_file): Don't assume open does not return 0.

20 years ago(dc_parse_file): Don't assume fopen does not return stdin.
Paul Eggert [Mon, 11 Apr 2005 20:07:22 +0000 (20:07 +0000)] 
(dc_parse_file): Don't assume fopen does not return stdin.

20 years agoInclude stdio-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:07:00 +0000 (20:07 +0000)] 
Include stdio-safer.h.
(input_desc): Remove unnecessary static initialization.
(set_input_file): Use STDIN_FILENO, not 0.
(create_output_file): Use fopen_safer.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:06:34 +0000 (20:06 +0000)] 
Include unistd-safer.h.
(copy_reg): Use fd_safer.

20 years agoInclude stdio-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:06:13 +0000 (20:06 +0000)] 
Include stdio-safer.h.
(compare_files): Exit right away on I/O error rather than continuing
and producing confusing output and error messages.
Return void, not int; all callers changed.
Use fopen_safer to avoid confusion with file descriptors.

20 years agoAdd bulletproofing for cases where stdin, stdout, or stderr are closed.
Paul Eggert [Mon, 11 Apr 2005 20:05:45 +0000 (20:05 +0000)] 
Add bulletproofing for cases where stdin, stdout, or stderr are closed.

20 years ago(gl_PREREQ): Don't require gl_FCNTL_SAFER.
Paul Eggert [Mon, 11 Apr 2005 20:05:34 +0000 (20:05 +0000)] 
(gl_PREREQ): Don't require gl_FCNTL_SAFER.

20 years ago(gl_UNISTD_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
Paul Eggert [Mon, 11 Apr 2005 20:05:20 +0000 (20:05 +0000)] 
(gl_UNISTD_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
Invoke gl_PREREQ_FD_SAFER.
(gl_PREREQ_FD_SAFER): New macro.

20 years ago(gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
Paul Eggert [Mon, 11 Apr 2005 20:04:57 +0000 (20:04 +0000)] 
(gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.

20 years agoAdd bulletproofing for cases where stdin, stdout, or stderr are closed.
Paul Eggert [Mon, 11 Apr 2005 20:04:29 +0000 (20:04 +0000)] 
Add bulletproofing for cases where stdin, stdout, or stderr are closed.

20 years ago(libfetish_a_SOURCES): Remove dup-safer.c,
Paul Eggert [Mon, 11 Apr 2005 20:03:40 +0000 (20:03 +0000)] 
(libfetish_a_SOURCES): Remove dup-safer.c,
fcntl-safer.h, fopen-safer.c, open-safer.c, stdio-safer.h,
unistd-safer.h.

20 years ago(fd_safer): New decl.
Paul Eggert [Mon, 11 Apr 2005 20:03:22 +0000 (20:03 +0000)] 
(fd_safer): New decl.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:03:04 +0000 (20:03 +0000)] 
Include unistd-safer.h.
(save_cwd): Use fd_safer.

20 years agoInclude stdio-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:02:43 +0000 (20:02 +0000)] 
Include stdio-safer.h.
(getusershell): Use fopen_safer.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:02:28 +0000 (20:02 +0000)] 
Include unistd-safer.h.
(getloadavg): Use fd_safer.

20 years agoInclude unistd-safer.h.
Paul Eggert [Mon, 11 Apr 2005 20:02:06 +0000 (20:02 +0000)] 
Include unistd-safer.h.
(fts_safe_changedir): Use fd_safer.

20 years agoInclude unistd-safer.h first, to test interface.
Paul Eggert [Mon, 11 Apr 2005 20:01:46 +0000 (20:01 +0000)] 
Include unistd-safer.h first, to test interface.
(dup_safer) [!deefined F_DUPD]: Use new fd_safer function instead of
rolling our own code.

20 years agoInitial revision
Paul Eggert [Mon, 11 Apr 2005 20:01:20 +0000 (20:01 +0000)] 
Initial revision

20 years ago(chopt_free): Mark parameter as unused.
Jim Meyering [Sun, 10 Apr 2005 13:44:45 +0000 (13:44 +0000)] 
(chopt_free): Mark parameter as unused.

20 years ago.
Jim Meyering [Sun, 10 Apr 2005 13:41:44 +0000 (13:41 +0000)] 
.

20 years ago.
Jim Meyering [Sat, 9 Apr 2005 17:29:20 +0000 (17:29 +0000)] 
.

20 years ago(close_stdout_wrapper): Likewise.
Jim Meyering [Sat, 9 Apr 2005 16:29:29 +0000 (16:29 +0000)] 
(close_stdout_wrapper): Likewise.
Don't close STDOUT_FILENO explicitly; close_stdout does it.

20 years ago(__attribute__, ATTRIBUTE_UNUSED): Define.
Jim Meyering [Sat, 9 Apr 2005 14:19:49 +0000 (14:19 +0000)] 
(__attribute__, ATTRIBUTE_UNUSED): Define.
Mark parameter `sp' with ATTRIBUTE_UNUSED.

20 years ago(quit): Define with ATTRIBUTE_NORETURN.
Jim Meyering [Sat, 9 Apr 2005 14:15:22 +0000 (14:15 +0000)] 
(quit): Define with ATTRIBUTE_NORETURN.

Now that close_stdout closes standard output unconditionally,
these workarounds for dd and cat are no longer necessary.
(close_stdout_wrapper): Remove function.
(main): Call atexit with close_stdout, instead.

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 14:09:00 +0000 (14:09 +0000)] 
*** empty log message ***

20 years ago(__attribute__, ATTRIBUTE_UNUSED): Define.
Jim Meyering [Sat, 9 Apr 2005 14:08:57 +0000 (14:08 +0000)] 
(__attribute__, ATTRIBUTE_UNUSED): Define.
(exit_failure_callback, fallback_failure_callback): Mark unused
parameters with ATTRIBUTE_UNUSED.

20 years ago(canon_host) [HAVE_GETADDRINFO]: Use memset
Jim Meyering [Sat, 9 Apr 2005 14:08:30 +0000 (14:08 +0000)] 
(canon_host) [HAVE_GETADDRINFO]: Use memset
rather than `= { 0 };' to initialize local `hint'.

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 13:57:56 +0000 (13:57 +0000)] 
*** empty log message ***

20 years agoReadability nit:
Jim Meyering [Sat, 9 Apr 2005 13:57:51 +0000 (13:57 +0000)] 
Readability nit:

  Change this:
  #  define __attribute__(x)
  to this:
  #  define __attribute__(x) /* empty */

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 13:29:01 +0000 (13:29 +0000)] 
*** empty log message ***

20 years ago(posixtime) [lint]: Avoid spurious warning from gcc-4's
Jim Meyering [Sat, 9 Apr 2005 13:28:25 +0000 (13:28 +0000)] 
(posixtime) [lint]: Avoid spurious warning from gcc-4's
-Wuninitialized: initialize tm0.tm_year.

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 12:35:44 +0000 (12:35 +0000)] 
*** empty log message ***

20 years ago(humblock): Set *options even when returning due to
Jim Meyering [Sat, 9 Apr 2005 12:35:41 +0000 (12:35 +0000)] 
(humblock): Set *options even when returning due to
xstrtoumax conversion failure.  Thanks to a used-uninitialized
warning from gcc-4.

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 12:00:36 +0000 (12:00 +0000)] 
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 11:57:02 +0000 (11:57 +0000)] 
*** empty log message ***

20 years ago(rm invocation): Say that --recursive removes
Jim Meyering [Sat, 9 Apr 2005 11:56:55 +0000 (11:56 +0000)] 
(rm invocation): Say that --recursive removes
listed directories too, not just their contents.

20 years ago(usage): Mention that --recursive removes listed
Jim Meyering [Sat, 9 Apr 2005 10:39:17 +0000 (10:39 +0000)] 
(usage): Mention that --recursive removes listed
directories too, not just their contents.
Say that by default, rm does not remove directories.

20 years ago*** empty log message ***
Jim Meyering [Sat, 9 Apr 2005 07:25:06 +0000 (07:25 +0000)] 
*** empty log message ***

20 years ago(sc_system_h_headers): Propagate exit status through trap.
Jim Meyering [Sat, 9 Apr 2005 07:24:49 +0000 (07:24 +0000)] 
(sc_system_h_headers): Propagate exit status through trap.

20 years agoDon't include "timespec.h". system.h does that.
Jim Meyering [Sat, 9 Apr 2005 07:23:50 +0000 (07:23 +0000)] 
Don't include "timespec.h".  system.h does that.

20 years ago(iread, iwrite): Use char * buffer, not void *, so we can do pointer
Paul Eggert [Sat, 9 Apr 2005 06:16:14 +0000 (06:16 +0000)] 
(iread, iwrite): Use char * buffer, not void *, so we can do pointer
arithmetic on it.

20 years agoRegenerate.
Paul Eggert [Sat, 9 Apr 2005 05:03:01 +0000 (05:03 +0000)] 
Regenerate.

20 years agoSignal-handling cleanup motivated by core dumps in dd.
Paul Eggert [Sat, 9 Apr 2005 05:00:40 +0000 (05:00 +0000)] 
Signal-handling cleanup motivated by core dumps in dd.

20 years ago(SA_NOCLDSTOP): Define to 0 if not defined.
Paul Eggert [Sat, 9 Apr 2005 04:57:37 +0000 (04:57 +0000)] 
(SA_NOCLDSTOP): Define to 0 if not defined.
All uses changed.
(siginterrupt) [! HAVE_SIGINTERRUPT]: New macro.
(main) [! SA_NOCLDSTOP]: Use it.

20 years agoRemove all uses of signals; modern hosts have
Paul Eggert [Sat, 9 Apr 2005 04:57:15 +0000 (04:57 +0000)] 
Remove all uses of signals; modern hosts have
/dev/random and don't need this gorp.
Do not include signal.h.
(env, sigill_handler, isaac_seed_machdep): Remove.  All uses removed.

20 years ago(SA_NOCLDSTOP): Define to 0 if not defined.
Paul Eggert [Sat, 9 Apr 2005 04:56:10 +0000 (04:56 +0000)] 
(SA_NOCLDSTOP): Define to 0 if not defined.
All uses changed.
(siginterrupt) [! HAVE_SIGINTERRUPT]: New macro.
(main) [! SA_NOCLDSTOP]: Use it.

20 years agoDo not include safe-read.h or full-write; no longer needed.
Paul Eggert [Sat, 9 Apr 2005 04:55:40 +0000 (04:55 +0000)] 
Do not include safe-read.h or full-write; no longer needed.
(process_signals): Add forward decl.
(SA_NOCLDSTOP, sigprocmask, sigset_t) [!defined SA_NOCLDSTOP]:
New macros.
(siginterrupt) [! HAVE_SIGINTERRUPT]: New macro.
(SA_NODEFER) [!defined SA_NODEFER]: New macro.
(SA_RESETHAND) [!defined SA_RESETHAND]: New macro.
(caught_signals, interrupt_signal, info_signal_count, catch_siginfo):
New vars.
(usage): Mention -USR1 versus -INFO.
(cleanup): Don't invoke print_stats; the caller must do it now.
All callers changed.
(quit): Process signals just before exiting.
(interrupt_handler): Simply record the signal and return.
(siginfo_handler): Simply increment the signal counter and return.
(install_handler): Remove, replacing with:
(install_signal_handlers, process_signals, iread, iwrite):
New functions.  All callers to safe_read and full_write replaced
by iread and iwrite.  All callers to install_handler replaced by
install_handlers.

Do not include inttostr.h, no longer needed.
(print_stats, main): Rewrite and simplify formats to use PRIuMAX
instead of umaxtostr.
(print_stats): Work even in languages that have special
forms for two of things, for r_truncate and w_bytes.  We can't
fix delta_s in this way, since ngettext doesn't support floating-point.
(main): Rewrite to avoid casts.

20 years ago(SA_NOCLDSTOP): Define to 0 if not defined.
Paul Eggert [Sat, 9 Apr 2005 04:55:05 +0000 (04:55 +0000)] 
(SA_NOCLDSTOP): Define to 0 if not defined.
All uses changed.
(siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
(delete_all_files): New arg IN_SIGNAL_HANDLER, to avoid undefined
behavior when called from a signal handler.  All uses changed.
(main) [!defined SA_NOCLDSTOP]:
Use siginterrupt to specify that system calls should be interrupted.

20 years ago(RETSIGTYPE): Remove; no longer needed. All uses replaced with void.
Paul Eggert [Sat, 9 Apr 2005 04:54:23 +0000 (04:54 +0000)] 
(RETSIGTYPE): Remove; no longer needed.  All uses replaced with void.

20 years ago(gl_PREREQ_NANOSLEEP): Check for siginterrupt.
Paul Eggert [Sat, 9 Apr 2005 04:53:53 +0000 (04:53 +0000)] 
(gl_PREREQ_NANOSLEEP): Check for siginterrupt.

20 years ago(gl_MACROS): Check for siginterrupt.
Paul Eggert [Sat, 9 Apr 2005 04:52:54 +0000 (04:52 +0000)] 
(gl_MACROS): Check for siginterrupt.
(gl_CHECK_ALL_TYPES): Do not require AC_TYPE_SIGNAL.

20 years ago(rpl_nanosleep): Include "timespec.h" before macros
Paul Eggert [Sat, 9 Apr 2005 04:52:25 +0000 (04:52 +0000)] 
(rpl_nanosleep): Include "timespec.h" before macros
that might redefine system include files.
(siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
(my_usleep): Use NULL rather than (void *) 0.
(rpl_nanosleep) [!defined SA_NOCLDSTOP]:
Use siginterrupt to specify that system calls should be interrupted.
(rpl_nanosleep): Move initialization of suspended closer to call of
my_usleep.

20 years ago(dd invocation): Document the distinction between
Paul Eggert [Sat, 9 Apr 2005 04:51:52 +0000 (04:51 +0000)] 
(dd invocation): Document the distinction between
INFO and USR1 for dd, and the effect of POSIXLY_CORRECT here.

20 years agoDocument that dd no longer treats QUIT or PIPE specially,
Paul Eggert [Sat, 9 Apr 2005 04:51:11 +0000 (04:51 +0000)] 
Document that dd no longer treats QUIT or PIPE specially,
and when conforming to POSIX no longer treats USR1 specially.
Document that dd no longer dumps core when handling signals.

20 years ago*** empty log message ***
Jim Meyering [Thu, 7 Apr 2005 20:10:54 +0000 (20:10 +0000)] 
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Thu, 7 Apr 2005 20:10:17 +0000 (20:10 +0000)] 
*** empty log message ***

20 years ago(binary_operator) [LINT]: Initialize lt and rt to 0.
Jim Meyering [Thu, 7 Apr 2005 20:10:03 +0000 (20:10 +0000)] 
(binary_operator) [LINT]: Initialize lt and rt to 0.