]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 15 Aug 1999 12:57:21 +0000 (12:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 15 Aug 1999 12:57:21 +0000 (12:57 +0000)
old/textutils/ChangeLog

index 104dfd162aed17c8b86dad1490d3004b66ca59ad..ff63331118ae2661d94cfbf4c759e8d54b73b5f3 100644 (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.