aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-06 21:04:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-06 21:04:46 +0000
commit8cb9c6509bde1537467b3432eb38ac26cb7f5e11 (patch)
treea7ea20361287943f742c989cf48a69d81219983e /ChangeLog
parentb64cd08aab1cb423d1fb18132f0c21ee5ac10f31 (diff)
downloadglibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.tar
glibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.tar.gz
glibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.tar.bz2
glibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.zip
Update.
* stdlib/Makefile (tests): Add tst-bsearch. * stdlib/tst-bsearch.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 894f97180d..433dbcae52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-09-06 Ulrich Drepper <drepper@redhat.com>
+ * stdlib/Makefile (tests): Add tst-bsearch.
+ * stdlib/tst-bsearch.c: New file.
+
* posix/getopt.c (_getopt_internal): Don't recognize an option
name as ambiguous if it's a prefix for more than one name but the
other struct option values are identical.