diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bdaab408c..1bab25ced 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2015-11-17 Yaakov Selkowitz + + * common.din (rpmatch): Export. + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. + 2015-11-12 Corinna Vinschen * flock.cc (lockf_t::create_lock_obj): Correctly recreate lock object diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 5d22e976b..0b0e19635 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -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 diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index af5afd5c1..2edd7d747 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -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 diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 14dd387f9..df8c64114 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-11-17 Yaakov Selkowitz + + * new-features.xml (ov-new2.4): New section. Document rpmatch. + * posix.xml (std-bsd): Add rpmatch. + 2015-11-02 Corinna Vinschen * new-features.xml (ov-new2.3): Document Parallels Desktop FS support. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 88eb25ca6..e054a8ef7 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,18 @@ What's new and what changed in Cygwin +What's new and what changed in 2.4 + + + + +New API: rpmatch. + + + + + + What's new and what changed in 2.3 diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index dc6c148f9..7b6efba1f 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1086,6 +1086,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). res_send revoke rexec + rpmatch rresvport rresvport_af ruserok