* libc/base64.c: New file.

* Makefile.in (DLL_OFILES): Add base64.o.
	* common.din: Export __b64_ntop and __b64_pton.
	* posix.sgml (std-bsd): Add __b64_ntop and __b64_pton.
	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
Corinna Vinschen
2013-05-21 10:07:55 +00:00
parent 676548b3d1
commit e99674fb55
6 changed files with 333 additions and 4 deletions

View File

@ -433,12 +433,13 @@ details. */
262: Export getmntent_r.
263: Export cfsetspeed.
264: Consistently export strtold
265: Export __b64_ntop, __b64_pton.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 264
#define CYGWIN_VERSION_API_MINOR 265
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible