summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng2017-08-179-0/+4340
* Add RISC-V port for libmKito Cheng2017-08-1720-1/+7315
* headers: avoid bareword attributesEric Blake2017-08-172-15/+15
* headers: avoid bareword attributesEric Blake2017-08-174-5/+5
* Fix crt0 init fini codeSzabolcs Nagy2017-08-171-4/+0
* Add RISC-V port for newlibKito Cheng2017-08-1625-2/+7198
* fix typo in AArch64 crt0Alexander Fedotov-B556132017-08-151-1/+1
* use stack from linker script when nosysAlexander Fedotov-B556132017-08-141-1/+18
* newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen2017-08-111-9/+36
* Don't fetch command line options without semi-hostingYao Qi2017-08-091-0/+6
* Fix crt0 overwriting.Tamar Christina2017-08-094-1/+10
* Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown2017-08-071-2/+2
* Proper locking for getchar() and putchar()Sebastian Huber2017-08-071-7/+32
* cygwin: pthread timed locks: actually timeout on timeoutCorinna Vinschen2017-08-031-4/+26
* cygwin: pthread_rwlock_rdlock: don't set errno, just return error codeCorinna Vinschen2017-08-031-1/+1
* cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen2017-08-037-11/+84
* cygwin: Bump DLL version to 2.9.0Corinna Vinschen2017-08-034-4/+20
* cygwin: Implement pthread_mutex_timedlockCorinna Vinschen2017-08-035-4/+35
* cygwin: simplify pthread timedwait handlingCorinna Vinschen2017-08-032-66/+60
* cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2017-08-031-2/+1
* Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen2017-08-032-17/+11
* cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2017-08-032-11/+17
* Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+160
* Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+161
* Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+154
* Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+182
* cygwin: add explicit_bzero, elf.h changes to releaseYaakov Selkowitz2017-08-021-0/+4
* Add elf.h to newlibYaakov Selkowitz2017-08-028-1890/+3146
* cygwin: Export explicit_bzeroYaakov Selkowitz2017-08-023-1/+4
* cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen2017-08-011-1/+7
* cygwin: add console issues to release notesCorinna Vinschen2017-07-311-0/+6
* cygwin: select: use UNICODE console functionsCorinna Vinschen2017-07-311-2/+2
* cygwin: console: Use memset to clear an arrayCorinna Vinschen2017-07-311-3/+2
* cygwin: clear screen using wide char functionCorinna Vinschen2017-07-311-1/+1
* Importing catanl long double complex method from NetBSD.Aditya Upadhyay2017-07-283-4/+88
* Fixing HUGE_VALF to HUGE_VALL.Aditya Upadhyay2017-07-281-1/+1
* stdio: Fix make rule overrideSebastian Huber2017-07-282-10/+0
* newlib: regenerate stdlib/Makefile.inCorinna Vinschen2017-07-281-33/+62
* Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay2017-07-282-0/+49
* Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay2017-07-282-0/+37
* cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen2017-07-261-4/+3
* cygwin: add release notes for reparse point patchesCorinna Vinschen2017-07-241-0/+5
* cygwin: unify reparse point checking code into single functionCorinna Vinschen2017-07-243-89/+70
* cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen2017-07-241-3/+3
* cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen2017-07-241-1/+1
* [arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw2017-07-211-1/+1
* Previous patch to support nosys.specs accidentally broke validation specs bec...Tamar Christina2017-07-211-1/+1
* MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz2017-07-201-0/+1
* arm: Update strcpy.c to use UAL syntax.Ian Tessier via newlib2017-07-201-6/+7
* cygwin: add fflush fix to release notesCorinna Vinschen2017-07-191-0/+13