From c8de90386d4872550369fffd525eddbe323bfdd8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 24 Aug 2001 07:58:42 +0000 Subject: [PATCH] *** empty log message *** --- old/sh-utils/ChangeLog | 22 ++++++++++++++++++++++ old/sh-utils/NEWS | 2 ++ 2 files changed, 24 insertions(+) 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 + + * 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 + + * src/Makefile.am (bin_PROGRAMS): Add kill. + * src/kill.c: New file. + +2001-08-19 Jim Meyering + + * po/POTFILES.in: Add src/kill.c + 2001-06-21 Paul Eggert * 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