diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-24 07:58:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-24 07:58:42 +0000 |
commit | c8de90386d4872550369fffd525eddbe323bfdd8 (patch) | |
tree | 12b2e519c197871ddfc2f17d90359e8f82bbf75a /old | |
parent | 1553648f54e58ecf893eefcc20ea962cfaf59806 (diff) | |
download | coreutils-c8de90386d4872550369fffd525eddbe323bfdd8.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 22 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0c50f3d45..578159f66 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,25 @@ + + * Version 2.0.12. + +2001-06-21 Paul Eggert <eggert@twinsun.com> + + * NEWS, doc/coreutils.texi: 'expr' now requires '+' rather + than 'quote' to quote tokens. + + * src/expr.c (posixly_correct): Remove; no longer needed. + (main): Do not worry about POSIXLY_CORRECT, as it's OK for + expr to have options (so long as they do not begin with digits). + (eval6, usage): Use "+" rather than "quote" to quote tokens. + +2001-08-19 Jim Meyering <meyering@lucent.com> + + * src/Makefile.am (bin_PROGRAMS): Add kill. + * src/kill.c: New file. + +2001-08-19 Jim Meyering <meyering@lucent.com> + + * po/POTFILES.in: Add src/kill.c + 2001-06-21 Paul Eggert <eggert@twinsun.com> * src/expr.c (nextarg): Advance ARGS by one if the next token matches. diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index bf158dc30..2e0c0db75 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,7 @@ Changes in release 2.1 [2.0.12] +* 'expr' now requires '+' rather than 'quote' to quote tokens; + this removes an incompatibility with POSIX. * date -d 'last friday' would print a date/time that was one hour off (e.g., 23:00 on *thursday* rather than 00:00 of the preceding friday) when run such that the current time and the target date/time fall on |