]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2023-09-17 Takashi YanoCygwin: dsp: Avoid setting buffer that is too small.
2023-09-17 Takashi YanoCygwin: dsp: Fix a bug that app hangs if it killed...
2023-09-11 Pekka SeppänenReentrancy, attempt to always provide _Thread_local...
2023-09-11 Pekka SeppänenReentrancy, conditionally provide default __getreent...
2023-09-11 Pekka SeppänenReentrancy, use _REENT_ERRNO()
2023-09-10 Christian FrankeCygwin: Add initial support for SOURCE_DATE_EPOCH
2023-09-09 Corinna VinschenCygwin: NFS: remove recognizing native symlinks as...
2023-09-09 Corinna VinschenCygwin: NFS: create devices (especially FIFOs) as short...
2023-09-09 Corinna VinschenCygwin: NFS: fetch actual DOS attributes
2023-09-09 Corinna VinschenCygwin: readdir: explain why we use FileNamesInformatio...
2023-09-09 Mark GeisertCygwin: Add relnote to 3.4.10 release file
2023-09-09 Mark GeisertCygwin: Fix __cpuset_zero_s prototype
2023-09-08 Corinna VinschenCygwin: fix an ugly cast
2023-09-08 Corinna VinschenCygwin: fix chmod on native NFS FIFOs
2023-09-08 Corinna VinschenCygwin: unlink_nt: declare in winsup.h
2023-09-07 Takashi YanoCygwin: dsp: Improve response time of select()/poll().
2023-09-06 Takashi YanoCygwin: dsp: Implement select()/poll().
2023-09-05 Takashi YanoCygwin: dsp: Fix trivial editorial issue.
2023-09-05 Takashi YanoCygwin: dsp: Reduce wait time for blocking read().
2023-09-05 Takashi YanoCygwin: dps: Fix a bug that read() could not return...
2023-09-04 Corinna VinschenCygwin: document FIFO over NFS change
2023-09-04 Corinna VinschenRevert "Cygwin: mknod: disable creating special files...
2023-09-04 Corinna VinschenCygwin: enable usage of FIFOs on NFS
2023-09-03 Jon TurneyCygwin: CI: Also deploy documentation for release tags
2023-09-03 Jon TurneyCygwin: CI: Add documentation preview deploy step
2023-09-03 Jon TurneyCygwin: CI: Simplify and reduce the number of steps...
2023-09-02 Jon TurneyCygwin: CI: Take note of the testsuite status
2023-09-01 Brian InglisCygwin: cpuinfo: Linux 6.5 additions
2023-09-01 Takashi YanoCygwin: Implement sound mixer device.
2023-09-01 Corinna VinschenCygwin: document latest sys/cpuset.h fix
2023-09-01 Corinna VinschenCygwin: sys/cpuset.h: use internal base types
2023-09-01 Corinna VinschenCygwin: sys/cpuset.h: add cpuset-specific external...
2023-09-01 Takashi YanoCygwin: dsp: Fix a few trivial bugs.
2023-08-29 Pekka Seppänenlibc/stdlib/nano-mallocr.c, typo in variable name
2023-08-29 Corinna VinschenCygwin: execve: drop argument size limit
2023-08-29 Alexey Lapshinnewlib: fix 'sed' for sys headers path prefix
2023-08-28 Takashi YanoCygwin: Fix segfalt when too many command line args...
2023-08-28 Takashi YanoCygwin: termios: Refactor the function is_console_app().
2023-08-27 Corinna VinschenRevert "Cygwin: autoload: introduce LoadDLLfunc_pfx_only"
2023-08-27 Corinna VinschenRevert "Cygwin: select: workaround FD_WRITE network...
2023-08-25 Corinna VinschenCygwin: document disabling mknod/mkfifo on NFS
2023-08-25 Corinna VinschenCygwin: mknod: disable creating special files on NFS
2023-08-25 Corinna VinschenCygwin: doc: add new API calls in 3.5
2023-08-24 Alexey Lapshinlibgloss: add Xtensa port
2023-08-19 Takashi YanoCygwin: pty: Fix failure to clear switch_to_nat_pipe...
2023-08-17 Alexey Lapshinnewlib: add Xtensa port
2023-08-16 Takashi YanoCygwin: shared: Fix access permissions setting in open_...
2023-08-15 Takashi YanoCygwin: pty: Add missing pinfo check in transfer_input().
2023-08-15 Corinna VinschenCygwin: cXXrtomb, mbrtcXX: use function-specific intern...
2023-08-15 Corinna Vinschenstruct _reent: add state for unicode functions
2023-08-11 Jon TurneyCygwin: testsuite: Tweak lseek03 after addition of...
2023-08-11 Jon TurneyCygwin: testsuite: Add a small delay in kill01
2023-08-10 Alexey LapshinAdd wildcard support to recurse into sys include direct...
2023-08-09 Corinna VinschenCygwin: fhandler_base::lseek: fix formatting
2023-08-09 Corinna VinschenCygwin: add SEEK_DATA/SEEK_HOLE addition to release...
2023-08-09 Corinna VinschenCygwin: lseek: implement SEEK_DATA and SEEK_HOLE for...
2023-08-09 Corinna VinschenCygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE...
2023-08-09 Corinna VinschenCygwin: clipboard: Only SEEK_SET and SEEK_CUR are supported
2023-08-09 Corinna Vinschensys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLE
2023-08-09 Torbjörn SVENSSONAdd stub for getentropy
2023-08-08 Jon TurneyCygwin: CI: XFAIL umask03
2023-08-08 Jon TurneyCygwin: testsuite: Fix cygload test
2023-08-08 Jon TurneyCygwin: testsuite: Update README
2023-08-08 Jon TurneyCygwin: testsuite: Add '-notimeout' option to cygrun
2023-08-07 Corinna VinschenCygwin: fix build failure due to redefinition of __rest...
2023-08-07 Corinna Vinschensys/cdefs.h: introduce __restrict_arr, as in glibc
2023-08-07 Sebastian Hubersys/cdefs.h: fix for use __restrict in C++
2023-08-07 John Baldwin<sys/cdefs.h>: Decay expression passed to fallback
2023-08-04 Takashi YanoCygwin: pty: Fix thread safety of readahead buffer...
2023-08-04 Takashi Yanonewlib: gdtoa: Suppress compiler warning.
2023-08-02 Jon TurneyCygwin: CI: don't run on both main and master refs
2023-08-02 Corinna VinschenCygwin: Add ISO C2X functions c8rtomb, mbrtoc8
2023-08-02 Corinna Vinschensys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLE
2023-08-02 Corinna VinschenCygwin: uchar.h: fix definition of uchar16_t and uchar32_t
2023-08-02 Takashi Yanonewlib: Fix memory leak regarding gdtoa-based _ldtoa_r().
2023-08-01 Corinna VinschenCygwin: select: workaround FD_WRITE network event handling
2023-08-01 Corinna VinschenCygwin: autoload: introduce LoadDLLfunc_pfx_only
2023-07-31 Corinna VinschenCygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrto...
2023-07-31 Corinna VinschenCygwin: fix GB18030 support
2023-07-31 Corinna VinschenRevert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc):...
2023-07-31 Corinna VinschenCygwin: belatedly bump CYGWIN_VERSION_API_MINOR for...
2023-07-27 Corinna VinschenCygwin: fnmatch: fix range comparison in C locale
2023-07-27 Jesse Huang... Fix rounding results in lrint() & llrint() when close...
2023-07-26 Corinna VinschenRename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGIT...
2023-07-26 Kito Cheng... RISC-V: Support Zfinx/Zdinx extension.
2023-07-26 Corinna VinschenCygwin: add AT_EMPTY_PATH fix to release message
2023-07-26 Corinna VinschenCygwin: Fix and streamline AT_EMPTY_PATH handling
2023-07-26 Corinna VinschenCygwin: use new _AT_NULL_PATHNAME_ALLOWED flag
2023-07-26 Corinna VinschenDefine _AT_NULL_PATHNAME_ALLOWED
2023-07-26 Corinna VinschenCygwin: gen_full_path_at: drop never reached code
2023-07-22 Jon TurneyCygwin: CI: Upgrade checkout actions to avoid deprecati...
2023-07-22 Jon TurneyCygwin: CI: Retain test logs as a build artifact
2023-07-22 Jon TurneyCygwin: testsuite: Drop using DejaGnu to run tests
2023-07-21 Corinna VinschenCygwin: get_posix_access: do not merge permissions...
2023-07-21 Jon TurneyCygwin: Fix uninitialized use of fh in strace output...
2023-07-21 Jon TurneyCygwin: Fix Windows file handle leak in stat("file...
2023-07-21 Jon TurneyCygwin: testsuite: Drop setting TDIRECTORY
2023-07-18 Corinna VinschenCygwin: don't wait infinitely on a pthread cancel event
2023-07-18 Jeff JohnstonFix typo.
2023-07-18 Jon TurneyCygwin: testsuite: Make cancel3 and cancel5 more robust
next
This page took 0.058544 seconds and 5 git commands to generate.