aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-02newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen1-11/+0
2018-02-01Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2-33/+24
2018-01-31epiphany: Additional setjmp() and longjmp() symsSebastian Huber1-0/+4
2018-01-26ssp: do not use __ssp_protected_ symbol prefixesYaakov Selkowitz1-1/+0
2018-01-25Disable powf/log2?f/exp2?f optimization for single-precision Arm FPUThomas Preudhomme1-1/+3
2018-01-24Define internal function mythreadname() -- revisedMark Geisert5-4/+21
2018-01-22cygwin: 2.10.0 release text: fix formattingCorinna Vinschen1-11/+11
2018-01-22cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockYaakov Selkowitz1-0/+4
2018-01-19cygwin: update docs for 2.10.0Yaakov Selkowitz3-4/+56
2018-01-19cygwin: add gencat toolYaakov Selkowitz2-1/+697
2018-01-19cygwin: add catopen, catgets, catcloseYaakov Selkowitz5-1/+584
2018-01-19Guard langinfo.h nl_item from multiple typedefsYaakov Selkowitz1-0/+3
2018-01-19Fix syntax error in exit.cOrlando Arias1-1/+1
2018-01-19cygwin: make <sys/socket.h> completely visible from <netinet/in.h>Yaakov Selkowitz1-1/+1
2018-01-19cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>Yaakov Selkowitz1-1/+0
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston108-1156/+1153
2018-01-18RISC-V: isatty: return 0 on errorChih-Mao Chen1-1/+1
2018-01-18RISC-V: Fix alignment issue in sigjmp_bufKito Cheng1-1/+3
2018-01-17ansification: remove ansidecl.h from makedocYaakov Selkowitz2-176/+51
2018-01-17ansification: fix makedoc for ANSI CYaakov Selkowitz1-2/+2
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz37-444/+1
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz98-1825/+1767
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz13-81/+77
2018-01-17ansification: remove _DEFUNYaakov Selkowitz729-2605/+1338
2018-01-17ansification: remove _VOLATILE, _SIGNEDYaakov Selkowitz1-4/+0
2018-01-17ansification: remove _VOIDYaakov Selkowitz41-106/+104
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz47-96/+94
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz17-38/+36
2018-01-17ansification: remove _PTRYaakov Selkowitz72-230/+228
2018-01-17ansification: remove _VOID_PTRYaakov Selkowitz18-148/+145
2018-01-17ansification: remove _PARAMSYaakov Selkowitz41-457/+451
2018-01-17ansification: remove _NOARGSYaakov Selkowitz4-6/+4
2018-01-17ansification: remove _DOTSYaakov Selkowitz25-45/+43
2018-01-17ansification: remove _CONSTYaakov Selkowitz322-1147/+1145
2018-01-17ansification: remove _ANDYaakov Selkowitz517-1773/+1771
2018-01-17cygwin: add asm/bitsperlong.h, dummy asm/posix_types.h headersYaakov Selkowitz3-0/+34
2018-01-16Make __always_inline macro compatible with glibcYaakov Selkowitz1-1/+1
2018-01-16cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz3-1/+13
2018-01-09newlib: fvprintf: fix get_arg for !_MB_CAPABLEIvan Grokhotkov1-0/+2
2018-01-08fix incompatible pointer type for va_list in nano versions of printf and scan...Alexander Fedotov2-5/+24
2017-12-26RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.Jim Wilson4-6/+111
2017-12-26RISC-V: Moved syscalls to separate files to fix aliasing problems.Jim Wilson37-450/+513
2017-12-26RISC-V: Updated syscall to take 6 argumentsJim Wilson2-22/+26
2017-12-26RISC-V: Add nanosleep functionalityJim Wilson3-1/+14
2017-12-26RISC-V: Fix libnosys build.Jim Wilson2-0/+4
2017-12-22cleanup winsup/doc/etc.{postinstall,preremove}.cygwin-doc.sh quote test varia...Brian Inglis2-7/+8
2017-12-22winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typoBrian Inglis1-1/+1
2017-12-19cygwin: block devices: fix file offset after short writesnewlib-snapshot-20171222Corinna Vinschen2-2/+13
2017-12-18Cygwin: document sigtimedwait and ftell{o} patchCorinna Vinschen2-2/+5
2017-12-18newlib: ftello{64}: Handle appending stream without fflushingCorinna Vinschen2-14/+26