summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz2017-03-221-1/+1
* Belatedly bump Cygwin DLL version to 2.8.0Corinna Vinschen2017-03-101-2/+2
* Implement dladdr() (partially)Jon Turney2017-03-082-1/+20
* Export timingsafe_bcmp and timingsafe_memcmpJon Turney2017-03-071-1/+2
* Bump Cygwin version to 2.7.1Corinna Vinschen2017-02-241-1/+1
* Cygwin: create separate bits/byteswap.hYaakov Selkowitz2017-02-083-37/+51
* Cygwin: Add IUTF8 termios iflagCorinna Vinschen2017-01-311-0/+1
* Export getentropy and getrandom callsCorinna Vinschen2016-12-162-3/+33
* Provide <memory.h>Sebastian Huber2016-11-221-15/+0
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-172-46/+59
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-211-1/+2
* Bump Cygwin version to 2.6.1Corinna Vinschen2016-10-191-1/+1
* Export and document strerror_l, strptime_l, wcsftime_l from CygwinCorinna Vinschen2016-08-231-1/+2
* Add pthread_getname_np and pthread_setname_npJon Turney2016-08-232-1/+4
* Implement missing POSIX function nl_langinfo_lCorinna Vinschen2016-08-201-1/+2
* Only define __getreent inline function when building newlib or CygwinCorinna Vinschen2016-08-201-0/+2
* Reinstantiate Cygwin function called `__getreent'Corinna Vinschen2016-08-181-2/+0
* Revert "Fix __getreent function for Cygwin"Corinna Vinschen2016-08-181-2/+1
* Fix __getreent function for CygwinCorinna Vinschen2016-08-181-1/+2
* Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2016-08-151-1/+4
* Add sys/_locale.h header and fix up headersCorinna Vinschen2016-08-151-1/+12
* Bump CygwinAPI minor.Corinna Vinschen2016-08-151-3/+5
* Implement all per-locale ctype functionsCorinna Vinschen2016-08-151-1/+7
* Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2016-08-151-3/+4
* Fix 32-bit SSIZE_MAXEric Blake2016-07-141-1/+9
* machine/_types.h: __blkcnt_t should be signedRay Donnelly2016-07-141-1/+1
* Remove leftover useless copyright hintsCorinna Vinschen2016-06-252-6/+0
* Fix comments for AI_ADDRCONFIG and AI_V4MAPPEDCorinna Vinschen2016-06-241-3/+3
* include/cygwin/if.h: Fix a commentCorinna Vinschen2016-06-241-2/+2
* Bump DLL minor versionCorinna Vinschen2016-06-231-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-23102-216/+0
* cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz2016-06-031-0/+1
* Bump Cygwin DLL version to 2.5.2Corinna Vinschen2016-05-181-1/+1
* Always provide register_t via <sys/types.h>Sebastian Huber2016-04-211-5/+0
* Remove cygwin/types.hCorinna Vinschen2016-04-211-22/+0
* Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber2016-04-212-123/+143
* Provide in_port_t via <sys/types.h>Sebastian Huber2016-04-191-1/+4
* Provide in_addr_t via <sys/types.h>Sebastian Huber2016-04-191-1/+5
* Introduce __sa_family_t for BSD compatibiliySebastian Huber2016-04-192-1/+4
* Introduce __socklen_t for BSD compatibilitySebastian Huber2016-04-192-5/+7
* BSD compatibility for <machine/endian.h>Sebastian Huber2016-04-193-29/+59
* Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber2016-04-152-12/+8
* Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber2016-04-152-5/+3
* Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber2016-04-152-6/+4
* Define mode_t via __mode_tSebastian Huber2016-04-151-4/+0
* Add BSD guard for ino_t in <sys/types.h>Sebastian Huber2016-04-152-8/+4
* Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2016-04-151-6/+0
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-151-4/+4
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-133-31/+27
* Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber2016-04-131-6/+1