summaryrefslogtreecommitdiff
path: root/libc/ChangeLog.eglibc
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-21 23:20:09 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-21 23:20:09 +0000
commit79f976bd81f903a3d63e60a7715d3d6b0afd0681 (patch)
treea1ffe0f61d3736c979ed419ba05bbc8fb0f5639d /libc/ChangeLog.eglibc
parentf10575db5ca499a9845de384aa69e5c8ccdc4520 (diff)
Implement the OPTION_EGLIBC_WORDEXP option group.
* option-groups.def (OPTION_EGLIBC_WORDEXP): New entry. * option-groups.defaults (OPTION_EGLIBC_WORDEXP): Initialize. * posixf/Makefile (routines): Put wordexp in the group. (tests): Put wordexp-test and wordexp-tst.out in the option group. git-svn-id: svn://svn.eglibc.org/trunk@3229 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/ChangeLog.eglibc')
-rw-r--r--libc/ChangeLog.eglibc8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index fdf8eda6a..75785c2ee 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,11 @@
+2007-08-21 Jim Blandy <jimb@codesourcery.com>
+
+ Implement the OPTION_EGLIBC_WORDEXP option group.
+ * option-groups.def (OPTION_EGLIBC_WORDEXP): New entry.
+ * option-groups.defaults (OPTION_EGLIBC_WORDEXP): Initialize.
+ * posixf/Makefile (routines): Put wordexp in the group.
+ (tests): Put wordexp-test and wordexp-tst.out in the option group.
+
2007-08-20 Jim Blandy <jimb@codesourcery.com>
Implement the OPTION_EGLIBC_ADVANCED_INET6 option group.