summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-07-09(xlseek): Avoid warning about ``return without valueJim Meyering
2003-07-06Add support for a "[" that conforms to the GNU coding standards,Jim Meyering
2003-07-06(bin_PROGRAMS): Add "[".Jim Meyering
2003-07-06New file.Jim Meyering
2003-07-04(print_line): Rewrite to use asprintf, in order to beJim Meyering
2003-07-04(do_copy): Give a better diagnostic when failing dueJim Meyering
2003-06-28tweak comment to fit in 80 columnsJim Meyering
2003-06-27split's --verbose option did nothingJim Meyering
2003-06-19(copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]:Jim Meyering
2003-06-19(copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]:Jim Meyering
2003-06-19(ENABLE_HARD_LINK_TO_SYMLINK_WARNING): Define to 0.Jim Meyering
2003-06-18Include "getdelim2.h", not "getstr.h".Jim Meyering
2003-06-18Reflect renaming: readline -> readlinebuffer.Jim Meyering
2003-06-17Include sys/types.h before system.h (becauseJim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-06-17(initialize_main): Define.Jim Meyering
2003-06-17Fix for build failure on Ultrix 4.3.Jim Meyering
2003-06-16(O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): New definitions.Jim Meyering
2003-06-16(O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): Remove definitions.Jim Meyering
2003-06-16(cat): Remove `#ifndef ENOSYS', now that it'sJim Meyering
2003-06-16(ENOSYS, ENOTSUP): Define to -1 if not defined.Jim Meyering
2003-06-12(touch): Call close only if necessary.Jim Meyering
2003-06-12(usage): Correct wording: wc prints counts in the order `newline, word, byte'.Jim Meyering
2003-06-08.Jim Meyering
2003-06-06.Jim Meyering
2003-06-06(main): Avoid newer 3-arg form of open,Jim Meyering
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering
2003-06-06.Jim Meyering
2003-06-03Avoid unnecessary copying of environment.Jim Meyering
2003-06-02[!TEST_STANDALONE]: Remove #if-0'd block.Jim Meyering
2003-06-02Always include <string.h>, since we assume C89.Jim Meyering
2003-06-01Avoid a race condition in `tail -f' described by Ken Raeburn inJim Meyering
2003-05-29.Jim Meyering
2003-05-28.Jim Meyering
2003-05-28Allow expansion of `$file' in the here-Jim Meyering
2003-05-26Fix portability problem on FreeBSD5.0: don't includeJim Meyering
2003-05-24(split_3): Accept the BSD format only when in MD5 mode.Jim Meyering
2003-05-24(bsd_split_3): New function.Jim Meyering
2003-05-21(elide_tail_lines_pipe): Fix a thinko.Jim Meyering
2003-05-14(usage): Document new feature: --bytes=-N and --lines=-N.Jim Meyering
2003-05-14.Jim Meyering
2003-05-14(AUTHORS): Enclose string in N_(...), now that it includes `and'.Jim Meyering
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering
2003-05-14Fix uniq to conform to POSIX, which requires that "uniq -d -u"Jim Meyering
2003-05-13Handle argc < optind.Jim Meyering
2003-05-13(elide_tail_lines_pipe): Don't apply cast to argument of free.Jim Meyering
2003-05-13(struct F_triple) [name]: Remove const attribute.Jim Meyering
2003-05-13(sort): Don't apply cast to argument of free.Jim Meyering
2003-05-13(struct Src_to_dest) [name]: Remove const attribute.Jim Meyering