summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Modify strnstr.c.Sichen Zhao2017-08-301-55/+10
* Fix compile error due to new strnstr()Sebastian Huber2017-08-281-43/+0
* newlib: rebuild string/Makefile.inCorinna Vinschen2017-08-251-27/+49
* Port strnstr.c to newlib.Sichen Zhao2017-08-252-0/+4
* Import strnstr.c from FreeBSD.Sichen Zhao2017-08-251-0/+65
* Revert "headers: avoid bareword attributes" for clangEric Blake2017-08-251-14/+16
* RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber2017-08-251-0/+3
* Make _CLOCK_T_ system configurableSebastian Huber2017-08-251-0/+3
* newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis2017-08-251-2/+32
* Add myself to RISC-V Port MaintainerKito Cheng2017-08-211-0/+1
* Change license to FreeBSD License for RISC-VKito Cheng2017-08-2112-12/+12
* cygwin: Implement renameat2Ken Brown2017-08-191-0/+3
* Add RISC-V port for libmKito Cheng2017-08-1719-1/+7282
* headers: avoid bareword attributesEric Blake2017-08-172-15/+15
* Add RISC-V port for newlibKito Cheng2017-08-1624-2/+7185
* newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen2017-08-111-9/+36
* Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown2017-08-071-2/+2
* Proper locking for getchar() and putchar()Sebastian Huber2017-08-071-7/+32
* 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
* Add elf.h to newlibYaakov Selkowitz2017-08-021-0/+3146
* 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
* [arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw2017-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
* Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber2017-07-121-5/+5
* Add myself to OS Port Maintainers (RTEMS)Sebastian Huber2017-07-101-0/+1
* Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber2017-07-101-1/+16
* Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek2017-07-071-9/+9
* Fixed warnings for some long double complex methodsAditya Upadhyay2017-07-051-5/+5
* Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber2017-07-058-25/+240
* Synchronize <strings.h> with latest FreeBSDSebastian Huber2017-07-052-59/+62
* Implement bzero() via memset()Sebastian Huber2017-07-051-8/+5
* Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-releaseYaakov Selkowitz2017-06-301-4/+17
* Add --enable-newlib-global-stdio-streamsSebastian Huber2017-06-305-2/+52
* Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber2017-06-302-1/+2
* Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber2017-06-302-6/+39
* Add stdin_init(), stdout_init() and stderr_init()Sebastian Huber2017-06-301-17/+33
* Remove superfluous parameter from std()Sebastian Huber2017-06-301-7/+6
* Optimized memcmpWilco Dijkstra2017-06-291-193/+113
* newlib: fix file mode of newly added complex sourcesCorinna Vinschen2017-06-2916-0/+0
* newlib: libm/complex/Makefile.in: regenerateCorinna Vinschen2017-06-291-22/+161