summaryrefslogtreecommitdiff
path: root/libc-parts/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-06-26 07:37:37 +0000
committerneal <neal>2008-06-26 07:37:37 +0000
commit06212e772611951ad704a8a2b4d23ff9d71d29c6 (patch)
tree511d68d52695564820842fa518185a1feefd7dc8 /libc-parts/ChangeLog
parent05e23c2cc501a89ad446415a421472ecfaa9fd2b (diff)
viengoos/
2008-06-26 Neal H. Walfield <neal@gnu.org> * rm.h (RM_putchar): Remove. (RM_write): Replace with this. (rm_method_id_string): Update. (struct io_buffer): New structure. (write): New method. * server.c (server_loop): Replace putchar method implementation with write method implementation. libc-parts/ 2008-06-26 Neal H. Walfield <neal@gnu.org> * s_printf.c (io_buffer_flush) [! RM_INTERN]: New function. (io_buffer_append) [! RM_INTERN]: Likewise. (s_puts)[! RM_INTERN]: Use them. (s_vprintf) [! RM_INTERN]: Likewise. (s_putchar)[! RM_INTERN]: Use rm_write. newlib/ 2008-06-26 Neal H. Walfield <neal@gnu.org> * addon/newlib/libc/sys/hurd/writer.c (io_buffer_flush): New function. (io_buffer_append): Likewise. (write): Don't use rm_putchar but the new functions.
Diffstat (limited to 'libc-parts/ChangeLog')
-rw-r--r--libc-parts/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc-parts/ChangeLog b/libc-parts/ChangeLog
index 2c19efc..376cd5f 100644
--- a/libc-parts/ChangeLog
+++ b/libc-parts/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-26 Neal H. Walfield <neal@gnu.org>
+
+ * s_printf.c (io_buffer_flush) [! RM_INTERN]: New function.
+ (io_buffer_append) [! RM_INTERN]: Likewise.
+ (s_puts)[! RM_INTERN]: Use them.
+ (s_vprintf) [! RM_INTERN]: Likewise.
+ (s_putchar)[! RM_INTERN]: Use rm_write.
+
2008-06-24 Neal H. Walfield <neal@gnu.org>
* assert.h (build_assert): Define.