summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-23 22:16:12 +0100
committerJim Meyering <jim@meyering.net>2007-02-23 22:16:12 +0100
commit813de08e50ee89bccff10d97caa673331de7a244 (patch)
tree41b114d38b9c6d57413e3a9e4cfa7b2e11778e45 /lib/ChangeLog
parent5a8a00e16ebf5147fe8f5962b2a4f2130ef375d7 (diff)
downloadcoreutils-813de08e50ee89bccff10d97caa673331de7a244.tar.xz
* randperm.c (randperm_new): Comment: say that this function
returns a pointer to malloc'd storage.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 09b54b649..2f833f71a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-23 Jim Meyering <jim@meyering.net>
+
+ * randperm.c (randperm_new): Comment: say that this function
+ returns a pointer to malloc'd storage.
+
2007-02-18 Jim Meyering <jim@meyering.net>
* xfts.c: Include <stdlib.h> rather than exit.h, now that stdlib.h