diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-20 20:36:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-20 20:36:26 +0000 |
commit | c238ecf7095c0df636011c10cd19e9ebc8d6225b (patch) | |
tree | d4c68c987b115bf9d3a0409df06b69f7ac1566ac /ChangeLog | |
parent | cbba1b889900b8a15252d25600631d5e5cf59188 (diff) | |
download | glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar.gz glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar.xz glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.zip |
Update.
2002-04-20 Ulrich Drepper <drepper@redhat.com> * Makefile: Add handling of xtests and xcheck targets. * MakeTAGS: Likewise. * Makeconfig: Likewise. * Makerules: Likewise. * Rules: Likewise. * sunrpc/Makefile (xtests): Add thrsvc if thread library available. * sunrpc/thrsvc.c: New file. By Zack Weinberg.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bee1ad5489..e0966cd2cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-04-20 Ulrich Drepper <drepper@redhat.com> + + * Makefile: Add handling of xtests and xcheck targets. + * MakeTAGS: Likewise. + * Makeconfig: Likewise. + * Makerules: Likewise. + * Rules: Likewise. + * sunrpc/Makefile (xtests): Add thrsvc if thread library available. + * sunrpc/thrsvc.c: New file. By Zack Weinberg. + 2002-04-11 Zack Weinberg <zack@codesourcery.com> * include/rpc/rpc.h (struct rpc_thread_variables): Remove |