diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-14 21:39:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-14 21:39:42 +0000 |
commit | 6e8f5720946788e6ed5f2ae2726362740b206712 (patch) | |
tree | 5570e3b9e9a48f2d4660c87b7bdf05642d0c5d04 /old | |
parent | e4fd40543112e71b1b0d2fcd29508482710a444e (diff) | |
download | coreutils-6e8f5720946788e6ed5f2ae2726362740b206712.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f3a7d34be..f827ddf34 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |