summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-04(libcoreutils_a_SOURCES): Add verify.h here, temporarily.Jim Meyering
Eventually, it'll be pulled in via AC_LIBSOURCES.
2005-07-04*** empty log message ***Jim Meyering
2005-07-04Include "verify.h".Jim Meyering
2005-07-04*** empty log message ***Jim Meyering
2005-07-04(verify, verify_dcl): New file/macros.Jim Meyering
2005-07-04*** empty log message ***Jim Meyering
2005-07-04(verify_dcl): Rename from VERIFY. Update use.Jim Meyering
2005-07-04*** empty log message ***Jim Meyering
2005-07-04Reflect name change: s/VERIFY/verify_dcl/.Jim Meyering
2005-07-04*** empty log message ***Jim Meyering
2005-07-04(verify): Rename from VERIFY_EXPR, to be lower case,Jim Meyering
like assert. Use sizeof, rather than equivalent ((...)0), for it's slightly simpler syntax. Suggestions from Paul Eggert. (verify_decl): Rename from VERIFY.
2005-07-04Remove the dependency of the strftime module on the tzset module.Paul Eggert
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