diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-01 21:49:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-01 21:49:24 +0000 |
commit | 4380ef5e29eb219706a725848c4e704762a58708 (patch) | |
tree | 0b827eedce1e37f7e13af031b35cd5e203c82a82 /ChangeLog | |
parent | 289e8e7ea11afad41aaac7d43400bf4ee28aada5 (diff) | |
download | glibc-4380ef5e29eb219706a725848c4e704762a58708.tar.gz glibc-4380ef5e29eb219706a725848c4e704762a58708.tar.xz glibc-4380ef5e29eb219706a725848c4e704762a58708.zip |
Update.
* dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c. (tests): Add glrefmain. Add rules to build modules and run tests. Ignore result of glrefmain for now since it fails. * dlfcn/glrefmain.c: New file. * dlfcn/glreflib1.c: New file. * dlfcn/glreflib2.c: New file. * test-skeleton.c: Include <string.h> for strsignal prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 42b51ea854..315d8b931b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2000-04-01 Ulrich Drepper <drepper@redhat.com> + * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c. + (tests): Add glrefmain. + Add rules to build modules and run tests. Ignore result of glrefmain + for now since it fails. + * dlfcn/glrefmain.c: New file. + * dlfcn/glreflib1.c: New file. + * dlfcn/glreflib2.c: New file. + + * test-skeleton.c: Include <string.h> for strsignal prototype. + * locale/programs/ld-collate.c (check_duplicate): Allow repertoire to be missing. |