*** empty log message ***

This commit is contained in:
Jim Meyering
2001-08-24 07:58:42 +00:00
parent 1553648f54
commit c8de90386d
2 changed files with 24 additions and 0 deletions
+22
View 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.
+2
View 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