Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | Include intprops.h instead of limits.h. | Paul Eggert | |
(INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove. | |||
2005-03-09 | (LONGEST_HUMAN_READABLE): Use 146/485 rather than 302/1000. | Paul Eggert | |
2005-03-09 | Include intprops.h. | Paul Eggert | |
(group_number): Use INT_STRLEN_BOUND instead of rolling it ourself. | |||
2005-03-09 | Include intprops.h instead of limits.h. | Paul Eggert | |
(INT_STRLEN_BOUND): Remove. | |||
2005-03-09 | * lib/fts.c: Include intprops.h. | Paul Eggert | |
(TYPE_SIGNED): Remove. | |||
2005-03-09 | Initial revision. | Paul Eggert | |
2005-03-09 | . | Jim Meyering | |
2005-03-09 | . | Jim Meyering | |
2005-03-09 | More migration to AC_LIBSOURCES/AC_LIBOBJ. | Jim Meyering | |
(libfetish_a_SOURCES): Remove two more pairs of files: cycle-check.c, cycle-check.h and argmatch.c, argmatch.h. | |||
2005-03-09 | . | Jim Meyering | |
2005-03-09 | Don't include "xalloc.h". It's not used. | Jim Meyering | |
2005-03-04 | Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts. | Paul Eggert | |
2005-03-01 | . | Jim Meyering | |
2005-03-01 | Don't include gethrxtime.h or xtime.h. | Paul Eggert | |
(NANOSLEEP_BUG_WORKAROUND): Remove. (xnanosleep): Remove the workaround. | |||
2005-02-28 | *** empty log message *** | Jim Meyering | |
2005-02-28 | (xnanosleep): Work around bug in Linux-2.6.8.1's | Jim Meyering | |
nanosleep whereby it fails without setting errno upon being resumed after being suspended. | |||
2005-02-26 | Regenerate. | Paul Eggert | |
2005-02-26 | * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for | Paul Eggert | |
integer overflow again. | |||
2005-02-26 | (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for | Paul Eggert | |
integer overflow again. Actually, neither this nor the 2005-01-23 change fixes any bug on any plausible platform; it's more of a code-clarity thing. | |||
2005-02-26 | Sync from gnulib. | Paul Eggert | |
2005-02-24 | strftime.c cleanup to handle outlandish years. | Paul Eggert | |
2005-02-24 | Include <stdbool.h>. Use bool where appropriate, instead of int. | Paul Eggert | |
(my_strftime): Do not mishandle years close to INT_MAX, by doing the right thing even if adding 1900 would overflow. Similarly for tm_mon + 1 and tm_yday + 1. Make %Y always equivalent to %C%y, and similarly for %G and %g. (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional. (DO_SIGNED_NUMBER): New macro. (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1. | |||
2005-02-22 | Regenerate. | Paul Eggert | |
2005-02-22 | Fix clock_gettime library access problem on recent GNU/Linux systems. | Paul Eggert | |
2005-02-22 | (libfetish_a_SOURCES): Remove xnanosleep.c, | Paul Eggert | |
xnanosleep.h; now done by ../m4/xnanosleep.m4 automatically. | |||
2005-02-21 | Regenerate. | Paul Eggert | |
2005-02-21 | Describe recent changes to use realtime clocks if available, | Paul Eggert | |
when appropriate; also, gettime now returns void. | |||
2005-02-21 | Include xtime.h and gethrxtime.h, not xalloc.h. | Paul Eggert | |
(timespec_subtract): Remove. (NANOSLEEP_BUG_WORKAROUND): New constant. (xnanosleep): Use gethrxtime rather than gettime; this simplifies things considerably. Use it only on GNU/Linux hosts, since the workaround shouldn't be needed elsewhere. | |||
2005-02-21 | (gettime): Return void, since it always | Paul Eggert | |
succeeds now. All uses changed. | |||
2005-02-21 | (gettime) Return void, since it always | Paul Eggert | |
succeeds now. All uses changed. [HAVE_NANOTIME]: Prefer nanotime. Assume gettimeofday succeeds, as POSIX requires. Assime time () succeeds, since other code already does. | |||
2005-02-21 | (get_date): gettime now returns void, not int. | Paul Eggert | |
2005-02-21 | Initial revision. | Paul Eggert | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | (xgethostname): Check for ENOMEM, which is | Jim Meyering | |
returned by OSX/Darwin if the specified buffer is not large enough for the hostname. | |||
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | (libfetish_a_SOURCES): Remove linebuffer.[ch] and stripslash.c. | Jim Meyering | |
2005-02-13 | . | Jim Meyering | |
2005-02-11 | *** empty log message *** | Jim Meyering | |
2005-02-11 | Remove names of files that are now mentioned in AC_LIBSOURCES | Jim Meyering | |
and AC_LIBOBJ uses in inttostr.m4. (libfetish_a_SOURCES): Remove imaxtostr.c, offtostr.c, and umaxtostr.c. (EXTRA_DIST): Remove inttostr.c and inttostr.h. | |||
2005-02-09 | . | Jim Meyering | |
2005-02-08 | *** empty log message *** | Jim Meyering | |
2005-02-08 | (libfetish_a_SOURCES): Remove memcasecmp.c and memcasecmp.h. | Jim Meyering | |
2005-02-07 | (vasnprintf) [!USE_SNPRINTF]: Correct the test for integer overflow. | Jim Meyering | |
2005-02-07 | *** empty log message *** | Jim Meyering | |
2005-02-07 | (libfetish_a_SOURCES): Remove fts.c, fts_.h, and | Jim Meyering | |
getcwd.h now that they're mentioned in AC_LIBSOURCES and AC_LIBOBJ uses in the corresponding ../m4/*.m4. | |||
2005-02-03 | Regenerate. | Paul Eggert | |
2005-02-03 | Define and use new file memrchr.h. | Paul Eggert | |
2005-02-03 | [!defined _LIBC]: Include "memrchr.h" rather than <string.h>. | Paul Eggert | |
Don't bother including stddef.h. | |||
2005-02-03 | Include memrchr.h. | Paul Eggert | |