summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: Fix x86 compiler warningCorinna Vinschen2018-02-071-1/+1
* Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen2018-02-076-2/+98
* Cygwin: setsockopt/getsockopt: Add missing optlen checksCorinna Vinschen2018-02-071-2/+21
* Cygwin: Cleanup time handlingCorinna Vinschen2018-02-0713-97/+115
* Cygwin: setsockopt/getsockopt: Clean up codeCorinna Vinschen2018-02-061-118/+207
* Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLECorinna Vinschen2018-02-051-0/+2
* Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen2018-02-052-8/+84
* Cygwin: bindresvport: check correctness of address familyCorinna Vinschen2018-02-051-1/+10
* Cygwin: bindresvport_sa: Ignore incoming port numberCorinna Vinschen2018-02-051-12/+4
* Cygwin: Use SO_EXCLUSIVEADDRUSECorinna Vinschen2018-02-051-1/+1
* Cygwin: bump version to 2.10.1Corinna Vinschen2018-02-021-1/+1
* newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen2018-02-021-11/+0
* Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2018-02-012-33/+24
* epiphany: Additional setjmp() and longjmp() symsSebastian Huber2018-01-311-0/+4
* ssp: do not use __ssp_protected_ symbol prefixesYaakov Selkowitz2018-01-261-1/+0
* Disable powf/log2?f/exp2?f optimization for single-precision Arm FPUThomas Preudhomme2018-01-251-1/+3
* Define internal function mythreadname() -- revisedMark Geisert2018-01-245-4/+21
* cygwin: 2.10.0 release text: fix formattingCorinna Vinschen2018-01-221-11/+11
* cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockYaakov Selkowitz2018-01-221-0/+4
* cygwin: update docs for 2.10.0Yaakov Selkowitz2018-01-193-4/+56
* cygwin: add gencat toolYaakov Selkowitz2018-01-192-1/+697
* cygwin: add catopen, catgets, catcloseYaakov Selkowitz2018-01-195-1/+584
* Guard langinfo.h nl_item from multiple typedefsYaakov Selkowitz2018-01-191-0/+3
* Fix syntax error in exit.cOrlando Arias2018-01-191-1/+1
* cygwin: make <sys/socket.h> completely visible from <netinet/in.h>Yaakov Selkowitz2018-01-191-1/+1
* cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>Yaakov Selkowitz2018-01-191-1/+0
* Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston2018-01-18108-1156/+1153
* RISC-V: isatty: return 0 on errorChih-Mao Chen2018-01-181-1/+1
* RISC-V: Fix alignment issue in sigjmp_bufKito Cheng2018-01-181-1/+3
* ansification: remove ansidecl.h from makedocYaakov Selkowitz2018-01-172-176/+51
* ansification: fix makedoc for ANSI CYaakov Selkowitz2018-01-171-2/+2
* ansification: remove _HAVE_STDCYaakov Selkowitz2018-01-1737-444/+1
* ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz2018-01-1798-1825/+1767
* ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz2018-01-1713-81/+77
* ansification: remove _DEFUNYaakov Selkowitz2018-01-17729-2605/+1338
* ansification: remove _VOLATILE, _SIGNEDYaakov Selkowitz2018-01-171-4/+0
* ansification: remove _VOIDYaakov Selkowitz2018-01-1741-106/+104
* ansification: remove _DEFUN_VOIDYaakov Selkowitz2018-01-1747-96/+94
* ansification: remove _CAST_VOIDYaakov Selkowitz2018-01-1717-38/+36
* ansification: remove _PTRYaakov Selkowitz2018-01-1772-230/+228
* ansification: remove _VOID_PTRYaakov Selkowitz2018-01-1718-148/+145
* ansification: remove _PARAMSYaakov Selkowitz2018-01-1741-457/+451
* ansification: remove _NOARGSYaakov Selkowitz2018-01-174-6/+4
* ansification: remove _DOTSYaakov Selkowitz2018-01-1725-45/+43
* ansification: remove _CONSTYaakov Selkowitz2018-01-17322-1147/+1145
* ansification: remove _ANDYaakov Selkowitz2018-01-17517-1773/+1771
* cygwin: add asm/bitsperlong.h, dummy asm/posix_types.h headersYaakov Selkowitz2018-01-173-0/+34
* Make __always_inline macro compatible with glibcYaakov Selkowitz2018-01-161-1/+1
* cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz2018-01-163-1/+13
* newlib: fvprintf: fix get_arg for !_MB_CAPABLEIvan Grokhotkov2018-01-091-0/+2