X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=0a9a5e2b5b2fe6dc77b41f8d89a82784420d7095;hb=4f5d6947d90a65c2b577ef2ca7adf4e413cfe6b6;hp=572319aab5f5d8d11cbf58d30369d128425b2c60;hpb=dd469821917cebe0abde6601b2ba7cd887bc498f;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 572319aab..0a9a5e2b5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,28 @@ +2005-03-07 Bruno Haible + + * pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks. + +2005-03-03 Derek R. Price + Bruno Haible + + * pagealign_alloc.h: New file. + * pagealign_alloc.c: New file. + +2005-01-28 Bruno Haible + + * stpncpy.h (stpncpy): Define as a macro without arguments, so that + stpncpy.c uses it. + +2005-03-01 Paul Eggert + + Remove workaround for bug in Linux kernel 2.6.8 or thereabouts. + The workaround isn't strictly needed for POSIX conformance, and + it's too much of a pain to configure and maintain. We'll ask + people to fix their kernels instead. + * xnanosleep.c: Don't include gethrxtime.h or xtime.h. + (NANOSLEEP_BUG_WORKAROUND): Remove. + (xnanosleep): Remove the workaround. + 2005-02-12 Bruno Haible * vasnprintf.c (EOVERFLOW): Define to a fallback if needed.