summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-15 05:40:11 +0000
committerJim Meyering <jim@meyering.net>1995-11-15 05:40:11 +0000
commitef3e2979503d5d526c46613690fa4e4ac331ed9f (patch)
treeedea095ef55433b0fb45e659434034ff51e4f996
parent5cf3719e7be06abc0fcd63a9dcc49be8427b2c29 (diff)
downloadcoreutils-ef3e2979503d5d526c46613690fa4e4ac331ed9f.tar.gz
coreutils-ef3e2979503d5d526c46613690fa4e4ac331ed9f.tar.bz2
coreutils-ef3e2979503d5d526c46613690fa4e4ac331ed9f.zip
.
-rw-r--r--old/textutils/ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 81b7f5150..efbbd2096 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,6 +1,21 @@
-Sat Nov 11 15:46:02 1995 Jim Meyering (meyering@comco.com)
+ * csplit.c (cleanup): Don't exit.
+ (interrupt_handler): Rewrite to reset default signal handler
+ then repost caught signal.
+ (xmalloc, xrealloc, read_input, write_to_file, handle_line_error,
+ process_line_count, process_regexp, create_output_file,
+ close_output_file): Call cleanup_fatal, not cleanup.
+ Add const attribute to lots of parameters.
+ (cleanup_fatal): Renamed from cleanup. Call cleanup, then exit.
+ Update callers.
- * Version 1.13c.
+ * tac.c: (cleanup): Don't exit.
+ (cleanup_fatal): New function. Call cleanup, then exit.
+ (sighandler): New function.
+ (cleanup_fatal): Renamed from cleanup. Call cleanup, then exit.
+ Update callers.
+ (tac_stdin): Set up sighandler as signal handler, not `cleanup'.
+
+Sat Nov 11 15:46:02 1995 Jim Meyering (meyering@comco.com)
* od.c (skip): Cast fseek's offset argument to `long'.
Erik Bennett <bennett@cvo.oneworld.com> reported that this is