Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Throughout Cygwin, use u_intN_t or uintN_t | Corinna Vinschen | 2016-03-24 | 1 | -3/+5 |
| | | | | | | | | | | Don't use u_char, u_short, u_int or u_long in Cygwin, unless it refers to the Winsock types. Use u_intN_t in BSD-based sources, unsigned char where strings are concerned, uintN_t otherwise. Also: * net.cc: Fix comment, we're not using u_long anymore. Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | ||||
* | Change definition of b64_pton from K&R to ANSI | Corinna Vinschen | 2016-03-24 | 1 | -4/+1 |
| | | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | ||||
* | * libc/base64.c: New file. | Corinna Vinschen | 2013-05-21 | 1 | -0/+316 |
* 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. |