diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-20 04:29:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-20 04:29:00 +0000 |
commit | baf81e4974de09763cf655c97a4023a5dadb4379 (patch) | |
tree | d176ac1a18022981b1e0676c4130ca7aa98e71e8 /old | |
parent | bda4a5e5b711f57e9de0a365d590d4f8e924b29e (diff) | |
download | coreutils-baf81e4974de09763cf655c97a4023a5dadb4379.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index af52634ec..f67168d32 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,20 @@ +Thu Oct 19 17:38:28 1995 Jim Meyering (meyering@comco.com) + + * od.c: Indent cpp directives. + + * tr.c (BEGIN_STATE): Use INT_MAX - 1 so as not to interfere + with large repeat counts. + (struct E_string): New struct. + (find_closing_delim): Take E_string arg rather than char* and length. + (find_bracketed_repeat): Likewise. + (star_digits_closebracket): New function. + (append_char_class): No longer give diagnostic. + (append_equiv_class): Likewise. + (build_spec_list): Give them here instead, allowing string1 like + [:*][:upper:] that got errors before. + Take E_string arg rather than char*. + Convert switch stmts into if-then so as to use ES_MATCH. + Tue Oct 17 22:48:00 1995 Jim Meyering (meyering@comco.com) * cat.c: Protoize. Reorder functions to obviate forward dcls. |