From: Jim Meyering Date: Mon, 6 Jan 1997 04:24:52 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_15~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f915aadf865c0ef9e96522f58f085336eb27886;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 121a0b1acd..873e1bbe3c 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -2,9 +2,13 @@ Changes in release 1.15 * fix several bugs in m4 macros used to create `configure' script * id works on systems with disfunctional getgroups function * uptime configure test detects /proc/uptime on Linux + Changes in release 1.14 * fix bug in getdate.y that broke date's --date=DATE option on systems like SunOS4. +* expr treats unadorned ? and + as literals. To make expr treat them as + operators you have to use \? and \+. + Changes in release 1.13 * two patches for ISC * Regenerate all Makefile.in using a patched version of automake-1.1l.