newlib-cvs archive
date index for July - September, 2017

This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:


2017-09-22 [newlib-cygwin] Created tag newlib-snapshot-20170922 Jeff Johnston
2017-09-19 [newlib-cygwin] newlib/libm/complex/cargl.c change imag() real() to cimagl() creall() Yaakov Selkowitz
2017-09-19 [newlib-cygwin] Fix warnings and documentation in strnstr.c Yaakov Selkowitz
2017-09-07 [newlib-cygwin] Change time_t to 64-bit by default Sebastian Huber
2017-09-07 [newlib-cygwin] Remove harmful casts in gmtime_r() Sebastian Huber
2017-09-07 [newlib-cygwin] Created tag cygwin-2_9_0-release Corinna Vinschen
2017-09-07 [newlib-cygwin] Let RTEMS provide clock() Sebastian Huber
2017-09-04 [newlib-cygwin] stdio.h: Don't define unlocked macros using static inline on C++ Corinna Vinschen
2017-08-30 [newlib-cygwin] include: fix ffs, fls guards Yaakov Selkowitz
2017-08-30 [newlib-cygwin] newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def Corinna Vinschen
2017-08-30 [newlib-cygwin] newlib: strnstr: drop traditional synopisis Corinna Vinschen
2017-08-30 [newlib-cygwin] Add man page entry for strnstr.c. Corinna Vinschen
2017-08-30 [newlib-cygwin] Modify strnstr.c. Corinna Vinschen
2017-08-28 [newlib-cygwin] Fix compile error due to new strnstr() Corinna Vinschen
2017-08-25 [newlib-cygwin] newlib: rebuild string/Makefile.in Corinna Vinschen
2017-08-25 [newlib-cygwin] Port strnstr.c to newlib. Corinna Vinschen
2017-08-25 [newlib-cygwin] Import strnstr.c from FreeBSD. Corinna Vinschen
2017-08-25 [newlib-cygwin] Revert "headers: avoid bareword attributes" for clang Eric Blake
2017-08-25 [newlib-cygwin] RTEMS: Use __uint64_t for _CLOCK_T_ Sebastian Huber
2017-08-25 [newlib-cygwin] Make _CLOCK_T_ system configurable Sebastian Huber
2017-08-25 [newlib-cygwin] newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptime Corinna Vinschen
2017-08-24 [newlib-cygwin] move ILP32 sanity check on heap base code under ARM_RDI_MONITOR Corinna Vinschen
2017-08-21 [newlib-cygwin] Add myself to RISC-V Port Maintainer Corinna Vinschen
2017-08-21 [newlib-cygwin] Change license to FreeBSD License for RISC-V Corinna Vinschen
2017-08-19 [newlib-cygwin] cygwin: Implement renameat2 Corinna Vinschen
2017-08-18 [newlib-cygwin] Created tag newlib-snapshot-20170818 Jeff Johnston
2017-08-17 [newlib-cygwin] Add RISC-V port for libgloss Jeff Johnston
2017-08-17 [newlib-cygwin] Add RISC-V port for libm Jeff Johnston
2017-08-17 [newlib-cygwin] headers: avoid bareword attributes Eric Blake
2017-08-17 [newlib-cygwin] Fix crt0 init fini code Corinna Vinschen
2017-08-16 [newlib-cygwin] Add RISC-V port for newlib Jeff Johnston
2017-08-15 [newlib-cygwin] fix typo in AArch64 crt0 Corinna Vinschen
2017-08-14 [newlib-cygwin] use stack from linker script when nosys Corinna Vinschen
2017-08-11 [newlib-cygwin] newlib: regenerate libc/stdlib/Makefile.am Corinna Vinschen
2017-08-09 [newlib-cygwin] Don't fetch command line options without semi-hosting Corinna Vinschen
2017-08-09 [newlib-cygwin] Fix crt0 overwriting. Corinna Vinschen
2017-08-07 [newlib-cygwin] Define sigsetjmp/siglongjmp only if __POSIX_VISIBLE Corinna Vinschen
2017-08-07 [newlib-cygwin] Proper locking for getchar() and putchar() Sebastian Huber
2017-08-02 [newlib-cygwin] Importing wcstoumax inttypes method from FreeBSD. Corinna Vinschen
2017-08-02 [newlib-cygwin] Importing wcstoimax inttypes method from FreeBSD. Corinna Vinschen
2017-08-02 [newlib-cygwin] Importing strtoumax inttypes method from FreeBSD. Corinna Vinschen
2017-08-02 [newlib-cygwin] Importing strtoimax inttypes method from FreeBSD. Corinna Vinschen
2017-08-02 [newlib-cygwin] Add elf.h to newlib Yaakov Selkowitz
2017-07-28 [newlib-cygwin] Importing catanl long double complex method from NetBSD. Corinna Vinschen
2017-07-28 [newlib-cygwin] Fixing HUGE_VALF to HUGE_VALL. Corinna Vinschen
2017-07-28 [newlib-cygwin] stdio: Fix make rule override Sebastian Huber
2017-07-28 [newlib-cygwin] newlib: regenerate stdlib/Makefile.in Corinna Vinschen
2017-07-28 [newlib-cygwin] Importing imaxdiv inttypes method from FreeBSD. Corinna Vinschen
2017-07-28 [newlib-cygwin] Importing imaxabs inttypes method from FreeBSD. Corinna Vinschen
2017-07-26 [newlib-cygwin] cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 value Corinna Vinschen
2017-07-21 [newlib-cygwin] [arm] Fix strcpy for unified syntax on ARMv4t thumb. Richard Earnshaw
2017-07-21 [newlib-cygwin] Previous patch to support nosys.specs accidentally broke validation specs because ARM_RDI_MONITOR wa Corinna Vinschen
2017-07-20 [newlib-cygwin] Created tag newlib-snapshot-20170720 Jeff Johnston
2017-07-20 [newlib-cygwin] MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used Corinna Vinschen
2017-07-20 [newlib-cygwin] arm: Update strcpy.c to use UAL syntax. Corinna Vinschen
2017-07-17 [newlib-cygwin] Support building in a different directory than the default output directory by preserving DESTDIR va Corinna Vinschen
2017-07-14 [newlib-cygwin] Fix link when nosys.specs is used to link Corinna Vinschen
2017-07-12 [newlib-cygwin] Created tag cygwin-2_8_2-release Corinna Vinschen
2017-07-12 [newlib-cygwin] Synchronize RTEMS <sys/bitset.h> with FreeBSD Sebastian Huber
2017-07-10 [newlib-cygwin] Add myself to OS Port Maintainers (RTEMS) Corinna Vinschen
2017-07-10 [newlib-cygwin] Synchronize RTEMS <sys/bitset.h> with FreeBSD Sebastian Huber
2017-07-07 [newlib-cygwin] Rename __in and __out in headers to avoid collision with Windows APIs Corinna Vinschen
2017-07-06 [newlib-cygwin] Replace the perl character classes with POSIX ones to fix the build when sed is a BSD sed instead of Corinna Vinschen
2017-07-05 [newlib-cygwin] Add support for Semihosting v2 support for AArch64 in libgloss. Corinna Vinschen
2017-07-05 [newlib-cygwin] Add support for Semihosting v2 support for ARM in libgloss. Corinna Vinschen
2017-07-05 [newlib-cygwin] Add the needed build system changes in order to compile and create the new libraries for Semihosting Corinna Vinschen
2017-07-05 [newlib-cygwin] Adds the needed build system changes in order to compile and create the new libraries for Semihostin Corinna Vinschen
2017-07-05 [newlib-cygwin] Create a recursive make target that is modeled after the existing multilib makefile config-ml.in whi Corinna Vinschen
2017-07-05 [newlib-cygwin] Fixed warnings for some long double complex methods Corinna Vinschen
2017-07-05 [newlib-cygwin] Add ffsl(), ffsll(), fls(), flsl(), flsll() Sebastian Huber
2017-07-05 [newlib-cygwin] Synchronize <strings.h> with latest FreeBSD Sebastian Huber
2017-07-05 [newlib-cygwin] Implement bzero() via memset() Sebastian Huber
2017-07-03 [newlib-cygwin] Created tag cygwin-2_8_1-release Corinna Vinschen
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc