summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-10 10:04:18 +0000
committerJim Meyering <jim@meyering.net>2005-12-10 10:04:18 +0000
commitea947bc7f01d684b08b589e74cabd991db7a0e94 (patch)
treeb8e4dad41c72775202e5916b35584055907d851f
parentfbaa8e9719daebbd29587368398bc28e82449a12 (diff)
downloadcoreutils-ea947bc7f01d684b08b589e74cabd991db7a0e94.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bff5575d0..b130d8782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 6.0-cvs.
+ * src/sort.c (get_hash): Change position of `*' in parameter
+ type to conform with convention.
+ (main): Split a long line so it fits in 80 columns.
+
* src/shred.c: Don't include gethrxtime.h. No longer needed.
* tests/misc/sort-rand: New file: basic tests for the new options.