diff options
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> |