1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 19:34:19 +02:00
This commit is contained in:
Jim Meyering
1999-03-14 21:39:42 +00:00
parent e4fd405431
commit 6e8f572094

View File

@@ -1,5 +1,12 @@
1999-03-13 Jim Meyering <meyering@ascend.com>
* lib/basename.c (base_name): If NAME is all slashes, return `/' (in
conformance with the single unix spec). Reported by Peter Moulder.
1999-03-10 Jim Meyering <meyering@ascend.com>
* src/uptime.c: Declare getloadavg so I can build with -Werror.
* tests/stty/basic-1: Skip failing tests: parenb, -parenb, -cread.
* lib/canon-host.c (canon_host): Don't use he->h_addr directly.