]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: export rpmatch(3)
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 17 Nov 2015 18:23:33 +0000 (12:23 -0600)
committerYaakov Selkowitz <yselkowi@redhat.com>
Tue, 17 Nov 2015 18:23:33 +0000 (12:23 -0600)
winsup/cygwin/
* common.din (rpmatch): Export.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

winsup/doc/
* new-features.xml (ov-new2.4): New section. Document rpmatch.
* posix.xml (std-bsd): Add rpmatch.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
winsup/cygwin/ChangeLog
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/doc/ChangeLog
winsup/doc/new-features.xml
winsup/doc/posix.xml

index bdaab408c92121823f4624daf65e96e17a0476d6..1bab25ceddaae7bb1d5c6dcbce0a0033a921ba0c 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-17  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+       * common.din (rpmatch): Export.
+       * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+
 2015-11-12  Corinna Vinschen  <corinna@vinschen.de>
 
        * flock.cc (lockf_t::create_lock_obj): Correctly recreate lock object
index 5d22e976b5a9383b9c2f1869aed2d5041fadf11e..0b0e1963544ca02c9174cb29e4d96886ed4b5c65 100644 (file)
@@ -1017,6 +1017,7 @@ rindex NOSIGFE
 rmdir SIGFE
 round NOSIGFE
 roundf NOSIGFE
+rpmatch SIGFE
 rresvport = cygwin_rresvport SIGFE
 rresvport_af = cygwin_rresvport_af SIGFE
 ruserok SIGFE
index af5afd5c1b61f74330825aaf759cddced2f46ea8..2edd7d747b58ff4a311c357bffebb33741757cdc 100644 (file)
@@ -473,13 +473,14 @@ details. */
       289: Export sigsetjmp, siglongjmp.
       290: Add sysconf cache handling.
       291: Export aligned_alloc, at_quick_exit, quick_exit.
+      292: Export rpmatch.
      */
 
      /* 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 291
+#define CYGWIN_VERSION_API_MINOR 292
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
index 14dd387f947d41a515fdea773aad0e420567fa26..df8c641144dea1fae72b5206a580a04abc0a9769 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-17  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+       * new-features.xml (ov-new2.4): New section. Document rpmatch.
+       * posix.xml (std-bsd): Add rpmatch.
+
 2015-11-02  Corinna Vinschen  <corinna@vinschen.de>
 
        * new-features.xml (ov-new2.3): Document Parallels Desktop FS support.
index 88eb25ca6bbcd08e7455552d1d406451afa9ae1d..e054a8ef7d3b8c8c2aab80e3fe085599b5a46101 100644 (file)
@@ -4,6 +4,18 @@
 
 <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
 
+<sect2 id="ov-new2.4"><title>What's new and what changed in 2.4</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+New API: rpmatch.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new2.3"><title>What's new and what changed in 2.3</title>
 
 <itemizedlist mark="bullet">
index dc6c148f9a61a41a0548ecf424d56c0ee6893659..7b6efba1f08370576380c90c3605e315ede27479 100644 (file)
@@ -1086,6 +1086,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     res_send
     revoke
     rexec
+    rpmatch
     rresvport
     rresvport_af
     ruserok
This page took 0.048459 seconds and 5 git commands to generate.