summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-17 09:03:58 +0000
committerJim Meyering <jim@meyering.net>2004-01-17 09:03:58 +0000
commitc7e05a0e8b15bffc1b997ccf8344e6fece1d809e (patch)
tree0c200172c705882a1b850e500e7dc6454ac6cc84 /NEWS
parentb2e8bb2b0b13ac54ab5d8d38c973932a28219529 (diff)
downloadcoreutils-c7e05a0e8b15bffc1b997ccf8344e6fece1d809e.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2b6ede6e9..3b1ef642e 100644
--- a/NEWS
+++ b/NEWS
@@ -6,17 +6,17 @@ GNU coreutils NEWS -*- outline -*-
You can select the default level of POSIX conformance at configure-time,
e.g., by ./configure DEFAULT_POSIX2_VERSION=199209
- touch -r now specifies the origin for any relative times in the -d
- operand, if both options are given. For example, "touch -r FOO -d
- '-5 seconds' BAR" sets BAR's modification time to be five seconds
- before FOO's.
-
** Bug fixes
fold -s works once again on systems with differing sizes for int and size_t
** New features
+ touch -r now specifies the origin for any relative times in the -d
+ operand, if both options are given. For example, "touch -r FOO -d
+ '-5 seconds' BAR" sets BAR's modification time to be five seconds
+ before FOO's.
+
join: The obsolete options "-j1 FIELD", "-j2 FIELD", and
"-o LIST1 LIST2..." are no longer supported on POSIX 1003.1-2001 systems.
Portable scripts should use "-1 FIELD", "-2 FIELD", and