Simon Josefsson <[EMAIL PROTECTED]> writes:
> Jim Meyering <[EMAIL PROTECTED]> writes:
>
>> Simon Josefsson <[EMAIL PROTECTED]> wrote:
>>> Eric Blake <[EMAIL PROTECTED]> writes:
>> ...
>>>> Maybe it's just me, but I hate typing _ (it involves a shift key and some
>>>> coordination). Can we name it modules/func rather than modules/__func__?
>>
>> Hi Simon,
>>
>>> Ouch, I have already pushed it. Should we rename it?
>>
>> I'd like that.
>> There is precedent.
>> I did that to __fpending.[ch] and haven't regretted it :-)
>
> Pushed. Let's hope there won't be something else called 'func'...
I forgot to commit the changelog entries. Now fixed.
/Simon
>From 2d1025c85de99fa5012e69fcfd7683cc1728185b Mon Sep 17 00:00:00 2001
From: Simon Josefsson <[EMAIL PROTECTED]>
Date: Thu, 6 Mar 2008 12:13:54 +0100
Subject: [PATCH] Add entries for recent func module changes.
---
ChangeLog | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0df2115..e45a65d 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>.
+
+2008-03-06 Simon Josefsson <[EMAIL PROTECTED]>
+
* doc/gnulib.texi (__func__): Use C99 terminology when talking
about __func__. Make example self-contained. Suggested by Eric
Blake <[EMAIL PROTECTED]>.
@@ -10,6 +21,14 @@
* tests/test-__func__.c (main): Avoid extraneous () around __func.
Suggested by Eric Blake <[EMAIL PROTECTED]>.
+2008-03-06 Simon Josefsson <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* modules/byteswap (License): Re-license as LGPLv2+.
--
1.5.4.1