diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-27 15:03:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-27 15:03:29 +0000 |
commit | e41436072cacfa1f5f8a5a2c582d0e47692da105 (patch) | |
tree | 399f16e0660bae9da3f95527f654b3b92b9c2511 | |
parent | d72341c0c81b7b46abd6e6618ce17772117d889e (diff) | |
download | coreutils-e41436072cacfa1f5f8a5a2c582d0e47692da105.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d18657822..1f0e9b176 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,12 @@ +2001-05-27 Jim Meyering <meyering@lucent.com> + + * src/dirname.c (main): Add `const' to declaration of local, `result'. + +2001-04-01 Michael Stone <mstone@debian.org> + + Add options to make `who' more POSIX compliant. + * who.c: + 2001-05-11 Paul Eggert <eggert@twinsun.com> dirname code cleanup. base_name now behaves more compatibly |