summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-03-09Add TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE, and usePaul Eggert
2005-03-09*** empty log message ***Jim Meyering
2005-03-09[!HAVE_FCHDIR]: Define open, fchdir, and chdir_longJim Meyering
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-09Factor int-properties macros into a single file, except forPaul Eggert
2005-03-09Include xstrtol.h first, to test interface.Paul Eggert
2005-03-09Include intprops.h.Paul Eggert
2005-03-09Include intprops.h.Paul Eggert
2005-03-09Include intprops.h.Paul Eggert
2005-03-09Adjust comments to match intprops.h.Paul Eggert
2005-03-09(TYPE_SIGNED): Remove.Paul Eggert
2005-03-09Include <signal.h>, intprops.h.Paul Eggert
2005-03-09(TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,Paul Eggert
2005-03-09Include intprops.h instead of limits.h.Paul Eggert
2005-03-09(LONGEST_HUMAN_READABLE): Use 146/485 rather than 302/1000.Paul Eggert
2005-03-09Include intprops.h.Paul Eggert
2005-03-09Include intprops.h instead of limits.h.Paul Eggert
2005-03-09* lib/fts.c: Include intprops.h.Paul Eggert
2005-03-09Initial revision.Paul Eggert
2005-03-09.Jim Meyering
2005-03-09.Jim Meyering
2005-03-09More migration to AC_LIBSOURCES/AC_LIBOBJ.Jim Meyering
2005-03-09.Jim Meyering
2005-03-09Don't include "xalloc.h". It's not used.Jim Meyering
2005-03-04Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts.Paul Eggert
2005-03-01.Jim Meyering
2005-03-01Don't include gethrxtime.h or xtime.h.Paul Eggert
2005-02-28*** empty log message ***Jim Meyering
2005-02-28(xnanosleep): Work around bug in Linux-2.6.8.1'sJim Meyering
2005-02-26Regenerate.Paul Eggert
2005-02-26* vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test forPaul Eggert
2005-02-26(VASNPRINTF) [!USE_SNPRINTF]: Correct the test forPaul Eggert
2005-02-26Sync from gnulib.Paul Eggert
2005-02-24strftime.c cleanup to handle outlandish years.Paul Eggert
2005-02-24Include <stdbool.h>. Use bool where appropriate, instead of int.Paul Eggert
2005-02-22Regenerate.Paul Eggert
2005-02-22Fix clock_gettime library access problem on recent GNU/Linux systems.Paul Eggert
2005-02-22(libfetish_a_SOURCES): Remove xnanosleep.c,Paul Eggert
2005-02-21Regenerate.Paul Eggert
2005-02-21Describe recent changes to use realtime clocks if available,Paul Eggert
2005-02-21Include xtime.h and gethrxtime.h, not xalloc.h.Paul Eggert
2005-02-21(gettime): Return void, since it alwaysPaul Eggert
2005-02-21(gettime) Return void, since it alwaysPaul Eggert
2005-02-21(get_date): gettime now returns void, not int.Paul Eggert
2005-02-21Initial 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 isJim Meyering