diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 23:02:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 23:02:01 +0000 |
commit | 9a5933834ba8f1289024c1ab13e1cd711b5ec3af (patch) | |
tree | ee657c7e17e88bc2aabee4909ac10bff8c36a300 /ChangeLog | |
parent | 419bcf40d791f84cbebaed50dfc488f24980ca31 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |