summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTER...Joel Sherrill2017-11-021-2/+0
* RTEMS: Remove internal timecounter APISebastian Huber2017-10-261-29/+4
* fix internal __ieee754_expf and __ieee754_logf callsSzabolcs Nagy2017-10-201-0/+11
* New expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy2017-10-1324-88/+1339
* RTEMS: Fix _PTHREAD_MUTEX_INITIALIZERSebastian Huber2017-10-131-1/+1
* Fix typo with newlib-long-time_t default value.Michael Haubenwallner2017-10-092-2/+2
* RTEMS: Make pthread_mutex_t self-containedSebastian Huber2017-10-051-2/+28
* RTEMS: Make pthread_cond_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Make pthread_rwlock_t self-containedSebastian Huber2017-10-051-2/+7
* RTEMS: Make pthread_barrier_t self-containedSebastian Huber2017-10-051-1/+7
* RTEMS: Make sem_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Optimize pthread_once_tSebastian Huber2017-10-052-7/+6
* newlib/libm/complex/cargl.c change imag() real() to cimagl() creall()newlib-snapshot-20170922Brian Inglis2017-09-191-1/+1
* Fix warnings and documentation in strnstr.cSebastian Huber2017-09-191-4/+3
* Change time_t to 64-bit by defaultSebastian Huber2017-09-076-3/+59
* Remove harmful casts in gmtime_r()Sebastian Huber2017-09-071-2/+2
* Let RTEMS provide clock()Sebastian Huber2017-09-071-1/+1
* stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen2017-09-041-1/+1
* include: fix ffs, fls guardsYaakov Selkowitz2017-08-301-2/+4
* newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen2017-08-302-2/+2
* newlib: strnstr: drop traditional synopisisCorinna Vinschen2017-08-301-7/+0
* Add man page entry for strnstr.c.Sichen Zhao2017-08-302-0/+43
* 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