summaryrefslogtreecommitdiff
path: root/trans/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-12-03 20:48:25 +0000
committerRoland McGrath <roland@gnu.org>1999-12-03 20:48:25 +0000
commitb0ae1be5ee65598b17f117b5f72462c58b563309 (patch)
tree48cba77c2abba46604b6795e88d1ee1951cd5627 /trans/ChangeLog
parentf6b9e57fdef3d89c11c36aec94173d6f565839fa (diff)
.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r--trans/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 4d088fd5..79e82034 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,12 @@
+1999-12-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * null.c: Support --full/-f option to be /dev/full (ENOSPC writes).
+ (write_error_code): New variable.
+ (options, argp): New static const variables.
+ (parse_opt): New function.
+ (main): Move local ARGP out to static.
+ (trivfs_S_io_write): Return write_error_code instead of zero.
+
1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
* hello-mt.c: New file, modified from hello.c to be multithreaded.