summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-31 08:48:16 -0700
committerEric Blake <ebb9@byu.net>2009-12-31 19:25:52 -0700
commit87f8903d4b15b30b6b3da2c0632fef3e626129fd (patch)
tree7c65bb0c4c2db7b0efb383f2447c7aa1f01f778e /ChangeLog
parent15027864c0300c5be40832917e8fa60dddde5cfe (diff)
downloadgnulib-87f8903d4b15b30b6b3da2c0632fef3e626129fd.tar.gz
doc: correct availability of cygwin 1.5.x getopt
* doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt variables. * doc/posix-functions/opterr.texi (opterr): Likewise. * doc/posix-functions/optind.texi (optind): Likewise. * doc/posix-functions/optopt.texi (optopt): Likewise. * doc/posix-functions/tzname.texi (tzname): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f441219923..102df1c6e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-12-31 Eric Blake <ebb9@byu.net>
+ doc: correct availability of cygwin 1.5.x getopt
+ * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
+ variables.
+ * doc/posix-functions/opterr.texi (opterr): Likewise.
+ * doc/posix-functions/optind.texi (optind): Likewise.
+ * doc/posix-functions/optopt.texi (optopt): Likewise.
+ * doc/posix-functions/tzname.texi (tzname): Likewise.
+
openat: update maintainer
* modules/openat (Maintainer): Add myself.