changeset 9763:e6074e5f4cbf

Add entries for recent func module changes.
author Simon Josefsson <simon@josefsson.org>
date Thu, 06 Mar 2008 12:13:54 +0100
parents 5b0dc929e56e
children d0febee6878d
files ChangeLog
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <simon@josefsson.org>
+
+	* 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 <ebb9@byu.net>.
+
+2008-03-06  Simon Josefsson  <simon@josefsson.org>
+
 	* doc/gnulib.texi (__func__): Use C99 terminology when talking
 	about __func__.  Make example self-contained.  Suggested by Eric
 	Blake <ebb9@byu.net>.
@@ -10,6 +21,14 @@
 	* tests/test-__func__.c (main): Avoid extraneous () around __func.
 	Suggested by Eric Blake <ebb9@byu.net>.
 
+2008-03-06  Simon Josefsson  <simon@josefsson.org>
+
+	* 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  <simon@josefsson.org>
 
 	* modules/byteswap (License): Re-license as LGPLv2+.