diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-25 09:23:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-25 09:23:26 +0000 |
commit | 7b4833b03c53c975a21596d911a3b8ec4cc20e34 (patch) | |
tree | d704011a8b9c1dc2aab0286f32f94eaf55ae3579 /old/textutils | |
parent | 3a62f8785f05a2637016ba8a7778c4308d3cc104 (diff) | |
download | coreutils-7b4833b03c53c975a21596d911a3b8ec4cc20e34.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 323c6d3b4..871335491 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,10 +1,17 @@ -1998-01-24 Jim Meyering <meyering@na-net.ornl.gov> +1998-01-25 Jim Meyering <meyering@na-net.ornl.gov> * Version 1.22e. + * src/cat.c (cat): Convert comma-expressions to pairs of + semicolon-terminated stmts. + Add braces around compound if/else stmts. + +1998-01-24 Jim Meyering <meyering@na-net.ornl.gov> + * src/tail.c (parse_obsolescent_option): Do not interpret `-f -n 1 ...' as obsolescent options. Accept new option: --sleep-interval=SECONDS (-s). + FIXME: document new option in textutils.texi. (parse_options): Recognize it. (usage): Describe it. (tail_forever): Use it. |