OSDN Git Service

* cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
authorcorinna <corinna>
Fri, 6 Mar 2009 10:09:54 +0000 (10:09 +0000)
committercorinna <corinna>
Fri, 6 Mar 2009 10:09:54 +0000 (10:09 +0000)
vswprintf.  Sort.
* posix.sgml: Move fwprintf, swprintf, vwprintf, vfwprintf, vswprintf
to SUSv4 list.  Sort SUSv4 list.
* include/cygwin/version.h: Bump API minor number.

winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/posix.sgml

index 0025a62..c825055 100644 (file)
@@ -1,3 +1,11 @@
+2009-03-06  Corinna Vinschen  <corinna@vinschen.de>
+
+       * cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
+       vswprintf.  Sort.
+       * posix.sgml: Move fwprintf, swprintf, vwprintf, vfwprintf, vswprintf
+       to SUSv4 list.  Sort SUSv4 list.
+       * include/cygwin/version.h: Bump API minor number.
+
 2009-03-04  Corinna Vinschen  <corinna@vinschen.de>
 
        * dcrt0.cc (disable_dep): Disable.  Explain why.
index 6d04a0d..b55c9ce 100644 (file)
@@ -25,8 +25,8 @@ reent_data DATA
 sys_errlist = _sys_errlist DATA
 _sys_errlist DATA
 sys_nerr = _sys_nerr DATA
-sys_sigabbrev DATA
 _sys_nerr DATA
+sys_sigabbrev DATA
 _timezone DATA
 _tzname DATA
 _Exit SIGFE
@@ -574,6 +574,7 @@ futimens SIGFE
 futimes SIGFE
 futimesat SIGFE
 fwide SIGFE
+fwprintf SIGFE
 fwrite SIGFE
 _fwrite = fwrite SIGFE
 gai_strerror = cygwin_gai_strerror NOSIGFE
@@ -719,8 +720,8 @@ getwd SIGFE
 _getwd = getwd SIGFE
 getxattr SIGFE
 glob SIGFE
-globfree SIGFE
 glob_pattern_p
+globfree SIGFE
 gmtime SIGFE
 _gmtime = gmtime SIGFE
 gmtime_r SIGFE
@@ -1569,6 +1570,7 @@ swab NOSIGFE
 _swab = swab NOSIGFE
 __swbuf SIGFE
 __swbuf_r SIGFE
+swprintf SIGFE
 symlink SIGFE
 _symlink = symlink SIGFE
 symlinkat SIGFE
@@ -1699,6 +1701,7 @@ vfscanf SIGFE
 _vfscanf = vfscanf SIGFE
 vfscanf_r = _vfscanf_r SIGFE
 _vfscanf_r SIGFE
+vfwprintf SIGFE
 vhangup SIGFE
 _vhangup = vhangup SIGFE
 vprintf SIGFE
@@ -1715,9 +1718,11 @@ vsscanf SIGFE
 _vsscanf = vsscanf SIGFE
 vsscanf_r = _vsscanf_r SIGFE
 _vsscanf_r SIGFE
+vswprintf SIGFE
 vsyslog SIGFE
 vwarn SIGFE
 vwarnx SIGFE
+vwprintf SIGFE
 wait SIGFE
 _wait = wait SIGFE
 wait3 SIGFE
@@ -1774,6 +1779,7 @@ wmemcmp NOSIGFE
 wmemcpy NOSIGFE
 wmemmove NOSIGFE
 wmemset NOSIGFE
+wprintf SIGFE
 write SIGFE
 _write = write SIGFE
 writev SIGFE
index 1f54a3e..bbf9878 100644 (file)
@@ -349,12 +349,13 @@ details. */
       198: Export reallocf.
       199: Export open_wmemstream.
       200: Export mbsnrtowcs, wcsnrtombs.
+      201: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 200
+#define CYGWIN_VERSION_API_MINOR 201
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
index 3d6ab66..c97d09d 100644 (file)
@@ -206,6 +206,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     futimens
     futimes
     fwide
+    fwprintf
     fwrite
     gai_strerror
     getaddrinfo
@@ -440,11 +441,11 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     ntohl
     ntohs
     open
+    open_memstream
+    open_wmemstream
     openat
     opendir
     openlog
-    open_memstream
-    open_wmemstream
     optarg
     opterr
     optind
@@ -503,6 +504,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     pthread_key_create
     pthread_key_delete
     pthread_kill
+    pthread_mutex_destroy
+    pthread_mutex_getprioceiling
+    pthread_mutex_init
+    pthread_mutex_lock
+    pthread_mutex_setprioceiling
+    pthread_mutex_trylock
+    pthread_mutex_unlock
     pthread_mutexattr_destroy
     pthread_mutexattr_getprioceiling
     pthread_mutexattr_getprotocol
@@ -513,13 +521,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     pthread_mutexattr_setprotocol
     pthread_mutexattr_setpshared
     pthread_mutexattr_settype
-    pthread_mutex_destroy
-    pthread_mutex_getprioceiling
-    pthread_mutex_init
-    pthread_mutex_lock
-    pthread_mutex_setprioceiling
-    pthread_mutex_trylock
-    pthread_mutex_unlock
     pthread_once
     pthread_rwlock_destroy
     pthread_rwlock_init
@@ -735,6 +736,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     strtoumax
     strxfrm
     swab
+    swprintf
     symlink
     symlinkat
     sync
@@ -801,11 +803,14 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     vdprintf
     vfprintf
     vfscanf
+    vfwprintf
     vprintf
     vscanf
     vsnprintf
     vsprintf
     vsscanf
+    vswprintf
+    vwprintf
     wait
     waitpid
     wcpcpy
@@ -1211,7 +1216,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     fmtmsg
     freelocale
     frexpl
-    fwprintf
     fwscanf
     getdate
     getdate_err
@@ -1316,7 +1320,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     strtold
     strxfrm_l
     swabcontext
-    swprintf
     swscanf
     tanhl
     tanl
@@ -1329,11 +1332,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     truncl
     ulimit
     uselocale
-    vfwprintf
     vfwscanf
-    vswprintf
     vswscanf
-    vwprintf
     vwscanf
     waitid
     wcscasecmp