aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2 dayspowf: Fixed another precision bug in powf() (FreeBSD)HEADgithub/mastergithub/mainmastermainFabian Schriever1-1/+1
2 dayspowf: Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */. (FreeBSD)Fabian Schriever1-1/+2
2 dayspowf: Fix the hi+lo decomposition for 2/(3ln2) (FreeBSD)Fabian Schriever1-2/+2
5 daysMake sure mallinfo structure matches newlib's malloc.hJeff Johnston1-10/+10
2024-09-02Replace __restrict with __restrict_arr in regex.hyang.zhang1-1/+1
2024-09-02newlib: esp: add dirent.h header fileAlexey Lapshin4-8/+63
2024-09-02newlib: xtensa: remove sys/xtensa. use machine/xtensaAlexey Lapshin15-115/+13
2024-09-02Cygwin: pipe: Fix a regression that raw_write() slows downTakashi Yano2-2/+7
2024-08-31Cygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano3-2/+14
2024-08-22Cygwin: add release message for latest pipe changesCorinna Vinschen1-0/+3
2024-08-22Cygwin: Add locale patches to release messageCorinna Vinschen1-0/+3
2024-08-22locales: Fix definition of lc_messages_T::codesetCorinna Vinschen1-1/+3
2024-08-22nl_langinfo_l: drop erroneus messages::codeset entryCorinna Vinschen1-1/+0
2024-08-21arc64: Add port for Synopsys DesignWare ARCv3 ISAYuriy Kolerov33-528/+4639
2024-08-21Update config.sub to GCC master branch versionYuriy Kolerov1-28/+53
2024-08-21Use ldflags instead of LDFLAGS in newlib.expClaudiu Zissulescu1-2/+2
2024-08-20Add new version of Synopsys license.Jeff Johnston1-0/+14
2024-08-20arc: libgloss: Prepare for porting to ARCv3Yuriy Kolerov4-0/+38
2024-08-20arc: libgloss: Use exit code in _exit_halt for nSIMYuriy Kolerov1-2/+2
2024-08-20arc: libgloss: Accommodate MetaWare's standard symbol namesAlexey Brodkin8-25/+105
2024-08-20arc: Remove @ from symbol references in assemblyAlexey Brodkin4-42/+42
2024-08-20arc: Use __ARC_UNALIGNED__ compiler macroClaudiu Zissulescu1-1/+17
2024-08-20arc: libgloss: Clean MetaWare hostlink documentationYuriy Kolerov1-67/+67
2024-08-20arc: libgloss: Switch from .balign to .alignAlexey Brodkin1-1/+1
2024-08-20arc: libgloss: Fix define guard in nsim-syscall.hYuriy Kolerov1-3/+3
2024-08-20Fix glob() functionJordi Sanfeliu2-5/+9
2024-08-19newlib/libc/include/sys/tree.h: Add deprecation warningJoel Sherrill1-0/+4
2024-08-19libc/include/sys/tree.h: Re-add sys/tree.hJoel Sherrill1-0/+864
2024-08-19Cygwin: pipe: do short writes only once in nonblocking case tooCorinna Vinschen1-2/+1
2024-08-19Cygwin: pipe: fix comparisonCorinna Vinschen1-1/+1
2024-08-18Cygwin: pipe: improve writing when pipe buffer is almost fullCorinna Vinschen3-18/+75
2024-08-18Cygwin: select: set pipe writable only if PIPE_BUF bytes leftCorinna Vinschen1-9/+9
2024-08-18Cygwin: pipe: handle signals explicitely in raw_writeCorinna Vinschen1-3/+12
2024-08-15stdlib.h: define __itoa/__utoa while building newlibCorinna Vinschen1-1/+1
2024-08-15Cygwin: getopt.h: fix a commentCorinna Vinschen1-1/+1
2024-08-15Fix POSIX guards for POSIX.1-2024 extensionsCorinna Vinschen3-7/+7
2024-08-15features.h: support POSIX.1-2024Corinna Vinschen1-3/+15
2024-08-15features.h: fix whitespaceCorinna Vinschen1-44/+44
2024-08-13Cygwin: Avoid use-after-free warnings in __set_lc_time_from_win() etc.Jon Turney1-54/+41
2024-08-13Cygwin: Fix warnings about narrowing conversions of socket ioctlsJon Turney2-2/+2
2024-08-07Cygwin: asm/socket.h: drop outdated castsCorinna Vinschen1-2/+2
2024-08-06Cygwin: Fix warning about narrowing conversions in tape optionsJon Turney2-3/+3
2024-08-06Cygwin: Fix warning about address known to be non-NULL in /proc/localesJon Turney1-2/+1
2024-08-06Cygwin: Fix warnings about narrowing conversions of NTSTATUS constantsJon Turney4-4/+4
2024-08-06Cygwin: Suppress array-bounds warning from NtCurrentTeb()Jon Turney1-0/+3
2024-07-30stdatomic: make atomics compatible with GCC-14Alexey Lapshin1-1/+2
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resyncBrian Inglis1-17/+18
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): add newlinesBrian Inglis1-3/+4
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags addedBrian Inglis1-0/+8
2024-07-16newlib: Add more FreeBSD files for non LDBL_EQ_DBL supportKito Cheng11-12/+710