| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Importing catanl long double complex method from NetBSD. | Aditya Upadhyay | 2017-07-28 | 3 | -4/+88 |
* | Fixing HUGE_VALF to HUGE_VALL. | Aditya Upadhyay | 2017-07-28 | 1 | -1/+1 |
* | stdio: Fix make rule override | Sebastian Huber | 2017-07-28 | 2 | -10/+0 |
* | newlib: regenerate stdlib/Makefile.in | Corinna Vinschen | 2017-07-28 | 1 | -33/+62 |
* | Importing imaxdiv inttypes method from FreeBSD. | Aditya Upadhyay | 2017-07-28 | 2 | -0/+49 |
* | Importing imaxabs inttypes method from FreeBSD. | Aditya Upadhyay | 2017-07-28 | 2 | -0/+37 |
* | cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 value | Corinna Vinschen | 2017-07-26 | 1 | -4/+3 |
* | [arm] Fix strcpy for unified syntax on ARMv4t thumb. | Richard Earnshaw | 2017-07-21 | 1 | -1/+1 |
* | MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720 | Jozef Lawrynowicz | 2017-07-20 | 1 | -0/+1 |
* | arm: Update strcpy.c to use UAL syntax. | Ian Tessier via newlib | 2017-07-20 | 1 | -6/+7 |
* | Synchronize RTEMS <sys/bitset.h> with FreeBSD | Sebastian Huber | 2017-07-12 | 1 | -5/+5 |
* | Add myself to OS Port Maintainers (RTEMS) | Sebastian Huber | 2017-07-10 | 1 | -0/+1 |
* | Synchronize RTEMS <sys/bitset.h> with FreeBSD | Sebastian Huber | 2017-07-10 | 1 | -1/+16 |
* | Rename __in and __out in headers to avoid collision with Windows APIs | David Macek | 2017-07-07 | 1 | -9/+9 |
* | Fixed warnings for some long double complex methods | Aditya Upadhyay | 2017-07-05 | 1 | -5/+5 |
* | Add ffsl(), ffsll(), fls(), flsl(), flsll() | Sebastian Huber | 2017-07-05 | 8 | -25/+240 |
* | Synchronize <strings.h> with latest FreeBSD | Sebastian Huber | 2017-07-05 | 2 | -59/+62 |
* | Implement bzero() via memset() | Sebastian Huber | 2017-07-05 | 1 | -8/+5 |
* | Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-release | Yaakov Selkowitz | 2017-06-30 | 1 | -4/+17 |
* | Add --enable-newlib-global-stdio-streams | Sebastian Huber | 2017-06-30 | 5 | -2/+52 |
* | Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS | Sebastian Huber | 2017-06-30 | 2 | -1/+2 |
* | Introduce _REENT_GLOBAL_STDIO_STREAMS | Sebastian Huber | 2017-06-30 | 2 | -6/+39 |
* | Add stdin_init(), stdout_init() and stderr_init() | Sebastian Huber | 2017-06-30 | 1 | -17/+33 |
* | Remove superfluous parameter from std() | Sebastian Huber | 2017-06-30 | 1 | -7/+6 |
* | Optimized memcmp | Wilco Dijkstra | 2017-06-29 | 1 | -193/+113 |
* | newlib: fix file mode of newly added complex sources | Corinna Vinschen | 2017-06-29 | 16 | -0/+0 |
* | newlib: libm/complex/Makefile.in: regenerate | Corinna Vinschen | 2017-06-29 | 1 | -22/+161 |
* | Adding csinl.c in Makefile.am | Aditya Upadhyay | 2017-06-29 | 1 | -1/+1 |
* | Importing csinl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 1 | -0/+45 |
* | Importing csinhl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+46 |
* | Importing casinhl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+43 |
* | Importing ctanl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+57 |
* | Importing ctanhl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+48 |
* | Importing cpowl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+57 |
* | Importing conjl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+47 |
* | Importing catanhl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+43 |
* | Importing casinl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+121 |
* | Importing ccosl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+46 |
* | Importing cacosl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+46 |
* | Adding cephes_subrl.h and cephes_subrl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 3 | -2/+140 |
* | Importing cexpl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+47 |
* | Importing cprojl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+65 |
* | Importing cargl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+19 |
* | Importing csqrtl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+113 |
* | Importing clogl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -0/+47 |
* | Importing cacoshl.c from NetBSD. | Aditya Upadhyay | 2017-06-29 | 2 | -1/+46 |
* | unistd.h: Remove trailing whitespace | Dionna Glaze | 2017-06-29 | 1 | -1/+1 |
* | unistd.h: remove mktemp | Corinna Vinschen | 2017-06-29 | 1 | -1/+0 |
* | Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC... | Dionna Glaze | 2017-06-29 | 1 | -2/+5 |
* | aarch64: optimize the unaligned case of memcmp | Sebastian Pop | 2017-06-26 | 1 | -2/+55 |