diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-25 15:09:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-25 15:09:36 +0000 |
commit | 83485ba28d00d6b9688ba156cce90232d4f8775e (patch) | |
tree | 8238ca2d228d9a01f4e32696d028b461e7c8434e /old/textutils | |
parent | 598382f21600159f5896155877a2f2e04effb0bf (diff) | |
download | coreutils-83485ba28d00d6b9688ba156cce90232d4f8775e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 21c164639..c682f4acd 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,22 @@ +2001-08-25 Jim Meyering <meyering@lucent.com> * Version 2.0.15. +2001-08-25 Paul Eggert <eggert@twinsun.com> + + * src/uniq.c (main): Fix a typo in the previous patch: missing + a bounds check for examples like `uniq a b c'. + + * uniq.c (main): Fix some more incompatibilities with POSIX.2, + (e.g. `uniq +3 --' did not work) by invoking getopt_long with + leading '-', resembling what was done to 'sort' on 2001-03-20. + Recognize an +N option only if it is an integer in range, and + (if POSIXLY_CORRECT) only if a file name argument has not been seen; + otherwise silently treat it as a file name. + + If the user specifies too many operands, output the first one + in the error message, as a diagnostic aid. + 2001-08-24 Paul Eggert <eggert@twinsun.com> * src/uniq.c (main): Don't report an error when given the |