1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-08-15 12:57:21 +00:00
parent a2267a42f8
commit 1cea2b41a4
+19
View File
@@ -1,3 +1,22 @@
1999-08-15 Jim Meyering <meyering@ascend.com>
* src/tail.c (ENOSYS): Define to a bogus value if not already defined.
1999-08-13 Eli Zaretskii <eliz@is.elta.co.il>
* src/tail.c (parse_options): Warn if --pid=PID is used and kill()
returns ENOSYS (e.g. when compiled with DJGPP).
1999-08-13 Jim Meyering <meyering@ascend.com>
* src/tsort.c (usage): Use consistent bug-reporting address.
* tests/tsort/Test.pm: New file.
* tests/tsort/Makefile.am: New file.
* tests/tsort: New directory.
* tests/Makefile.am (SUBDIRS): Add tsort.
* configure.in (AC_OUTPUT): Add tests/tsort/Makefile.
1999-08-11 Paul Eggert <eggert@twinsun.com>
* doc/textutils.texi: Document how to ignore newline during sort.