diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-27 04:29:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-27 04:29:36 +0000 |
commit | a48999494dd55565da36e0a89450c06cef78a389 (patch) | |
tree | d6d8d51c5028aec29a766ee353bbd38c7b0454f7 | |
parent | d5d061ee9bdce12dd96fb4acc241bb20733ba7f9 (diff) | |
download | coreutils-a48999494dd55565da36e0a89450c06cef78a389.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e40932c6d..e41aed761 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,11 +1,36 @@ 1998-04-26 Jim Meyering <meyering@ascend.com> + * src/sort.c (keycompare): Don't return 0 from inside the + keyspec-iterating loop. With this change, test 22a passes. + Reported by Zvi Har'El. + (strncoll): Remove bogus assertion. + + * configure.in: Use jm_ASSERT. + * acconfig.h: Add NDEBUG. + + * src/cut.c: Don't define NDEBUG. + * src/csplit.c: Likewise. + * src/join.c: Likewise. + * src/sort.c: Likewise. + * src/tr.c: Likewise. + + * src/cut.c: Don't define _GNU_SOURCE (now it's in config.h). + * src/expand.c: Likewise. + * src/fold.c: Likewise. + * src/join.c: Likewise. + * src/sort.c: Likewise. + * src/tr.c: Likewise. + * src/unexpand.c: Likewise. + * src/uniq.c: Likewise. + * src/tail.c (close_fd): New function -- converted from macro. [struct File_spec] (n_stat_calls): New member. [struct File_spec] (n_unchanged_stats): New member. (max_n_unchanged_stats): New global. Initialize new members. (xwrite): New function -- converted from macro. + [struct File_spec] (pretty_name): Remove member. + (pretty_name): New function. * src/md5sum.c (md5_check): Declare local, `md5num' as _unsigned_ char*. (hex_digits): Declare parameter `s' as _unsigned_ char*. |