summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-04(my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:Paul Eggert
Copy the input structure, to work around some of the bug with Solaris 2.5.1 and Solaris 2.6.
2005-07-04(gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.Paul Eggert
2005-07-04(gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER.Paul Eggert
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(posixtime) [lint]: Initialize *all* of tm0, not justJim Meyering
the .tm_year member, since otherwise gcc-4.0 would now warn about tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
2005-07-03*** empty log message ***Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03Adjust for new diagnostic.Jim Meyering
2005-07-03Adjust for new diagnostic.Jim Meyering
2005-07-03cp and mv: the --reply=X option is deprecatedJim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(main): Using --reply now evokes a warning.Jim Meyering
(usage): Remove description of --reply.
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.