Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-07-04 | *** empty log message *** | Jim Meyering | |
2005-07-04 | (verify): Rename from VERIFY_EXPR, to be lower case, | Jim Meyering | |
like assert. Use sizeof, rather than equivalent ((...)0), for it's slightly simpler syntax. Suggestions from Paul Eggert. (verify_decl): Rename from VERIFY. | |||
2005-07-04 | Remove the dependency of the strftime module on the tzset module. | Paul Eggert | |
2005-07-04 | (my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]: | Paul Eggert | |
Copy the input structure, to work around some of the bug with Solaris 2.5.1 and Solaris 2.6. | |||
2005-07-04 | (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER. | Paul Eggert | |
2005-07-04 | (gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER. | Paul Eggert | |
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | (posixtime) [lint]: Initialize *all* of tm0, not just | Jim Meyering | |
the .tm_year member, since otherwise gcc-4.0 would now warn about tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday. | |||
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | Adjust for new diagnostic. | Jim Meyering | |
2005-07-03 | Adjust for new diagnostic. | Jim Meyering | |
2005-07-03 | cp and mv: the --reply=X option is deprecated | Jim Meyering | |
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | (main): Using --reply now evokes a warning. | Jim Meyering | |
(usage): Remove description of --reply. | |||
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | (cp invocation): Mark --reply as deprecated. | Jim Meyering | |
(mv invocation): Likewise. | |||
2005-07-03 | *** empty log message *** | Jim Meyering | |
2005-07-03 | Remove obsolete comment. | Jim Meyering | |
2005-07-03 | . | Jim Meyering | |
2005-07-03 | *** empty log message *** | Jim Meyering | |