diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-28 20:59:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-28 20:59:22 +0000 |
commit | b1c3ea9e3196d1c5cfab45dd23ad24708b4ef876 (patch) | |
tree | 576abf08a67845ec242c90119d46fec8b0e68895 /libports | |
parent | bd72abd4e36109e6764e7a1cafca7be6cc6d9987 (diff) |
.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libports/ChangeLog b/libports/ChangeLog index fc4bc0bc..1f60ec4e 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,7 +1,20 @@ +1999-02-28 Roland McGrath <roland@baalperazim.frob.com> + + * destroy-right.c (ports_destroy_right): Return error_t (always 0). + * ports.h: Update decl. + + * bucket-iterate.c (_ports_bucket_class_iterate): New function, + transmorgified from ports_bucket_iterate. + (ports_bucket_iterate): Now just call that to do the work. + * class-iterate.c: New file. + (ports_class_iterate): New function. + * ports.h: Declare ports_class_iterate and _ports_bucket_class_iterate. + * Makefile (SRCS): Add class-iterate.c. + Thu Feb 25 10:31:57 1999 Thomas Bushnell, BSG <tb@mit.edu> * end-rpc.c (ports_end_rpc): Signal ports_block anytime an rpc - ends and someone is waiting on an inhibition. + ends and someone is waiting on an inhibition. 1999-01-01 Roland McGrath <roland@baalperazim.frob.com> |