mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* cygwin.din: Export open_wmemstream.
* posix.sgml: Move open_wmemstream to SUSv4 section. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
84e851fd64
commit
15fc34ac5a
@ -1,3 +1,9 @@
|
|||||||
|
2009-02-18 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwin.din: Export open_wmemstream.
|
||||||
|
* posix.sgml: Move open_wmemstream to SUSv4 section.
|
||||||
|
* include/cygwin/version.h: Bump API minor number.
|
||||||
|
|
||||||
2009-02-16 Corinna Vinschen <corinna@vinschen.de>
|
2009-02-16 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygwin.din: Export reallocf.
|
* cygwin.din: Export reallocf.
|
||||||
|
@ -1037,6 +1037,7 @@ open SIGFE
|
|||||||
_open = open SIGFE
|
_open = open SIGFE
|
||||||
_open64
|
_open64
|
||||||
open_memstream SIGFE
|
open_memstream SIGFE
|
||||||
|
open_wmemstream SIGFE
|
||||||
openat SIGFE
|
openat SIGFE
|
||||||
opendir SIGFE
|
opendir SIGFE
|
||||||
__opendir_with_d_ino SIGFE
|
__opendir_with_d_ino SIGFE
|
||||||
|
@ -347,12 +347,13 @@ details. */
|
|||||||
196: Export wcsnlen.
|
196: Export wcsnlen.
|
||||||
197: Export wcstoimax, wcstoumax.
|
197: Export wcstoimax, wcstoumax.
|
||||||
198: Export reallocf.
|
198: Export reallocf.
|
||||||
|
199: Export open_wmemstream.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 198
|
#define CYGWIN_VERSION_API_MINOR 199
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
@ -443,6 +443,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
opendir
|
opendir
|
||||||
openlog
|
openlog
|
||||||
open_memstream
|
open_memstream
|
||||||
|
open_wmemstream
|
||||||
optarg
|
optarg
|
||||||
opterr
|
opterr
|
||||||
optind
|
optind
|
||||||
@ -1267,7 +1268,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
newlocale
|
newlocale
|
||||||
nextafterl
|
nextafterl
|
||||||
nexttowardl
|
nexttowardl
|
||||||
open_wmemstream
|
|
||||||
posix_mem_offset
|
posix_mem_offset
|
||||||
posix_spawn[...]
|
posix_spawn[...]
|
||||||
posix_trace[...]
|
posix_trace[...]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user