]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
40 hours ago Corinna VinschenCygwin: SetThreadName: avoid spurious debug message main master github/main github/master
43 hours ago Takashi YanoCygwin: flock: Fix overlap handling in lf_setlock(...
44 hours ago Takashi YanoCygwin: lockf: Fix access violation in lf_clearlock().
44 hours ago Corinna VinschenRemove accidental checkin of top-level file "test"
45 hours ago Aaron Nyholmnewlib/libc/include/time.h: Removed clock_id casts
45 hours ago Jeremy Drakecygthread: suspend thread before terminating.
2 days ago David WarnerAdd Windows Server 2025 build number
2 days ago Mark GeisertAdd libaio to SUBLIBS built for Cygwin
2 days ago Bernhard ÜbelackerCygwin: check_dir_not_empty: Avoid leaving the allocate...
4 days ago Hans-Peter... libgloss: cris: Correct lcrt0.c for C23
9 days ago Mark GeisertCygwin: Change pthread_sigqueue() to accept thread id
10 days ago Takashi YanoCygwin: console Add comment for the recent change
10 days ago Shaobo SongCygwin: pthread: Correct pthread_cleanup macros to...
13 days ago Takashi YanoCygwin: console: Fix clean up conditions in close()
2024-11-07 Corinna VinschenCygwin: release/3.5.5: fetch missing entries from cygwi...
2024-11-06 Takashi YanoCygwin: console: Use GetCurrentProcessId() instead...
2024-11-06 Takashi YanoCygwin: console: Re-fix open() failure on exec() by...
2024-11-06 Takashi YanoCygwin: pipe: Fix incorrect write length in raw_write()
2024-11-05 Takashi YanoCygwin: console: Fix open() failure when the console...
2024-11-04 Lenard MollenkopfReplace references to C2x with C23
2024-11-04 Lenard Mollenkopfsys/features.h: Use _ISOC23_SOURCE instead of _ISOC23_S...
2024-10-31 Takashi YanoCygwin: sigfe: Fix a bug that signal handler destroys...
2024-10-31 Takashi YanoCygwin: pipe: Switch pipe mode to blocking mode by...
2024-10-31 Corinna VinschenCygwin: pipe: fix shift value
2024-10-31 Takashi YanoCygwin: console: Inherit pcon hand over from parent pty
2024-10-31 Takashi YanoCygwin: lockf: Make lockf() return ENOLCK when too...
2024-10-31 Takashi YanoCygwin: lockf: Fix adding a new lock over multiple...
2024-10-28 Lenard Mollenkopfsys/features.h: Spelling _ISOC2x_SOURCE is not C11
2024-10-23 Christian FrankeCygwin: timer_delete: Fix return value
2024-10-23 Christian Frankecygwin: pread/pwrite: prevent EBADF error after fork()
2024-09-19 Fabian Schrieverpowf: Fixed another precision bug in powf() (FreeBSD)
2024-09-19 Fabian Schrieverpowf: Fixed 2 bugs in the computation /* t_h=ax+bp...
2024-09-19 Fabian Schrieverpowf: Fix the hi+lo decomposition for 2/(3ln2) (FreeBSD)
2024-09-16 Jeff JohnstonMake sure mallinfo structure matches newlib's malloc.h
2024-09-02 yang.zhangReplace __restrict with __restrict_arr in regex.h
2024-09-02 Alexey Lapshinnewlib: esp: add dirent.h header file
2024-09-02 Alexey Lapshinnewlib: xtensa: remove sys/xtensa. use machine/xtensa
2024-09-02 Takashi YanoCygwin: pipe: Fix a regression that raw_write() slows...
2024-08-31 Takashi YanoCygwin: console: Disable cons_master_thread in win32...
2024-08-22 Corinna VinschenCygwin: add release message for latest pipe changes
2024-08-22 Corinna VinschenCygwin: Add locale patches to release message
2024-08-22 Corinna Vinschenlocales: Fix definition of lc_messages_T::codeset
2024-08-22 Corinna Vinschennl_langinfo_l: drop erroneus messages::codeset entry
2024-08-21 Yuriy Kolerovarc64: Add port for Synopsys DesignWare ARCv3 ISA
2024-08-21 Yuriy KolerovUpdate config.sub to GCC master branch version
2024-08-21 Claudiu ZissulescuUse ldflags instead of LDFLAGS in newlib.exp
2024-08-20 Jeff JohnstonAdd new version of Synopsys license.
2024-08-20 Yuriy Kolerovarc: libgloss: Prepare for porting to ARCv3
2024-08-20 Yuriy Kolerovarc: libgloss: Use exit code in _exit_halt for nSIM
2024-08-20 Alexey Brodkinarc: libgloss: Accommodate MetaWare's standard symbol...
2024-08-20 Alexey Brodkinarc: Remove @ from symbol references in assembly
2024-08-20 Claudiu Zissulescuarc: Use __ARC_UNALIGNED__ compiler macro
2024-08-20 Yuriy Kolerovarc: libgloss: Clean MetaWare hostlink documentation
2024-08-20 Alexey Brodkinarc: libgloss: Switch from .balign to .align
2024-08-20 Yuriy Kolerovarc: libgloss: Fix define guard in nsim-syscall.h
2024-08-20 Jordi SanfeliuFix glob() function
2024-08-19 Joel Sherrillnewlib/libc/include/sys/tree.h: Add deprecation warning
2024-08-19 Joel Sherrilllibc/include/sys/tree.h: Re-add sys/tree.h
2024-08-19 Corinna VinschenCygwin: pipe: do short writes only once in nonblocking...
2024-08-19 Corinna VinschenCygwin: pipe: fix comparison
2024-08-18 Corinna VinschenCygwin: pipe: improve writing when pipe buffer is almos...
2024-08-18 Corinna VinschenCygwin: select: set pipe writable only if PIPE_BUF...
2024-08-18 Corinna VinschenCygwin: pipe: handle signals explicitely in raw_write
2024-08-15 Corinna Vinschenstdlib.h: define __itoa/__utoa while building newlib
2024-08-15 Corinna VinschenCygwin: getopt.h: fix a comment
2024-08-15 Corinna VinschenFix POSIX guards for POSIX.1-2024 extensions
2024-08-15 Corinna Vinschenfeatures.h: support POSIX.1-2024
2024-08-15 Corinna Vinschenfeatures.h: fix whitespace
2024-08-13 Jon TurneyCygwin: Avoid use-after-free warnings in __set_lc_time_...
2024-08-13 Jon TurneyCygwin: Fix warnings about narrowing conversions of...
2024-08-07 Corinna VinschenCygwin: asm/socket.h: drop outdated casts
2024-08-06 Jon TurneyCygwin: Fix warning about narrowing conversions in...
2024-08-06 Jon TurneyCygwin: Fix warning about address known to be non-NULL...
2024-08-06 Jon TurneyCygwin: Fix warnings about narrowing conversions of...
2024-08-06 Jon TurneyCygwin: Suppress array-bounds warning from NtCurrentTeb()
2024-07-30 Alexey Lapshinstdatomic: make atomics compatible with GCC-14
2024-07-19 Brian InglisCygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux...
2024-07-19 Brian InglisCygwin: fhandler/proc.cc(format_proc_cpuinfo): add...
2024-07-19 Brian InglisCygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux...
2024-07-16 Kito Chengnewlib: Add more FreeBSD files for non LDBL_EQ_DBL...
2024-07-09 Joel Sherrillsys/tree.h: Removed
2024-07-09 Clément Chigotlibc/arm: add missing .cfi_sections
2024-07-09 Joel Sherrilllibc/include/sys/resource.h: Add RUSAGE_THREAD
2024-07-09 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2024-07-09 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2024-07-09 Konstantin... sys/stdatomic.h: be nicer to c++
2024-07-09 Pedro F. Giffunisys/sys: further adoption of SPDX licensing ID tags.
2024-07-08 Takashi YanoCygwin: console: Fix for GNU screen/tmux in ConEmu
2024-07-08 Takashi YanoCygwin: console: Fix race issue on allocating console...
2024-07-06 Takashi YanoCygwin: console: Bug fix for the last console code...
2024-07-06 Takashi YanoCygwin: console: Fixes an issue that tmux can not run...
2024-07-03 Takashi YanoCygwin: console: Fix conflict on shared names between...
2024-07-03 Joel Sherrilllibc/include/complex.h: Add CMPLX, CMPLXF, and CMPLXL
2024-07-03 Joel Sherrilllibc/include/sys/_default_fcntl.h: O_RSYNC and O_DSYNC...
2024-07-01 Mickaël Thomasarm: Fix fma & fmaf implementations
2024-07-01 Takashi YanoCygwin: pty: Avoid client deadlock when pty master...
2024-06-29 Takashi YanoCygwin: console: Add debug print on thread_sync_event...
2024-06-29 Takashi YanoCygwin: console: Add error handling for thread_sync_event
2024-06-28 Takashi YanoCygwin: dsp: Fix incorrect openflags when opening multi...
2024-06-28 Pietro Monteirolibc: sh: add missing prototypes and change functions...
next
This page took 0.059085 seconds and 5 git commands to generate.