diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-16 20:35:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-16 20:35:08 +0000 |
commit | d0c9c92e41409bbe0e2234d832e4aea98b902105 (patch) | |
tree | 32a6c11af13e46764203a6caf230d3708de98353 /libiohelp/ChangeLog | |
parent | 806dfe03abda27b089f45eea4da742490c155595 (diff) |
.
Diffstat (limited to 'libiohelp/ChangeLog')
-rw-r--r-- | libiohelp/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog index 0388b756..50026606 100644 --- a/libiohelp/ChangeLog +++ b/libiohelp/ChangeLog @@ -1,9 +1,25 @@ +2001-04-21 Neal H Walfield <neal@cs.uml.edu> + + * iohelp.h (iohelp_create_iouser): Change declaration + such that as error_t is now returned and the iouser is + a parameter. + (iohelp_create_empty_iouser): New funtion. + (iohelp_create_simple_iouser): New function. + (iohelp_create_complex_iouser): New funtion. + * iouser-create.c (iohelp_create_iouser): Implement new + semantics. + (iohelp_create_empty_iouser): Implement new function. + (iohelp_create_simple_iouser): Implement new function. + (iohelp_create_complex_iouser): Implement new function. + * iouser-dup.c (iohelp_dup_iouser): Implement new semantics. + * iouser-reauth.c (iohelp_reauth): Implement new semantics. + 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu> * return-buffer.c: Include <sys/mman.h>. * iouser-reauth.c (iohelp_reauth): Cast first arg to munmap - correctly. + correctly. 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> |