public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin] libm/stdlib: Realloc when shrinking by 2* or more
2020-08-17 9:45 UTC
[newlib-cygwin] libm/stdlib: don't read past source in nano_realloc
2020-08-17 9:45 UTC
[newlib-cygwin] libc/stdlib: Fix build failure in nano_calloc
2020-08-13 8:00 UTC
[newlib-cygwin] libc/stdlib: Use __builtin_mul_overflow for reallocarray and calloc
2020-08-12 8:12 UTC
[newlib-cygwin] libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]
2020-08-12 8:01 UTC
[newlib-cygwin] libm/machine/arm: Add optimized fmaf and fma when available
2020-08-10 19:06 UTC
[newlib-cygwin] libm: Detect fast fmaf support
2020-08-10 19:06 UTC
[newlib-cygwin] libm: ARM without HW double does not have fast FMA
2020-08-10 19:06 UTC
[newlib-cygwin] libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception
2020-08-10 8:35 UTC
[newlib-cygwin] MSP430: Increase the amount of main memory available in sim ld scripts
2020-08-07 13:16 UTC
[newlib-cygwin] MSP430: Word align __*_array_start symbols in sim linker scripts
2020-08-07 13:16 UTC
[newlib-cygwin] libm: Control errno support with _IEEE_LIBM configuration parameter
2020-08-05 20:43 UTC
[newlib-cygwin] libm/math: Don't modify __ieee754_pow return values in pow
2020-08-05 20:43 UTC
[newlib-cygwin] libm/math: Set errno to ERANGE for pow(0, -y)
2020-08-05 20:43 UTC
[newlib-cygwin] libm/math: Make yx functions set errno=ERANGE for x=0
2020-08-05 20:43 UTC
[newlib-cygwin] libm/math: set errno to ERANGE at gamma poles
2020-08-05 20:43 UTC
[newlib-cygwin] libm: Set math_errhandling to match library and hardware [v2]
2020-08-04 17:31 UTC
[newlib-cygwin] libm/common: Set WANT_ERRNO based on _IEEE_LIBM value
2020-08-04 17:31 UTC
[newlib-cygwin] libm/math: Use __math_xflow in obsolete math code [v2]
2020-08-03 11:31 UTC
[newlib-cygwin] select.h: update FD macros to latest FreeBSD, fix type conversion warning
2020-08-03 10:42 UTC
[newlib-cygwin] Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
2020-08-03 10:41 UTC
[newlib-cygwin] arm: Fix include to avoid undefined reference
2020-07-29 15:06 UTC
[newlib-cygwin] arm: Split fenv.c into multiple files
2020-07-29 5:05 UTC
[newlib-cygwin] arm: Fix fenv support
2020-07-29 5:05 UTC
[newlib-cygwin] riscv: fix integer wraparound in memcpy
2020-07-27 8:14 UTC
[newlib-cygwin] ctype.h: Fix unused variable warnings
2020-07-16 9:30 UTC
[newlib-cygwin] testsuite: Fix iconv tests to use new encoding config defines
2020-07-10 10:03 UTC
[newlib-cygwin] libc/iconv: find_alias was mis-computing remaining alias table length
2020-07-10 10:03 UTC
[newlib-cygwin] libc/iconv: Remove unneeded pointer var for _iconv_aliases
2020-07-10 10:03 UTC
[newlib-cygwin] libc/iconv: Detect CES handler loading failure
2020-07-10 10:03 UTC
[newlib-cygwin] Created tag cygwin-3_1_6-release
2020-07-09 8:13 UTC
[newlib-cygwin] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
2020-07-06 11:18 UTC
[newlib-cygwin] libm: machine: Add missing sparc and mips configuration
2020-07-03 8:46 UTC
[newlib-cygwin] mips fenv support
2020-07-03 8:46 UTC
[newlib-cygwin] SPARC fenv support
2020-07-03 8:46 UTC
[newlib-cygwin] fenv aarch64 support
2020-07-02 10:13 UTC
[newlib-cygwin] pru: Fix memory corruption on syscall return
2020-07-02 9:00 UTC
[newlib-cygwin] fenv support arm
2020-06-10 1:13 UTC
[newlib-cygwin] Regenerate libm/machine configuration files for powerpc
2020-06-10 1:02 UTC
[newlib-cygwin] hard float support for PowerPC taken from FreeBSD
2020-06-03 9:19 UTC
[newlib-cygwin] Created tag cygwin-3_1_5-release
2020-06-01 8:53 UTC
[newlib-cygwin] Reimplement aligned_alloc
2020-05-19 13:24 UTC
[newlib-cygwin] newlib/libm/math: Make pow/powf return qnan for snan arg
2020-03-26 11:42 UTC
[newlib-cygwin] newlib/libm/common: Don't re-convert float to bits in modf/modff
2020-03-26 11:42 UTC
[newlib-cygwin] newlib/libm/common: Fix modf/modff returning snan
2020-03-26 11:42 UTC
[newlib-cygwin] Fix spurious underflow exceptions for Bessel functions for double(from glibc bug 14155)
2020-03-26 11:26 UTC
[newlib-cygwin] Fix hypotf missing mask in hi+lo decomposition
2020-03-20 9:13 UTC
[newlib-cygwin] Fix modf/f for NaN input
2020-03-19 15:34 UTC
[newlib-cygwin] Fix for k_tan.c specific inputs
2020-03-18 9:05 UTC
[newlib-cygwin] RTEMS: Include missing header and fix stub
2020-03-13 18:51 UTC
[newlib-cygwin] Fix truncf for sNaN input
2020-03-11 11:11 UTC
[newlib-cygwin] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub
2020-03-10 15:06 UTC
[newlib-cygwin] Fix error in fdim/f for infinities
2020-03-10 14:46 UTC
[newlib-cygwin] Fix error in exp in magnitude [2e-32,2e-28]
2020-03-09 9:12 UTC
[newlib-cygwin] Fix error in float trig. function range reduction
2020-03-03 15:45 UTC
[newlib-cygwin] Fix error in powf for (-1.0, NaN) input
2020-03-02 15:46 UTC
[newlib-cygwin] arm: Finish moving newlib to unified syntax for Thumb1
2020-03-02 13:39 UTC
[newlib-cygwin] x86_64/i386 fenv: Replace symlink with include fenv_stub.c
2020-02-25 15:44 UTC
[newlib-cygwin] newlib/libc/include/devctl.h: Add extern "C" wrapper
2020-02-20 8:49 UTC
[newlib-cygwin] Created tag cygwin-3_1_4-release
2020-02-19 8:41 UTC
[newlib-cygwin] Locale modifier "@cjksingle" to enforce single-width CJK width
2020-02-18 10:38 UTC
[newlib-cygwin] Created tag cygwin-3_1_3-release
2020-02-17 12:31 UTC
[newlib-cygwin] pow: fix pow(-1.0, NaN)
2020-02-14 9:15 UTC
[newlib-cygwin] Only pass the minimum number of syscall arguments
2020-02-11 8:42 UTC
[newlib-cygwin] Typo in license for newlib/libc/stdio/flags.c
2020-02-06 10:59 UTC
[newlib-cygwin] Typo in license terms for newlib/libm/common/log2.c
2020-02-06 10:59 UTC
[newlib-cygwin] libgloss: Fix lseek semihosting bug on nios2 and m68k
2020-02-06 10:02 UTC
[newlib-cygwin] RISC-V: Use newlib nano specific libm
2020-01-31 11:43 UTC
[newlib-cygwin] Use remove-advertising-clause script to edit BSD licenses
2020-01-29 18:03 UTC
[newlib-cygwin] Revert "newlib: fix fseek optimization with SEEK_CUR"
2020-01-29 17:59 UTC
[newlib-cygwin] Created tag newlib-3.3.0
2020-01-22 19:42 UTC
[newlib-cygwin] Bump up newlib release to 3.3.0
2020-01-21 20:18 UTC
[newlib-cygwin] Change the reent verify check option to document disabling it
2020-01-21 20:14 UTC
[newlib-cygwin] Default newlib_reent_check_verify to yes in configure.host
2020-01-21 19:55 UTC
[newlib-cygwin] riscv: Add 'break' statements to fpsetround switch
2020-01-21 9:28 UTC
[newlib-cygwin] riscv: Use current pseudo-instructions to access the FCSR register
2020-01-21 9:28 UTC
[newlib-cygwin] riscv: Map between ieeefp.h exception bits and RISC-V FCSR bits
2020-01-21 9:28 UTC
[newlib-cygwin] Prevent more NULL ptr accesses due to Balloc out of memory
2020-01-09 20:19 UTC
[newlib-cygwin] Created tag newlib-3.2.0
2020-01-02 20:11 UTC
[newlib-cygwin] Created tag newlib-snapshot-20200102
2020-01-02 19:59 UTC
[newlib-cygwin] Bump up release to 3.2.0 for yearly snapshot
2020-01-02 19:58 UTC
[newlib-cygwin] doc: add more details about adding documentation to HOWTO
2019-12-29 17:12 UTC
[newlib-cygwin] Created tag cygwin-3_1_2-release
2019-12-21 11:11 UTC
[newlib-cygwin] Optimize setjmp/longjmp for moxie
2019-12-20 14:01 UTC
[newlib-cygwin] Don't display trailing '.' in _dcvt
2019-12-18 19:57 UTC
[newlib-cygwin] Fix fcvt to only show 'ndigit' past decimal
2019-12-18 19:56 UTC
[newlib-cygwin] Fix gcvt to always show 'ndigits' of precision
2019-12-18 19:56 UTC
[newlib-cygwin] doc: Untabify python scripts used for making man pages
2019-12-18 13:36 UTC
[newlib-cygwin] Created tag cygwin-3_1_1-release
2019-12-18 9:20 UTC
[newlib-cygwin] Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)
2019-12-17 9:09 UTC
[newlib-cygwin] Return EINVAL for illegal base in strtol
2019-12-17 9:08 UTC
[newlib-cygwin] strtold: set errno to ERANGE on underflow per POSIX
2019-12-16 18:41 UTC
[newlib-cygwin] Created tag cygwin-3_1_0-release
2019-12-16 18:41 UTC
[newlib-cygwin] MSP430: Support new msp430-elfbare target
2019-12-16 9:15 UTC
[newlib-cygwin] Implement the unlink system call for the moxie simulator
2019-12-14 10:28 UTC
[newlib-cygwin] Fix setjmp/longjmp for the moxie port
2019-12-13 18:09 UTC
[newlib-cygwin] libm: switch sf_log1p from double error routines to float
2019-12-02 9:05 UTC
[newlib-cygwin] newlib/libc/include/sys/features.h: update __STDC_ISO_10646__
2019-11-26 17:44 UTC
[newlib-cygwin] newlib: fix fseek optimization with SEEK_CUR
2019-11-18 10:11 UTC
[newlib-cygwin] Stash reent marker in upper bits of s1 on AMD GCN
2019-11-08 9:34 UTC
[newlib-cygwin] Move timeval macros to <sys/time.h>
2019-11-04 6:05 UTC
[newlib-cygwin] Fix sbttons for values > 2s
2019-11-04 6:05 UTC
[newlib-cygwin] Synchronize <sys/time.h> with FreeBSD
2019-11-04 6:05 UTC
[newlib-cygwin] Synchronize <sys/_timespec.h> with FreeBSD
2019-11-04 6:05 UTC
[newlib-cygwin] Fix libgloss being built for disabled multilibs
2019-11-02 15:31 UTC
[newlib-cygwin] Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSS
2019-10-31 19:09 UTC
[newlib-cygwin] PRU: Align libmath to PRU ABI
2019-10-31 19:03 UTC
[newlib-cygwin] Fix some generated files
2019-10-31 18:53 UTC
[newlib-cygwin] Initial PRU port for libgloss and newlib
2019-10-31 18:50 UTC
[newlib-cygwin] MSP430: Add missing build rule for unlink() to libgloss Makefile
2019-10-25 16:04 UTC
[newlib-cygwin] riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p
2019-10-10 13:17 UTC
[newlib-cygwin] Add patch from Joel Sherrill for i386 and x86_64 fenv support
2019-10-08 20:59 UTC
[newlib-cygwin] Allow verifying _REENT_CHECK macros memory allocation
2019-10-07 19:36 UTC
[newlib-cygwin] Optimize epilogue sequence for architectures with POP interworking
2019-10-07 14:27 UTC
[newlib-cygwin] Prevent NULL ptr accesses due to Balloc out of memory
2019-10-04 22:03 UTC
[newlib-cygwin] Add SIOCGIFDOWNREASON
2019-09-25 7:04 UTC
[newlib-cygwin] Add an external mbuf buffer type that holds
2019-09-25 7:03 UTC
[newlib-cygwin] Add kernel-side support for in-kernel TLS
2019-09-25 7:03 UTC
[newlib-cygwin] gai_strerror() - Update string error messages according to RFC 3493
2019-09-25 7:03 UTC
[newlib-cygwin] Extend mmap/mprotect API to specify the max page
2019-09-25 7:03 UTC
[newlib-cygwin] Some devices take undesired actions when RTS and
2019-09-25 7:03 UTC
[newlib-cygwin] Rename IPPROTO 33 from SEP to DCCP
2019-09-25 7:03 UTC
[newlib-cygwin] This commit updates rack to what is basically
2019-09-25 7:03 UTC
[newlib-cygwin] Fix mismatch from r342379
2019-09-25 7:03 UTC
[newlib-cygwin] Convert all IPv4 and IPv6 multicast memberships
2019-09-25 7:03 UTC
[newlib-cygwin] libc/include/devctl.h: Add SOCKCLOSE per FACE Technical Standard, Edition 3.0
2019-09-13 12:52 UTC
[newlib-cygwin] Adjust nios2 and m68k semihosting for sys/stat.h changes
2019-09-04 7:44 UTC
[newlib-cygwin] riscv/include/fenv.h: Use shared fenv.h
2019-09-03 14:54 UTC
[newlib-cygwin] fe_dfl_env.c: Fix typo in comment
2019-09-03 14:54 UTC
[newlib-cygwin] Fix regression in visium caused by sys/stat.h change
2019-08-20 16:16 UTC
[newlib-cygwin] Revert previous change to sys/stat.h and fix cris libgloss
2019-08-19 22:04 UTC
[newlib-cygwin] Fix regression in cris-elf caused by sys/stat.h change
2019-08-19 21:47 UTC
[newlib-cygwin] stat.h: use POSIX-required timefields throughout
2019-08-16 8:52 UTC
[newlib-cygwin] fenv: Include documentation in generated .info file
2019-08-15 10:05 UTC
[newlib-cygwin] memmem.c and strstr.c: do not require -std=c99
2019-08-14 8:41 UTC
[newlib-cygwin] fenv: Fix typo-ed variable name in documentation
2019-08-13 11:31 UTC
[newlib-cygwin] fenv: Update makedocbook for eae68bfc
2019-08-13 11:31 UTC
[newlib-cygwin] fenv: Fix mangled makedoc markup
2019-08-13 11:31 UTC
[newlib-cygwin] fenv: fe_dfl_env.c doesn't contain any documentation
2019-08-13 11:31 UTC
[newlib-cygwin] sched.h: Declare affinity functions only on targets supporting them
2019-08-13 7:38 UTC
[newlib-cygwin] Miscellaneous Makefile.in regenerated
2019-08-12 8:20 UTC
[newlib-cygwin] Add default implementation of fenv.h and all methods
2019-08-12 8:20 UTC
[newlib-cygwin] Regenerated files from fenv.h addition
2019-08-12 8:20 UTC
[newlib-cygwin] Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limit
2019-08-05 12:02 UTC
[newlib-cygwin] Align libgloss/arm and libc/sys/arm sources: miscellaneous fixes
2019-08-05 12:02 UTC
[newlib-cygwin] Align libgloss/arm and libc/sys/arm sources: Fix GetCmdLine semihosting directives
2019-08-05 12:02 UTC
[newlib-cygwin] Align libgloss/arm and libc/sys/arm sources: Lite exit support
2019-08-05 12:02 UTC
[newlib-cygwin] RISC-V: Fix header guard for sys/fenv.h
2019-08-02 7:34 UTC
[newlib-cygwin] Align _end symbol to at least 4 in all MIPS scripts
2019-07-30 7:38 UTC
[newlib-cygwin] common/math_errf.c: Enable compilation of __math_oflowf
2019-07-29 13:53 UTC
[newlib-cygwin] hash.c: #include <reent.h>
2019-07-26 17:06 UTC
[newlib-cygwin] [arm] remove libc/sys/arm/sys/param.h
2019-07-26 15:25 UTC
[newlib-cygwin] Port ndbm - Remove Declaration of dbm_forder
2019-07-25 13:31 UTC
[newlib-cygwin] hash functions: use reentrant stat functions
2019-07-24 20:33 UTC
[newlib-cygwin] MSP430: Remove .init/.fini sections
2019-07-24 20:22 UTC
[newlib-cygwin] Regenerate newlib/libc/search/Makefile.in for ndpm port
2019-07-24 16:49 UTC
[newlib-cygwin] fix compile errors for efgcvt.c
2019-07-24 9:59 UTC
[newlib-cygwin] Port ndbm
2019-07-24 7:22 UTC
[newlib-cygwin] Stack Pointer and Stack Limit initialization refactored
2019-07-23 8:00 UTC
[newlib-cygwin] Set errno in expm1{,f} / log1p{,f}
2019-07-09 17:08 UTC
[newlib-cygwin] sched: Move Cygwin cpuset definitions into Cygwin-specific header
2019-06-28 14:15 UTC
[newlib-cygwin] or1k: Avoid write outside setjmp buf & shrink buf
2019-06-27 10:58 UTC
[newlib-cygwin] or1k: Correct longjmp return value
2019-06-27 7:09 UTC
[newlib-cygwin] Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectively
2019-06-25 17:38 UTC
[newlib-cygwin] Support calculation of pointer size for __int20__ type in _intsup.h
2019-06-25 17:37 UTC
[newlib-cygwin] Cygwin: Implement sched_[gs]etaffinity()
2019-06-24 7:22 UTC
[newlib-cygwin] Rename <xlocale.h> back to <sys/_locale.h>
2019-06-14 8:04 UTC
[newlib-cygwin] Fix __getreent stack calculations for AMD GCN
2019-06-07 17:59 UTC
[newlib-cygwin] Add gfortran support for AMD GCN
2019-06-07 17:56 UTC
[newlib-cygwin] sys/sys: further adoption of SPDX licensing ID tags
2019-06-07 9:32 UTC
[newlib-cygwin] Mark inline functions with __unused;
2019-06-07 9:32 UTC
[newlib-cygwin] Avoid <sys/cdefs.h> dependency in <sys/_types.h>
2019-06-03 8:40 UTC
[newlib-cygwin] Fix <sys/_types.h> issues with <stddef.h>
2019-06-03 8:40 UTC
[newlib-cygwin] Avoid cyclic header dependencies
2019-06-03 8:40 UTC
[newlib-cygwin] Fix vfwscanf(3) assignment suppression flag handling bug
2019-06-03 8:40 UTC
[newlib-cygwin] RISC-V: Add size optimized memcpy, memmove, memset and strcmp
2019-05-23 0:42 UTC
[newlib-cygwin] RISC-V: Add _LITE_EXIT in crt0.S
2019-05-23 0:42 UTC
[newlib-cygwin] Make .data section placement coincide with _fdata symbol
2019-05-15 19:31 UTC
[newlib-cygwin] Created tag cygwin-3_0_7-release
2019-04-30 17:57 UTC
[newlib-cygwin] Fix order of eh_frame sections in linker scripts
2019-04-29 8:44 UTC
[newlib-cygwin] MSP430: Make the inclusion of run_*_array fns depend on defined assembler symbols
2019-04-18 8:29 UTC
[newlib-cygwin] Fix incorrect assembly code in _msp430_run_array
2019-04-16 11:24 UTC
[newlib-cygwin] Implement reduced code size "tiny" printf and puts
2019-04-15 12:23 UTC
[newlib-cygwin] Copy prerequisite file for "tiny" printf implementation
2019-04-15 12:23 UTC
[newlib-cygwin] Fix definition of write() to use const char * for the type of the buffer
2019-04-15 12:22 UTC
[newlib-cygwin] Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0.S to ease further code
2019-04-12 14:10 UTC
[newlib-cygwin] Make more macro checks ARMv8-M baseline proof
2019-04-11 14:20 UTC
[newlib-cygwin] Include code in trap.S for APCS only
2019-04-11 14:20 UTC
[newlib-cygwin] Created tag cygwin-3_0_6-release
2019-04-06 16:10 UTC
[newlib-cygwin] Add a dummy interrupt handler to nios2 crt0.s
2019-04-03 16:03 UTC
[newlib-cygwin] Created tag cygwin-3_0_5-release
2019-03-31 11:13 UTC
[newlib-cygwin] Created branch 'cygwin-3_0-branch'
2019-03-27 12:59 UTC
[newlib-cygwin] Add missing includes
2019-03-25 15:44 UTC
[newlib-cygwin] AMD GCN: Implement circular buffering
2019-03-18 17:49 UTC
[newlib-cygwin] Created tag cygwin-3_0_4-release
2019-03-16 9:34 UTC
[newlib-cygwin] Add semihosting docs for nios2 and m68k
2019-03-14 14:25 UTC
[newlib-cygwin] Created tag cygwin-3_0_3-release
2019-03-09 19:09 UTC
[newlib-cygwin] Created tag cygwin-3_0_2-release
2019-03-05 18:55 UTC
[newlib-cygwin] Created branch 'fp-zeuch'
2019-02-28 14:10 UTC
[newlib-cygwin] stdio: drop unused O_TEXT handling on non-Cygwin
2019-02-22 22:34 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).