Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-21 | Regenerate. | Paul Eggert | |
2005-03-21 | * Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c, | Paul Eggert | |
as they are now done by Autoconf macros. | |||
2005-03-21 | (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c, | Paul Eggert | |
as they are now done by Autoconf macros. | |||
2005-03-21 | Regenerate. | Paul Eggert | |
2005-03-21 | Sync from gnulib. | Paul Eggert | |
2005-03-19 | . | Jim Meyering | |
2005-03-19 | * strftime.c (my_strftime): If the underlying strftime returns 0 | Paul Eggert | |
(which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0. | |||
2005-03-19 | (my_strftime): If the underlying strftime returns 0 | Paul Eggert | |
(which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0. | |||
2005-03-16 | * strftime.c (my_strftime): Prepend space to format. | Paul Eggert | |
2005-03-16 | (my_strftime): Prepend space to format so that we can | Paul Eggert | |
reliably distinguish strftime failure from empty output on POSIX hosts. | |||
2005-03-15 | Fix comments and indenting. | Paul Eggert | |
2005-03-15 | Sync mktime.c and strtol.c macros from intprops.h. | Paul Eggert | |
2005-03-14 | * strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT | Paul Eggert | |
&& HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]. | |||
2005-03-11 | *** empty log message *** | Jim Meyering | |
2005-03-09 | Add TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE, and use | Paul Eggert | |
less-tricky TYPE_MINIMUM and TYPE_MAXIMUM. | |||
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long | Jim Meyering | |
so that this module works on systems without fchdir. | |||
2005-03-09 | . | Jim Meyering | |
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | (libfetish_a_SOURCES): Remove xstrtol.c and xstrtol.h. | Jim Meyering | |
2005-03-09 | Factor int-properties macros into a single file, except for | Paul Eggert | |
glibc-related files. | |||
2005-03-09 | Include xstrtol.h first, to test interface. | Paul Eggert | |
Include intprops.h. (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove. | |||
2005-03-09 | Include intprops.h. | Paul Eggert | |
(TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove. | |||
2005-03-09 | Include intprops.h. | Paul Eggert | |
(TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove. (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT instead of rolling our own expressions. | |||
2005-03-09 | Include intprops.h. | Paul Eggert | |
(TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove. | |||
2005-03-09 | Adjust comments to match intprops.h. | Paul Eggert | |
2005-03-09 | (TYPE_SIGNED): Remove. | Paul Eggert | |
(INT_STRLEN_BOUND): Switch to same implementation as intprops.h. | |||
2005-03-09 | Include <signal.h>, intprops.h. | Paul Eggert | |
(INT_STRLEN_BOUND): Remove. | |||
2005-03-09 | (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros, | Paul Eggert | |
for consistency with intprops.h. (time_t_is_integer, twos_complement_arithmetic): Use them. | |||
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 | |