summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(cp invocation): Mark --reply as deprecated.Jim Meyering
(mv invocation): Likewise.
2005-07-03*** empty log message ***Jim Meyering
2005-07-03Remove obsolete comment.Jim Meyering
2005-07-03.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.Jim Meyering
2005-07-03.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FUNC_LSTAT): New file, from gnulib.Jim Meyering
2005-07-03Log today's changes.Paul Eggert
2005-07-03Minor fixes for port to Solaris 8.Paul Eggert
2005-07-03Minor fixes for port to Solaris 8.Paul Eggert
2005-07-03Undo previous change.Paul Eggert
2005-07-03Include "lstat.h" rather than rolling our own.Paul Eggert
2005-07-03Don't require AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstatPaul Eggert
module's job.
2005-07-03Remove (sync from gnulib).Paul Eggert
2005-07-03New file, from gnulib.Paul Eggert
2005-07-03Sync from gnulib.Paul Eggert
2005-07-03[! _LIBC]: Include "lstat.h" rather than rolling our own.Paul Eggert
2005-07-03(libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h,Paul Eggert
stdlib--.h, unistd--.h.
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FCNTL_SAFER): Add fcntl--.h to the list.Jim Meyering
2005-07-03(gl_STDIO_SAFER): Add stdio--.h to the list.Jim Meyering
2005-07-03(gl_STDLIB_SAFER): Add stdlib--.h to the list.Jim Meyering
2005-07-03(gl_UNISTD_SAFER): Add unistd--.h to the list.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03Include <unistd.h> for declaration of close.Jim Meyering
2005-07-03(verify_numeric): Rename from verify.Jim Meyering
Update caller.
2005-07-03Regenerate.Paul Eggert
2005-07-03Cleanup to isolate "safer" functions to a small part of the code.Paul Eggert
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
(touch): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
(tee): Don't call fopen_safer; no longer needed now that we include stdio--.h.
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
(recheck, tail_file): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdlib--.h rather than unistd-safer.h.Paul Eggert
(copy_to_temp): Don't call fd_safer; no longer needed now that we include stdlib--.h.
2005-07-03Include fd-reopen.h.Paul Eggert
(display_all, display_settings, display_window_size, set_window_size): Remove fd arg, since we now assume stdin. All callers changed. (main): Reuse stdin rather than opening a new one. This saves a file descriptor.
2005-07-03Include fcntl--.h rather than unistd-safer.h.Paul Eggert
Include fd-reopen.h. (input_desc): Remove. All uses replaced by STDIN_FILENO. (cwrite): Don't call fd_safer; no longer needed now that we include fcntl--.h. (main): Reuse stdin rather than opening a new one. This saves a file descriptor.
2005-07-03Include stdio--.h rather than stdio-safer.h.Paul Eggert
Include stdlib--.h. Do not include unistd-safer.h. (create_temp_file): Don't call fd_safer; no longer needed now that we include *--.h files. (xfopen): Don't call fopen_safer, for similar reasons.
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
(wipename, wipe_file): Don't use fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
(open_file): Invoke fopen, not fopen_safer.
2005-07-03Include fd-reopen.h.Paul Eggert
Include unistd--.h, not unistd-safer.h. (main): Use fd_reopen to simplify code. When replacing stdin, use "/dev/null" not "/", as that's less likely to go wrong these days. (main): Use dup, not dup_safer.
2005-07-03Include stdio--.h.Paul Eggert
(digest_check): Don't try to read both checksums and data from stdin.
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
(main): Use fopen, not fopen_safer.
2005-07-03Include fd-reopen.h.Paul Eggert
(open_fd): Remove. All callers changed to use fd_reopen instead.
2005-07-03Include fd-reopen.h.Paul Eggert
Include stdio--.h, not stdio-safer.h. (input_desc): Remove. All uses changed to STDIN_FILENO. (set_input_file): Reopen stdin, to simplify code. (create_output_file): Use fopen, not fopen_safer.
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
(copy_reg): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
(compare_files): Use fopen, not fopen_safer.
2005-07-03(gl_PREREQ): Require gl_FCNTL_SAFER,Paul Eggert
gl_FD_REOPEN, gl_STDLIB_SAFER.
2005-07-03Include fcntl--.h rather than fcntl.h.Paul Eggert
Do not include unistd-safer.h. (save_cwd): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdio--.h rather than stdio.hPaul Eggert
and stdio-safer.h. (getusershell): Call fopen, not fopen_safer.