| Age | Commit message (Expand) | Author | Lines |
| 2005-07-12 | *** empty log message *** | Jim Meyering | -0/+4 |
| 2005-07-12 | (X2NREALLOC): Define. | Jim Meyering | -0/+7 |
| 2005-07-12 | . | Jim Meyering | -60/+59 |
| 2005-07-12 | replace leading spaces with a TAB | Jim Meyering | -2/+2 |
| 2005-07-11 | (verify_expr): Use ((verify_type__ (R) *) 0), not | Paul Eggert | -1/+5 |
| 2005-07-11 | Reword copyright notices to conform to current GNU coding standards. | Paul Eggert | -0/+8 |
| 2005-07-11 | Parameterize the copyright symbol and the year. | Paul Eggert | -2/+4 |
| 2005-07-11 | (COPYRIGHT_YEAR): New constant. | Paul Eggert | -9/+16 |
| 2005-07-11 | Binary input and output are now implemented more consistently. | Paul Eggert | -1/+42 |
| 2005-07-11 | Updates for cat and md5sum, for text vs binary. | Paul Eggert | -0/+9 |
| 2005-07-11 | (setmode, fileno): Remove; no longer needed, we think. | Paul Eggert | -39/+11 |
| 2005-07-11 | (wipefile): Always use binary mode. Clearly this | Paul 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 says | Paul Eggert | -4/+1 |
| 2005-07-11 | (expand): Always copy in text mode. POSIX says | Paul 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 |
| 2005-07-11 | (main): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -1/+4 |
| 2005-07-11 | (tee): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -6/+9 |
| 2005-07-11 | (tail_bytes, tail_lines, tail_file, main): | Paul Eggert | -9/+6 |
| 2005-07-11 | (copy_to_temp, tac_file, main): | Paul Eggert | -13/+7 |
| 2005-07-11 | (bsd_sum_file, sysv_sym_file): | Paul Eggert | -6/+6 |
| 2005-07-11 | (main): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -1/+2 |
| 2005-07-11 | (open_next_file): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -2/+3 |
| 2005-07-11 | (head_lines, head_file): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -16/+6 |
| 2005-07-11 | (cksum): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -4/+3 |
| 2005-07-11 | (usage, main, long_options) [O_BINARY]: | Paul Eggert | -87/+9 |
| 2005-07-11 | (cat invocation): Remove -B or --binary option | Paul Eggert | -41/+27 |
| 2005-07-11 | Binary input and output are now implemented more consistently. | Paul Eggert | -0/+25 |
| 2005-07-09 | Don't include stdio.h; no longer needed. | Paul Eggert | -9/+7 |
| 2005-07-09 | Regenerate. | Paul Eggert | -5/+2 |
| 2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | -6/+6 |
| 2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | -6/+4 |
| 2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | -3/+5 |
| 2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | -2/+2 |
| 2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | -1/+1 |
| 2005-07-09 | Undo previous change, and remove AC_HEADER_TIOCGWINSZ. | Paul Eggert | -7/+0 |
| 2005-07-09 | Update to Eric Blake porting problems. | Paul Eggert | -3/+5 |
| 2005-07-08 | (getloadavg) [__CYGWIN__]: Port to cygwin. | Paul Eggert | -8/+15 |
| 2005-07-08 | Regenerate. | Paul Eggert | -0/+6 |
| 2005-07-08 | Fix porting problems reported by Eric Blake. | Paul Eggert | -1/+14 |
| 2005-07-08 | (gl_CHECK_ALL_HEADERS): Check for stropt.h. | Paul Eggert | -0/+5 |
| 2005-07-08 | (print_user): Don't assume uid fits in unsigned int. | Paul Eggert | -2/+4 |
| 2005-07-08 | Include stropt.h if available. | Paul Eggert | -0/+8 |
| 2005-07-08 | Include stropt.h if available. | Paul Eggert | -1/+4 |
| 2005-07-08 | Add check for HAVE_FIONREAD_IN_SYS_IOCTL. | Paul Eggert | -0/+6 |
| 2005-07-08 | (init_dfa, build_range_exp): Store __btowc value | Paul Eggert | -3/+10 |
| 2005-07-08 | backupfile.m4, same.m4 cleanup. | Paul Eggert | -0/+4 |
| 2005-07-08 | (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf. | Paul Eggert | -3/+3 |
| 2005-07-08 | (gl_SAME): Use AC_CHECK_FUNCS_ONCE on pathconf. | Paul Eggert | -3/+4 |