X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=bb9a664726f8d905d1b1510aeba75cb936942bd5;hb=c116e7501e246cec2ffee3582e5ed9728b21c7a8;hp=a00164578f4f1e128cdaaee8976b61af8cb7044d;hpb=c27fe97d89a062031db44639f4434169752538fe;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index a00164578..bb9a66472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2007-10-09 Eric Blake + + Silence test-fpending. + * modules/fpending-tests (Files): Add wrapper script. + * tests/test-fpending.sh: New file. + +2007-10-09 Bruno Haible + + * MODULES.html.sh (func_module): Don't create a hyperlink for + function names like 'printf_frexp'. + (Misc): Add crc, memxor. + (Characteristics of floating types): New section. + (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm, + isnanf-nolibm, signbit, trunc, truncf, truncl. + (Enhancements for ISO C 99 functions): New subsection Input/output. + (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix, + fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open, + locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep. + (Compatibility checks for POSIX:2001 functions): Add clock-time. + (Enhancements for POSIX:2001 functions): Add chdir-long. + (File system functions): Add areadlink, chdir-safer, read-file. + Remove cycle-check. + (File system as inode set): New section. + (Date and time): Add gethrxtime. + (Multithreading): Add openmp. + (Internationalization functions): Add localename. + (Unicode string functions): Add unistr/u*-mbsnlen. + (Support for maintaining and releasing projects): Add git-version-gen. + (Lone files): Remove directories. + +2007-10-08 Ben Pfaff + + * lib/xmalloca.h: Fix typo in comment. + +2007-10-08 Paul Eggert + + * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior + when avoiding problems with integer overflow. Use a portable test + instead. + 2007-10-08 Simon Josefsson * modules/dummy (License): Change to LGPLv2+. @@ -1143,7 +1183,7 @@ * doc/functions/floorf.texi: Mention the 'floorf' module. 2007-10-04 Benoit Sigoure - Bruno Haible + Bruno Haible Advertise for the Git server instead of the CVS server. * doc/gnulib-intro.texi (Steady Development): Mention the Git @@ -1273,8 +1313,8 @@ * lib/fseeko.c (rpl_fseeko): Likewise. 2007-10-03 Bruno Haible - Jim Meyering - Eric Blake + Jim Meyering + Eric Blake * doc/relocatable.texi: Use @command instead of @program.