Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-07<sys/cdefs.h>: Decay expression passed to fallbackJohn Baldwin
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano
2023-08-04newlib: gdtoa: Suppress compiler warning.Takashi Yano
2023-08-02Cygwin: CI: don't run on both main and master refsJon Turney
2023-08-02Cygwin: Add ISO C2X functions c8rtomb, mbrtoc8Corinna Vinschen
2023-08-02sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLECorinna Vinschen
2023-08-02Cygwin: uchar.h: fix definition of uchar16_t and uchar32_tCorinna Vinschen
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano
2023-08-01Cygwin: select: workaround FD_WRITE network event handlingCorinna Vinschen
2023-08-01Cygwin: autoload: introduce LoadDLLfunc_pfx_onlyCorinna Vinschen
2023-07-31Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.Corinna Vinschen
2023-07-31Cygwin: fix GB18030 supportCorinna Vinschen
2023-07-31Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of"Corinna Vinschen
2023-07-31Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcsCorinna Vinschen
2023-07-27Cygwin: fnmatch: fix range comparison in C localeCorinna Vinschen
2023-07-27Fix rounding results in lrint() & llrint() when close to 0Jesse Huang via Newlib
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib
2023-07-26Cygwin: add AT_EMPTY_PATH fix to release messageCorinna Vinschen
2023-07-26Cygwin: Fix and streamline AT_EMPTY_PATH handlingCorinna Vinschen
2023-07-26Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flagCorinna Vinschen
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen
2023-07-22Cygwin: CI: Upgrade checkout actions to avoid deprecation warningJon Turney
2023-07-22Cygwin: CI: Retain test logs as a build artifactJon Turney
2023-07-22Cygwin: testsuite: Drop using DejaGnu to run testsJon Turney
2023-07-21Cygwin: get_posix_access: do not merge permissions for just created filesCorinna Vinschen
2023-07-21Cygwin: Fix uninitialized use of fh in strace output in stat_worker()Jon Turney
2023-07-21Cygwin: Fix Windows file handle leak in stat("file", -1)Jon Turney
2023-07-21Cygwin: testsuite: Drop setting TDIRECTORYJon Turney
2023-07-18Cygwin: don't wait infinitely on a pthread cancel eventCorinna Vinschen
2023-07-18Fix typo.Jeff Johnston
2023-07-18Cygwin: testsuite: Make cancel3 and cancel5 more robustJon Turney
2023-07-18Cygwin: Restore signal handlers on thread cancellation during system()Jon Turney
2023-07-18Cygwin: pthread: Take note of schedparam in pthread_createJon Turney
2023-07-17Change getlogin() to only check stdin being nullJordi Sanfeliu
2023-07-14Cygwin: testsuite: Drop Adminstrator privileges while running testsJon Turney
2023-07-14Cygwin: testsuite: Minor fixes to umask03Jon Turney
2023-07-14Cygwin: testsuite: Fix a buffer overflow in symlink01Jon Turney
2023-07-14Cygwin: testsuite: Busy-wait in cancel3 and cancel5Jon Turney
2023-07-14Cygwin: testsuite: Fix for limited thread priority valuesJon Turney
2023-07-14Cygwin: testsuite: Also check direct call in systemcallJon Turney
2023-07-14Cygwin: testsuite: Just log result of second open of /dev/dspJon Turney
2023-07-14Cygwin: testsuite: Skip devdsp test when no audio devices presentJon Turney
2023-07-14Cygwin: testsuite: Remove const from writable string in fcntl07bJon Turney
2023-07-14Cygwin: testsuite: Add a simple timeout mechanismJon Turney
2023-07-14Cygwin: testsuite: Setup test prereqs in 'installation' the tests run inJon Turney
2023-07-13newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.cAlexey Lapshin
2023-07-13Cygwin: Update release/3.4.8 for latest <sys/cpuset.h> commitMark Geisert
2023-07-10Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnosticMark Geisert