summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2005-08-23Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering-2/+2
2005-08-23Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering-1/+1
2005-08-23Include <float.h> unconditionally.Jim Meyering-3/+1
2005-08-23(print_uptime): Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering-1/+1
2005-08-22(do_link): If ln is invoked with --interactive (-i),Jim Meyering-0/+1
2005-08-22(xwrite_stdout): Rename from xwrite. Remove always-equal-to-STDOUT_FILENOJim Meyering-10/+9
2005-08-21(main): Declare `target_directory' with const attribute.Jim Meyering-1/+1
2005-08-21(time_style): Add `const' attribute.Jim Meyering-2/+2
2005-08-18(usage) [-b,-t]: Ensure that there are at least twoJim Meyering-2/+2
2005-08-17(usage): Fix typo s/POS 2/POS2/.Jim Meyering-1/+1
2005-08-16(show_dev): New arg STAT_FILE. All uses changed.Paul Eggert-7/+13
2005-08-15Don't print uninitialized data (or anything else) to stdoutJim Meyering-1/+0
2005-08-14(usage): Fix typo s/formated/formatted/ reported by Norbert KieselJim Meyering-1/+1
2005-08-14.Jim Meyering-1/+1
2005-08-14Don't include "timespec.h".Jim Meyering-1/+0
2005-08-14Use one fewer file descriptor in a common case.Jim Meyering-3/+4
2005-08-14Include "timespec.h".Jim Meyering-8/+24
2005-08-14(long_time_expected_width): Revert last change, just toJim Meyering-9/+14
2005-08-13Don't define mbrtowc at all.Jim Meyering-5/+0
2005-08-12(main): Explain why we reopen stdin for write-only access.Jim Meyering-1/+3
2005-08-12(long_time_expected_width): Don't test for failed localtime.Jim Meyering-7/+9
2005-08-12(sort_found_occurs, digest_word_file): Likewise.Jim Meyering-3/+3
2005-08-12(sort_files): Use cleaner `sizeof *VAR_NAME' rather than `sizeof (TYPE_NAME)'.Jim Meyering-1/+1
2005-08-12Test `!defined HAVE_MBSTATE_T' rather thanJim Meyering-1/+1
2005-08-12Add bulletproofing in case stdin is closed.Jim Meyering-23/+5
2005-08-12(dc_parse_file): Remove comment about now-removed OPENOPTS.Jim Meyering-4/+0
2005-08-12(main): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering-1/+1
2005-08-12(fold_file): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering-1/+1
2005-08-12Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th...Jim Meyering-19/+18
2005-08-12adjust long linesJim Meyering-2/+3
2005-08-12(main): Cosmetic: use '\0' in place of 0.Jim Meyering-1/+1
2005-08-02.Jim Meyering-41/+27
2005-08-02Include "xanstrftime.h".Jim Meyering-26/+11
2005-08-02Include "xanstrftime.h".Jim Meyering-17/+4
2005-08-02(show_date): Remove now-unnecessary code thatJim Meyering-5/+0
2005-07-19(usage): Adjust printf argument list to match new format string.Jim Meyering-1/+1
2005-07-19(usage, main): --check now accepts multiple input files.Paul Eggert-19/+8
2005-07-18(EXIT_STATUS): New macro.Paul Eggert-10/+17
2005-07-18Initial revision.Paul Eggert-0/+2
2005-07-18(BUILT_SOURCES): Remove false.c.Paul Eggert-11/+0
2005-07-15(main): Don't worry about POSIXLY_CORRECT.Paul Eggert-6/+2
2005-07-14Remove FESETROUND_LIBM; no longer needed.Paul Eggert-4/+3
2005-07-12.Jim Meyering-3/+1
2005-07-11(setmode, fileno): Remove; no longer needed, we think.Paul Eggert-39/+11
2005-07-11(wipefile): Always use binary mode. Clearly thisPaul Eggert-2/+2
2005-07-11(usage): Clarify whether text or binary is the default.Paul Eggert-41/+47
2005-07-11(unexpand): Always copy in text mode. POSIX saysPaul Eggert-4/+1
2005-07-11(expand): Always copy in text mode. POSIX saysPaul Eggert-4/+1
2005-07-11(copy_reg): Always copy in binary mode.Paul Eggert-5/+4
2005-07-11(wc): Avoid setmode; use POSIX-specified routines instead.Paul Eggert-21/+11