aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2018-06-06 11:45:58 -0400
committerCorinna Vinschen <corinna@vinschen.de>2018-06-07 09:42:36 +0200
commit2ea436b4335946e0dcf098cf948a58af48dafad1 (patch)
treeef163331cc73b839901053697e245ada5cd6b7f1 /winsup/cygwin
parent3a049236dbb426f63b6182253c04fb9811848dc5 (diff)
downloadnewlib-2ea436b4335946e0dcf098cf948a58af48dafad1.zip
newlib-2ea436b4335946e0dcf098cf948a58af48dafad1.tar.gz
newlib-2ea436b4335946e0dcf098cf948a58af48dafad1.tar.bz2
Cygwin: Document clearenv and bump API minor
Also add earlier "What changed" items to new-features.xml.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/release/2.11.0 (renamed from winsup/cygwin/release/2.10.1)1
2 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index f08707e..2991ab8 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -494,12 +494,13 @@ details. */
323: scanf %l[ conversion.
324: Export sigtimedwait.
325: Export catclose, catgets, catopen.
+ 326: Export clearenv
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 325
+#define CYGWIN_VERSION_API_MINOR 326
/* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared
diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.11.0
index 42d9d11..ef7d082 100644
--- a/winsup/cygwin/release/2.10.1
+++ b/winsup/cygwin/release/2.11.0
@@ -1,6 +1,7 @@
What's new:
-----------
+- New API: clearenv.
What changed:
-------------