diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 07:49:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 07:49:34 +0000 |
commit | dfe1ede00d35b73345199ef775ea016659229b68 (patch) | |
tree | 7fc3eced59177edaf1e71d6a45b754afd7ce1cde /ChangeLog | |
parent | ce1f8e6ecd6f67d16bf81774694f84dd27059ebd (diff) | |
download | coreutils-dfe1ede00d35b73345199ef775ea016659229b68.tar.xz |
csplit, nl, expr now conform to POSIX better, and are
more-compatible with traditional Unix, with respect to regular
expressions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 6.0-cvs. + * NEWS: csplit, nl, expr now conform to POSIX better, and are + more-compatible with traditional Unix, with respect to regular + expressions. * src/csplit.c (extract_regexp): Set re_syntax_options to a value that is compatible with what POSIX requires. * src/nl.c (build_type_arg): Likewise. |