* common.din (wcstold): Export.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2015-02-04  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* common.din (wcstold): Export. | ||||||
|  | 	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. | ||||||
|  |  | ||||||
| 2015-02-03  Corinna Vinschen  <corinna@vinschen.de> | 2015-02-03  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* mkvers.sh: Automate generating the copyright date in the version | 	* mkvers.sh: Automate generating the copyright date in the version | ||||||
|   | |||||||
| @@ -1323,6 +1323,7 @@ wcstof NOSIGFE | |||||||
| wcstoimax = wcstoll NOSIGFE | wcstoimax = wcstoll NOSIGFE | ||||||
| wcstok NOSIGFE | wcstok NOSIGFE | ||||||
| wcstol NOSIGFE | wcstol NOSIGFE | ||||||
|  | wcstold NOSIGFE | ||||||
| wcstoll NOSIGFE | wcstoll NOSIGFE | ||||||
| wcstombs NOSIGFE | wcstombs NOSIGFE | ||||||
| wcstoul NOSIGFE | wcstoul NOSIGFE | ||||||
|   | |||||||
| @@ -466,12 +466,13 @@ details. */ | |||||||
|            fread_unlocked, fwrite_unlocked, getwc_unlocked, getwchar_unlocked, |            fread_unlocked, fwrite_unlocked, getwc_unlocked, getwchar_unlocked, | ||||||
|            putwc_unlocked, putwchar_unlocked. |            putwc_unlocked, putwchar_unlocked. | ||||||
|       284: Export sockatmark. |       284: Export sockatmark. | ||||||
|  |       285: Export wcstold. | ||||||
|      */ |      */ | ||||||
|  |  | ||||||
|      /* 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 284 | #define CYGWIN_VERSION_API_MINOR 285 | ||||||
|  |  | ||||||
|      /* 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 | ||||||
|   | |||||||
| @@ -26,6 +26,8 @@ What's new: | |||||||
|  |  | ||||||
| - New APIs: qsort_r, __bsd_qsort_r. | - New APIs: qsort_r, __bsd_qsort_r. | ||||||
|  |  | ||||||
|  | - New API: wcstold. | ||||||
|  |  | ||||||
| - New APIs: __fbufsize, __flbf, __fpending, __freadable, __freading, | - New APIs: __fbufsize, __flbf, __fpending, __freadable, __freading, | ||||||
|   __fsetlocking, __fwritable, __fwriting. |   __fsetlocking, __fwritable, __fwriting. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user