Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-20Provide in_port_t via <sys/types.h>Sebastian Huber
2016-04-19Provide in_addr_t via <sys/types.h>Sebastian Huber
2016-04-19Introduce __sa_family_t for BSD compatibiliySebastian Huber
2016-04-19Introduce __socklen_t for BSD compatibilitySebastian Huber
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber
2016-04-18Fix definition of __size_tSebastian Huber
2016-04-15Provide FNONBLOCK for BSD compatiblitySebastian Huber
2016-04-15Provide __size_t via <sys/_types.h>Sebastian Huber
2016-04-15Include <machine/endian.h> in <sys/types.h>Sebastian Huber
2016-04-15Add __va_list to <sys/_types.h>Sebastian Huber
2016-04-15Add BSD guards for fixed-size integer typesChristian Mauderer
2016-04-15Add BSD guard for useconds_tSebastian Huber
2016-04-15Add BSD guard for nlink_tSebastian Huber
2016-04-15Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber
2016-04-15Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber
2016-04-15Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber
2016-04-15Add BSD guard for timer_tSebastian Huber
2016-04-15Add BSD guard for clockid_tSebastian Huber
2016-04-15Add BSD guard for time_tSebastian Huber
2016-04-15Add BSD guard for clock_tSebastian Huber
2016-04-15Define mode_t via __mode_tSebastian Huber
2016-04-15Add BSD guard for ino_t in <sys/types.h>Sebastian Huber
2016-04-15Provide POSIX defined id_t in <sys/types.h>Sebastian Huber
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber
2016-04-14Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz
2016-04-13Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen
2016-04-13Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber
2016-04-13Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber
2016-04-08Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber
2016-04-05math: update isinf/isnan function comments after move to math.hYaakov Selkowitz
2016-04-04math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz
2016-04-04Feature test macros overhaul: tar.hYaakov Selkowitz
2016-04-04Add cpio.hYaakov Selkowitz
2016-04-04cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz
2016-04-04Add Intel MCU targetIgor Venevtsev
2016-03-29Add missing long double functions to CygwinCorinna Vinschen
2016-03-29Add simple versions of random() and srandom()Joel Sherrill
2016-03-26math.h: Use GCC builtins for C99 macros where availableCorinna Vinschen
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen
2016-03-24Feature test macros overhaul: C++ TR1Yaakov Selkowitz
2016-03-23Drop Cygwin-only posix_memalign prototypeCorinna Vinschen
2016-03-23Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen
2016-03-23Fix "/*" within comment warningSebastian Huber
2016-03-22stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz
2016-03-22pthread.h: Mark pthread_exit() as not returningJoel Sherrill
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley
2016-03-18Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber
2016-03-18Add timingsafe_memcmp()Sebastian Huber