summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-10 19:31:16 +0000
committerJim Meyering <jim@meyering.net>2003-04-10 19:31:16 +0000
commit00e065355d4fe71d8e9fb9496ec091cdadfdea25 (patch)
tree5c5cd364824e18ca0c9ff32e44fde3b79e3e7272 /NEWS
parent7b812634986139cbe1f1fa966a401d330495a642 (diff)
downloadcoreutils-00e065355d4fe71d8e9fb9496ec091cdadfdea25.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee91bb348..0053432aa 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
* split can now handle --bytes=N and --lines=N with N=2^31 or more.
* `kill -t' now prints signal descriptions (not `?') on systems like Tru64
with __sys_siglist but no strsignal function.
+* stat.c now compiles on Ultrix systems
* mv now removes `a' in this example on all systems: touch a; ln a b; mv a b
[5.0]