diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-18 17:48:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-18 17:48:37 +0000 |
commit | 27640489330cd24138041fb49d502ecae15d4df6 (patch) | |
tree | 8c815181d2418b7dc0a8a5478dbb2eb877d46312 | |
parent | 7012d1083e0217ae6ce295f644ce1647ee52aff5 (diff) | |
download | coreutils-27640489330cd24138041fb49d502ecae15d4df6.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 915315f83..ab0a58d3d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,9 @@ +2001-08-18 Jim Meyering <meyering@lucent.com> + + * src/test.c (binary_operator): Move declarations of lt,rt `down' + into the scopes where they're actually used. + (unary_operator): Likewise for `fd'. + 2001-06-20 Paul Eggert <eggert@twinsun.com> * src/test.c (isint, binary_operator, unary_operator): |