summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-02-05 11:09:15 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-02-05 11:09:32 -0800
commit47f93b076d2083144591dcb7deedbda450085379 (patch)
treee570ae69762f134f9dfe00e9b0d7dc3c1f435ed1 /ChangeLog
parentd9361da0718cea3ec6cbfd2b8c8368fde74ce06f (diff)
downloadgnulib-47f93b076d2083144591dcb7deedbda450085379.tar.gz
file-type: add support for doors and other less-common file types
Problem with S_ISDOOR reported by Rich Burridge. * lib/file-type.c (file_type): Do S_ISLNK early too. Do S_TYPEIS* macros before the rest. Add S_ISCTG, S_ISDOOR, S_ISMPB, S_ISMPC, S_ISMPX, S_ISNAM, S_ISNWK, S_ISOFD, S_ISOFL, S_ISPORT, S_ISWHT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d117e75859..96c544e6b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ file-type: add support for doors and other less-common file types
+ Problem with S_ISDOOR reported by Rich Burridge.
+ * lib/file-type.c (file_type): Do S_ISLNK early too. Do S_TYPEIS*
+ macros before the rest. Add S_ISCTG, S_ISDOOR, S_ISMPB, S_ISMPC,
+ S_ISMPX, S_ISNAM, S_ISNWK, S_ISOFD, S_ISOFL, S_ISPORT, S_ISWHT.
+
2014-01-23 Eric Blake <eblake@redhat.com>
pthread: work around winpthread header pollution on mingw