summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-01-29 01:15:05 +0000
committerRoland McGrath <roland@gnu.org>2000-01-29 01:15:05 +0000
commit1e53886378dbb4ac7a83c1d1ce78833500ec6b62 (patch)
tree9a140f9341005951cb715f29b8419823e71134a5
parentf8c13d3aaa44cc92bcd05dbbff69c40e2b82785b (diff)
.
-rw-r--r--trans/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 79e82034..9bac016b 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,15 @@
+2000-01-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * crash.c (enum crash_action): New alternative crash_unspecified (0).
+ (crash_orphans_how): New variable.
+ (S_crash_dump_task): If crash_how != crash_orphans_how, ascertain if
+ the task is an orphan before deciding what to do.
+ (options): New options --action, --orphan-action.
+ Old options now compatability aliases for --action=foo.
+ (parse_opt): Parse them.
+ (doc): New variable.
+ (crash_argp): Use DOC.
+
1999-12-03 Roland McGrath <roland@baalperazim.frob.com>
* null.c: Support --full/-f option to be /dev/full (ENOSPC writes).