aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Modify strnstr.c.Sichen Zhao1-55/+10
2017-08-28Fix compile error due to new strnstr()Sebastian Huber1-43/+0
2017-08-25newlib: rebuild string/Makefile.inCorinna Vinschen1-27/+49
2017-08-25Port strnstr.c to newlib.Sichen Zhao2-0/+4
2017-08-25Import strnstr.c from FreeBSD.Sichen Zhao1-0/+65
2017-08-25Revert "headers: avoid bareword attributes" for clangEric Blake1-14/+16
2017-08-25RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber1-0/+3
2017-08-25Make _CLOCK_T_ system configurableSebastian Huber1-0/+3
2017-08-25newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis1-2/+32
2017-08-21Add myself to RISC-V Port MaintainerKito Cheng1-0/+1
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng12-12/+12
2017-08-19cygwin: Implement renameat2Ken Brown1-0/+3
2017-08-17Add RISC-V port for libmKito Cheng19-1/+7282
2017-08-17headers: avoid bareword attributesEric Blake2-15/+15
2017-08-16Add RISC-V port for newlibKito Cheng24-2/+7185
2017-08-11newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen1-9/+36
2017-08-07Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown1-2/+2
2017-08-07Proper locking for getchar() and putchar()Sebastian Huber1-7/+32
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay3-0/+160
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay3-0/+161
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay3-0/+154
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay3-0/+182
2017-08-02Add elf.h to newlibYaakov Selkowitz1-0/+3146
2017-07-28Importing catanl long double complex method from NetBSD.Aditya Upadhyay3-4/+88
2017-07-28Fixing HUGE_VALF to HUGE_VALL.Aditya Upadhyay1-1/+1
2017-07-28stdio: Fix make rule overrideSebastian Huber2-10/+0
2017-07-28newlib: regenerate stdlib/Makefile.inCorinna Vinschen1-33/+62
2017-07-28Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay2-0/+49
2017-07-28Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay2-0/+37
2017-07-26cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen1-4/+3
2017-07-21[arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw1-1/+1
2017-07-20MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz1-0/+1
2017-07-20arm: Update strcpy.c to use UAL syntax.Ian Tessier via newlib1-6/+7
2017-07-12Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber1-5/+5
2017-07-10Add myself to OS Port Maintainers (RTEMS)Sebastian Huber1-0/+1
2017-07-10Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber1-1/+16
2017-07-07Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek1-9/+9
2017-07-05Fixed warnings for some long double complex methodsAditya Upadhyay1-5/+5
2017-07-05Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber8-25/+240
2017-07-05Synchronize <strings.h> with latest FreeBSDSebastian Huber2-59/+62
2017-07-05Implement bzero() via memset()Sebastian Huber1-8/+5
2017-06-30Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-releaseYaakov Selkowitz1-4/+17
2017-06-30Add --enable-newlib-global-stdio-streamsSebastian Huber5-2/+52
2017-06-30Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber2-1/+2
2017-06-30Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber2-6/+39
2017-06-30Add stdin_init(), stdout_init() and stderr_init()Sebastian Huber1-17/+33
2017-06-30Remove superfluous parameter from std()Sebastian Huber1-7/+6
2017-06-29Optimized memcmpWilco Dijkstra1-193/+113
2017-06-29newlib: fix file mode of newly added complex sourcesCorinna Vinschen16-0/+0
2017-06-29newlib: libm/complex/Makefile.in: regenerateCorinna Vinschen1-22/+161