X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5f1c8122007a91be8e27009298f9fc5248426bf9;hb=4097b52187106b6a2940d28968cfecd4e53f9b4e;hp=bab6c18be45a09d0cf14b1860f3dfb2756aabdf0;hpb=c1a8deec087574f403929e58eadaed9015a93afe;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index bab6c18be..5f1c81220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,50 @@ -2009-07-25 Bruno Haible +2009-07-29 Joel E. Denny - * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already - defined as macros. Needed on QNX 6.4.1. + update-copyright: generalize comment handling + * build-aux/update-copyright: Handle copyright statements + within more comment styles. + Document usage. + Report any file with an external copyright holder or parse failure. + +2009-07-29 Jim Meyering + + mktime: correct setting of REPLACE_MKTIME + * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required. + + update-copyright: new module + * modules/update-copyright: New file. + * build-aux/update-copyright: New file. + * MODULES.html.sh (maint+release support): Add update-copyright. + +2009-07-27 Bruno Haible + + Fix compilation error when is used and mktime is replaced. + * lib/time.in.h (mktime): New declaration. + * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set + REPLACE_MKTIME instead of defining mktime in config.h. + * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME. + * modules/time (Makefile.am): Substitute REPLACE_MKTIME. + Reported by Ross McFarland . + +2009-07-27 Bruno Haible + + * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it. Reported by Matt Kraai . +2009-07-25 Jim Meyering + + maint.mk: avoid warnings about missing files + * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a + diagnostic when .prev-version does not exist. + (_cfg_mk): Define, so it can be empty when cfg.mk does not exist. + (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about + nonexistent cfg.mk. + Suggestions from Simon Josefsson. + 2009-07-25 Bruno Haible - * gnulib-tool (func_create_testdir, func_create_megatestdir): Exclude - the maintainer-makefile module. + * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already + defined as macros. Needed on QNX 6.4.1. Reported by Matt Kraai . 2009-07-23 Jim Meyering