From: Simon Josefsson Date: Thu, 6 Mar 2008 11:13:54 +0000 (+0100) Subject: Add entries for recent func module changes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1025c85de99fa5012e69fcfd7683cc1728185b;p=pspp Add entries for recent func module changes. --- diff --git a/ChangeLog b/ChangeLog index 0df21154ad..e45a65de2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,17 @@ * modules/func (License): Change license to unlimited; there was no LGPL parts in the module anyway. +2008-03-06 Simon Josefsson + + * modules/__func__: Renamed to modules/func. + * modules/__func__-tests: Renamed to modules/func-tests. + * tests/test-__func__.c: Renamed to tests/test-func.c. + * m4/__func__.m4: Renamed to m4/func.m4. + * doc/gnulib.texi (__func__): Section renamed to func. + Suggested by Eric Blake . + +2008-03-06 Simon Josefsson + * doc/gnulib.texi (__func__): Use C99 terminology when talking about __func__. Make example self-contained. Suggested by Eric Blake . @@ -10,6 +21,14 @@ * tests/test-__func__.c (main): Avoid extraneous () around __func. Suggested by Eric Blake . +2008-03-06 Simon Josefsson + + * modules/__func__: New file. + * modules/__func__-tests: New file. + * tests/test-__func__.c: New file. + * m4/__func__.m4: New file. + * doc/gnulib.texi (__func__): Document __func__ module. + 2008-03-05 Simon Josefsson * modules/byteswap (License): Re-license as LGPLv2+.