Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Avoid setmode; use POSIX-specified routines instead. | |||
2005-07-11 | (copy_to_temp, tac_file, main): | Paul Eggert | |
Avoid setmode; use POSIX-specified routines instead. | |||
2005-07-11 | (bsd_sum_file, sysv_sym_file): | Paul Eggert | |
Avoid setmode; use POSIX-specified routines instead. | |||
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 | |
(elide_tail_bytes_file, elide_tail_lines_file, head_bytes): (head_lines, head_file): Always use binary mode except for std tty. | |||
2005-07-11 | (cksum): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | |
2005-07-11 | (usage, main, long_options) [O_BINARY]: | Paul Eggert | |
Remove support for -B. Use same rules as other programs to decide whether to use binary I/O, except that the -bensAE options always select text mode. (main): Avoid setmode; use POSIX-specified routines instead. | |||
2005-07-11 | (cat invocation): Remove -B or --binary option | Paul Eggert | |
(available on MS-DOS-like platforms only). Explain when text and binary mode are used now. (md5sum invocation): -b actually does have an effect on Unix: it causes "*" to be output. Explain when text and binary mode are used now. | |||
2005-07-11 | Binary input and output are now implemented more consistently. | Paul Eggert | |
These changes affect only platforms like MS-DOS that distinguish between binary and text files. | |||
2005-07-09 | Don't include stdio.h; no longer needed. | Paul Eggert | |
2005-07-09 | Regenerate. | Paul Eggert | |
2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | |
stropt.h -> stropts.h | |||
2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | |
stropt.h -> stropts.h | |||
2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | |
2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | |
2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | |
2005-07-09 | Undo previous change, and remove AC_HEADER_TIOCGWINSZ. | Paul Eggert | |
2005-07-09 | Update to Eric Blake porting problems. | Paul Eggert | |
2005-07-08 | (getloadavg) [__CYGWIN__]: Port to cygwin. | Paul Eggert | |
[__linux__]: Allocate a big enough buffer for /proc/loadavg. [!LDAV_DONE]: Avoid unused variable warning. | |||
2005-07-08 | Regenerate. | Paul Eggert | |
2005-07-08 | Fix 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 | |
(print_group): Likewise, for gid. | |||
2005-07-08 | Include stropt.h if available. | Paul Eggert | |
2005-07-08 | Include stropt.h if available. | Paul Eggert | |
Use HAVE_FIONREAD_IN_SYS_IOCTL instead of _POSIX_SOURCE to decide whether to include <sys/ioctl.h>. | |||
2005-07-08 | Add check for HAVE_FIONREAD_IN_SYS_IOCTL. | Paul Eggert | |
2005-07-08 | (init_dfa, build_range_exp): Store __btowc value | Paul Eggert | |
in wint_t, not wchar_t. Remove now-unnecessary cast. | |||
2005-07-08 | backupfile.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 | |
Require AC_SYS_LONG_FILE_NAMES. | |||
2005-07-08 | Regenerate. | Paul Eggert | |
2005-07-08 | Switch to Isamu Hasegawa's implementation of regex, which is | Paul Eggert | |
now in gnulib. | |||
2005-07-08 | Add regcomp.c, regex_internal.c, regex_internal.h. | Paul Eggert | |
2005-07-08 | (libcoreutils_a_SOURCES): Remove regex.h; gnulib | Paul Eggert | |
now does this automatically for us. | |||
2005-07-07 | . | Jim Meyering | |
2005-07-06 | remove stray `=' from comment | Jim Meyering | |
2005-07-05 | (DECIMAL_DIGIT_ACCUMULATE): Generate a hard error | Paul Eggert | |
(not just a warning) if GCC is used and the types don't match. | |||
2005-07-05 | fix typo in comment | Jim Meyering | |
2005-07-05 | Remove the need for typeof. | Paul Eggert | |
2005-07-05 | Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is now | Paul Eggert | |
a type, not a value. | |||
2005-07-05 | (VERIFY_W_TYPEOF): Remove; no longer needed. | Paul Eggert | |
(DECIMAL_DIGIT_ACCUMULATE): Change last arg from T's maximum value to T itself. All callers changed. Check that T is unsigned, and that Accum is of type T. This fixes a bug in the unlikely case where SIZE_MAX <= INT_MAX, and it no longer requires typeof to do the proper validity checks. | |||
2005-07-05 | Remove typeof test; no longer needed. | Paul Eggert | |
2005-07-05 | (gl_PREREQ): Don't require gl_TYPEOF; no longer needed. | Paul Eggert | |
2005-07-05 | Adjust to verify.h change. | Paul Eggert | |
2005-07-05 | (VERIFY_W_TYPEOF): Adjust to verify.h change. | Paul Eggert | |
2005-07-05 | verify.h improvements. | Paul Eggert | |
2005-07-05 | * verify.h (GL_CONCAT0, GL_CONCAT): Define unconditionally; don't | Paul Eggert | |
depend on whether verify_decl is defined. (verify): Renamed from verify_decl. All uses changed. Use an extern function decl, as it can't possibly collide with other decls. (verify_expr): Renamed from verify. All uses changed. (verify_type__): New private macro. (verify, verify_expr): Use it. |