summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-03-07 15:01:46 +0000
committerRoland McGrath <roland@gnu.org>2001-03-07 15:01:46 +0000
commit9ff6f76ccd9cdc053a6619c8c3514eb1bcc712cc (patch)
tree3c80441fa5b09926014a0fbed6722a74baef4ebd /libstore/ChangeLog
parentd1d9c14d8e50a8f263775f7e0a71bda5dd6686f6 (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 6eaa7d03..9306e487 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-07 Roland McGrath <roland@frob.com>
+
+ * store.h (store_write, store_write_meth_t): Make buffer arg const*.
+ * copy.c (copy_write): Likewise.
+ * device.c (dev_write): Likewise.
+ * file.c (file_write): Likewise.
+ (file_byte_write): Likewise.
+ * rdwr.c (store_write): Likewise.
+ * remap.c (remap_write): Likewise.
+ * stripe.c (stripe_write): Likewise.
+ * task.c (task_write): Likewise.
+ * zero.c (zero_write): Likewise.
+
2001-01-16 Roland McGrath <roland@frob.com>
* store.h (struct store_argp_params): Add member `store_optional'.