summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-02Include "xanstrftime.h".Jim Meyering
(show_date): Use xanstrftime instead of open-coding it.
2005-08-02*** empty log message ***Jim Meyering
2005-08-02Include "xanstrftime.h".Jim Meyering
(show_date): Use xanstrftime instead of open-coding it.
2005-08-02*** empty log message ***Jim Meyering
2005-08-02Require gl_FUNC_XANSTRFTIME.Jim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02new filesJim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02(show_date): Remove now-unnecessary code thatJim Meyering
treated an empty format string as a special case.
2005-08-02(empty-format): New test, for this case.Jim Meyering
2005-07-25Import regex.m4 from gnulib.Paul Eggert
2005-07-25(gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of thePaul Eggert
obsolescent AC_TRY_RUN. Include the default includes files, for 'exit'.
2005-07-21Fix getdate bug with relative times.Paul Eggert
2005-07-21(relative_time): New type.Paul Eggert
(RELATIVE_TIME_0): New constant. (parser_control): Use relative_time instead of doing it ourselves. (%union): Add new relative_time rel member. (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT): Now typeless. (relunit, relunit_snumber): Now of type rel. (zone, rel, relunit, get_date): Adjust to above changes.
2005-07-21(gl_C_COMPOUND_LITERALS): New macro.Paul Eggert
(gl_GETDATE): Use it.
2005-07-19*** empty log message ***Jim Meyering
2005-07-19(usage): Adjust printf argument list to match new format string.Jim Meyering
2005-07-19md5sum --check now accepts multiple input files.Paul Eggert
2005-07-19(usage, main): --check now accepts multiple input files.Paul Eggert
2005-07-19(md5sum invocation): --check now allows multiple FILE inputs.Paul Eggert
2005-07-19md5sum --check now accepts multiple input files, and similarly for sha1sum.Paul Eggert
2005-07-18Fix a problem noted by James Youngman: VPATH-style builds don'tPaul Eggert
work because of po file problems.
2005-07-18(EXIT_STATUS): New macro.Paul Eggert
(PROGRAM_NAME, usage): Behave like "false" if EXIT_STATUS indicates. (usage): Remove "These option names may not be abbreviated."
2005-07-18Initial revision.Paul Eggert
2005-07-18(BUILT_SOURCES): Remove false.c.Paul Eggert
(false.c): Remove; it's now a source file.
2005-07-18Update true/false doc.Paul Eggert
2005-07-18(false invocation):Paul Eggert
Mention that false is often built-in, and that it exits with status >1 on some hosts. (true invocation): Remove now-incorrect "non-POSIX mode" reference.
2005-07-15nohup no longer worries about POSIXLY_CORRECT.Paul Eggert
2005-07-15(main): Don't worry about POSIXLY_CORRECT.Paul Eggert
2005-07-15(nohup invocation): POSIXLY_CORRECT no longerPaul Eggert
affects nohup's behavior. Input is redirected from /dev/null.
2005-07-15nohup now ignores POSIXLY_CORRECT and redirects from /dev/null.Paul Eggert
2005-07-14Remove FESETROUND_LIBM; no longer needed.Paul Eggert
2005-07-12*** empty log message ***Jim Meyering
2005-07-12(copyright-check): Reflect rearrangement in version-etc files.Jim Meyering
2005-07-12*** empty log message ***Jim Meyering
2005-07-12(X2NREALLOC): Define.Jim Meyering
2005-07-12.Jim Meyering
2005-07-12replace leading spaces with a TABJim Meyering
2005-07-11(verify_expr): Use ((verify_type__ (R) *) 0), notPaul Eggert
sizeof (verify_type__ (R)), to pacify C++ compilers.
2005-07-11Reword copyright notices to conform to current GNU coding standards.Paul Eggert
2005-07-11Parameterize the copyright symbol and the year.Paul Eggert
2005-07-11(COPYRIGHT_YEAR): New constant.Paul Eggert
(version_etc_va): Use parameterized copyright notice. Reword to conform to the current GNU coding standards.
2005-07-11Binary input and output are now implemented more consistently.Paul Eggert
2005-07-11Updates for cat and md5sum, for text vs binary.Paul Eggert
2005-07-11(setmode, fileno): Remove; no longer needed, we think.Paul Eggert
(SET_MODE, SET_BINARY, SET_BINARY2): Remove. [defined __DJGPP__]: Don't include <io.h> or <sys/exceptn.h>.
2005-07-11(wipefile): Always use binary mode. Clearly thisPaul Eggert
never worked right on DOS!
2005-07-11(usage): Clarify whether text or binary is the default.Paul Eggert
(split_3, main): BINARY is now a 3-way value. All uses changed. (digest_file): Likewise. Clear *BINARY if we determine the file to be text. All uses changed. (main): Don't report a file to be binary if we actually read it as text in MS-DOS, because it was a terminal.
2005-07-11(unexpand): Always copy in text mode. POSIX saysPaul Eggert
the input and output must be text.
2005-07-11(expand): Always copy in text mode. POSIX saysPaul Eggert
the input and output must be text.