*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 24 Aug 2001 07:58:42 +0000 (07:58 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 Aug 2001 07:58:42 +0000 (07:58 +0000)
old/sh-utils/ChangeLog
old/sh-utils/NEWS

index 0c50f3d45aa65b6b9ed41fb4eace007ae4e86dc5..578159f66ca699f0c1495e23d90df07724e48b42 100644 (file)
@@ -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.
index bf158dc301f1dd6bdaed226f60916db264f3fac8..2e0c0db75401c005455e80c453f5ecb41b8514c4 100644 (file)
@@ -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