Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2005-07-04 | rename: s/verify_dcl/verify_decl/ | Jim Meyering | |
2005-07-04 | rename: s/verify_dcl/verify_decl/ | Jim Meyering | |
2005-07-04 | *** empty log message *** | Jim Meyering | |
2005-07-04 | (libcoreutils_a_SOURCES): Add verify.h here, temporarily. | Jim Meyering | |
Eventually, it'll be pulled in via AC_LIBSOURCES. | |||
2005-07-04 | *** empty log message *** | Jim Meyering | |
2005-07-04 | Include "verify.h". | Jim Meyering | |
2005-07-04 | *** empty log message *** | Jim Meyering | |
2005-07-04 | (verify, verify_dcl): New file/macros. | Jim Meyering | |
2005-07-04 | *** empty log message *** | Jim Meyering | |
2005-07-04 | (verify_dcl): Rename from VERIFY. Update use. | Jim Meyering | |
2005-07-04 | *** empty log message *** | Jim Meyering | |
2005-07-04 | Reflect name change: s/VERIFY/verify_dcl/. | Jim Meyering | |