*** empty log message ***

This commit is contained in:
Jim Meyering 2003-04-10 19:31:16 +00:00
parent 7b81263498
commit 00e065355d

1
NEWS
View File

@ -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]