summaryrefslogtreecommitdiff
path: root/old/sh-utils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-06 04:24:52 +0000
committerJim Meyering <jim@meyering.net>1997-01-06 04:24:52 +0000
commit8f915aadf865c0ef9e96522f58f085336eb27886 (patch)
treeb7cc12e8920680a98cc4cd00670ff2d0a89fd04c /old/sh-utils/NEWS
parent662e8b4a03e5d0fb91ef8e26a320002f168eb036 (diff)
downloadcoreutils-8f915aadf865c0ef9e96522f58f085336eb27886.tar.xz
.
Diffstat (limited to 'old/sh-utils/NEWS')
-rw-r--r--old/sh-utils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 121a0b1ac..873e1bbe3 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.