summaryrefslogtreecommitdiff
path: root/trans/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-22 21:02:39 +0000
committerRoland McGrath <roland@gnu.org>2001-12-22 21:02:39 +0000
commit845d4b6af842e4c6815a4789595f1e7802be1b33 (patch)
tree9b5a68465cb9e6f1f78c5e4672f5fcc2ac0a1f0d /trans/ChangeLog
parent5638e7a335b7d7731adf16afe7d2d88a5b8d1dcd (diff)
.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r--trans/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index a03ae1a2..1010eafa 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-22 Roland McGrath <roland@frob.com>
+
+ * streamio.c (create_buffer): extern inline -> static inline
+ (buffer_size, buffer_readable, buffer_writable): Likewise.
+ (clear_buffer, buffer_read): Likewise.
+
2001-12-11 Marcus Brinkmann <marcus@gnu.org>
* streamio.c (device_open_reply): In the D_INVALID_OPERATION case,
@@ -5,7 +11,7 @@
2001-04-01 Neal H Walfield <neal@cs.uml.edu>
- * magic.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser
+ * magic.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser
as per the new semantics.
2001-02-28 Roland McGrath <roland@frob.com>