summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Gladkov <legion@altlinux.org>2006-10-13 22:58:46 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-10-13 22:58:46 +1000
commit1a33ea8ff7736fc63f0c7be2c3a8b488e572694d (patch)
treefd93c352efd0de3cdd1e2758e291b378578c404c /ChangeLog
parent[EXPAND] Fixed inverted char class matching (diff)
downloaddash-1a33ea8ff7736fc63f0c7be2c3a8b488e572694d.tar.gz
dash-1a33ea8ff7736fc63f0c7be2c3a8b488e572694d.zip
[SYSTEM] Check return code for getgroups and fwrite
Check getgroups() and fwrite() return code, required to build with
-D_FORTIFY_SOURCE=2.
Diffstat (limited to '')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9970489..a4db7de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-10-13  Alexey Gladkov <legion@altlinux.org>
+
+	* Check return code for getgroups and fwrite.
+
+2006-10-04  Herbert Xu <herbert@gondor.apana.org.au>
+
+	* Fixed inverted char class matching.
+
 2006-05-23  Alexey Gladkov <legion@altlinux.org>
 
 	* Added --with-libedit option to configure.