summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2005-07-11(wipefile): Always use binary mode. Clearly thisPaul Eggert
2005-07-11(usage): Clarify whether text or binary is the default.Paul Eggert
2005-07-11(unexpand): Always copy in text mode. POSIX saysPaul Eggert
2005-07-11(expand): Always copy in text mode. POSIX saysPaul Eggert
2005-07-11(copy_reg): Always copy in binary mode.Paul Eggert
2005-07-11(wc): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(main): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(tee): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(tail_bytes, tail_lines, tail_file, main):Paul Eggert
2005-07-11(copy_to_temp, tac_file, main):Paul Eggert
2005-07-11(bsd_sum_file, sysv_sym_file):Paul Eggert
2005-07-11(main): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(open_next_file): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(head_lines, head_file): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(cksum): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(usage, main, long_options) [O_BINARY]:Paul Eggert
2005-07-11(cat invocation): Remove -B or --binary optionPaul Eggert
2005-07-11Binary input and output are now implemented more consistently.Paul Eggert
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert
2005-07-09Regenerate.Paul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-09strtopt.h -> stropts.hPaul Eggert
2005-07-09strtopt.h -> stropts.hPaul Eggert
2005-07-09Undo previous change, and remove AC_HEADER_TIOCGWINSZ.Paul Eggert
2005-07-09Update to Eric Blake porting problems.Paul Eggert
2005-07-08(getloadavg) [__CYGWIN__]: Port to cygwin.Paul Eggert
2005-07-08Regenerate.Paul Eggert
2005-07-08Fix porting problems reported by Eric Blake.Paul Eggert
2005-07-08(gl_CHECK_ALL_HEADERS): Check for stropt.h.Paul Eggert
2005-07-08(print_user): Don't assume uid fits in unsigned int.Paul Eggert
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-08Add check for HAVE_FIONREAD_IN_SYS_IOCTL.Paul Eggert
2005-07-08(init_dfa, build_range_exp): Store __btowc valuePaul Eggert
2005-07-08backupfile.m4, same.m4 cleanup.Paul Eggert
2005-07-08(gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.Paul Eggert
2005-07-08(gl_SAME): Use AC_CHECK_FUNCS_ONCE on pathconf.Paul Eggert
2005-07-08Regenerate.Paul Eggert
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert