aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-26 23:02:01 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-26 23:02:01 +0000
commit9a5933834ba8f1289024c1ab13e1cd711b5ec3af (patch)
treeee657c7e17e88bc2aabee4909ac10bff8c36a300 /ChangeLog
parent419bcf40d791f84cbebaed50dfc488f24980ca31 (diff)
downloadglibc-9a5933834ba8f1289024c1ab13e1cd711b5ec3af.tar
glibc-9a5933834ba8f1289024c1ab13e1cd711b5ec3af.tar.gz
glibc-9a5933834ba8f1289024c1ab13e1cd711b5ec3af.tar.bz2
glibc-9a5933834ba8f1289024c1ab13e1cd711b5ec3af.zip
[BZ #652]
2005-01-11 Thorsten Kukuk <kukuk@suse.de> [BZ #652] * posix/getconf.c: Add new option -a to print the names of the current system configuration variables to stdout. Based on patch from Josh Aas <josha@sgi.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db6955fe9f..935693f690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-11 Thorsten Kukuk <kukuk@suse.de>
+
+ [BZ #652]
+ * posix/getconf.c: Add new option -a to print the names of
+ the current system configuration variables to stdout.
+ Based on patch from Josh Aas <josha@sgi.com>.
+
2005-09-26 Ulrich Drepper <drepper@redhat.com>
[BZ #644]