summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
stropt.h -> stropts.h
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
stropt.h -> stropts.h
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
[__linux__]: Allocate a big enough buffer for /proc/loadavg. [!LDAV_DONE]: Avoid unused variable warning.
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
(print_group): Likewise, for gid.
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-08Include 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-08Add check for HAVE_FIONREAD_IN_SYS_IOCTL.Paul Eggert
2005-07-08(init_dfa, build_range_exp): Store __btowc valuePaul Eggert
in wint_t, not wchar_t. Remove now-unnecessary cast.
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
Require AC_SYS_LONG_FILE_NAMES.
2005-07-08Regenerate.Paul Eggert
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert
now in gnulib.
2005-07-08Add regcomp.c, regex_internal.c, regex_internal.h.Paul Eggert
2005-07-08(libcoreutils_a_SOURCES): Remove regex.h; gnulibPaul Eggert
now does this automatically for us.
2005-07-07.Jim Meyering
2005-07-06remove stray `=' from commentJim Meyering
2005-07-05(DECIMAL_DIGIT_ACCUMULATE): Generate a hard errorPaul Eggert
(not just a warning) if GCC is used and the types don't match.
2005-07-05fix typo in commentJim Meyering
2005-07-05Remove the need for typeof.Paul Eggert
2005-07-05Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is nowPaul 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-05Remove typeof test; no longer needed.Paul Eggert
2005-07-05(gl_PREREQ): Don't require gl_TYPEOF; no longer needed.Paul Eggert
2005-07-05Adjust to verify.h change.Paul Eggert
2005-07-05(VERIFY_W_TYPEOF): Adjust to verify.h change.Paul Eggert
2005-07-05verify.h improvements.Paul Eggert
2005-07-05* verify.h (GL_CONCAT0, GL_CONCAT): Define unconditionally; don'tPaul 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-04rename: s/verify_dcl/verify_decl/Jim Meyering
2005-07-04rename: 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-04Include "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-04Reflect name change: s/VERIFY/verify_dcl/.Jim Meyering