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-11-20stdio: set and test stream orientation in low-level input function __srget_rCorinna Vinschen
2023-11-20stdio: split byte- and wide-char-oriented low-level output functionsCorinna Vinschen
2023-11-20stdio: Fix bugs in commit 3d94e07c49b5Takashi Yano
2023-11-20Cygwin: /dev/disk/by-uuid: Fix NTFS serial number print formatChristian Franke
2023-11-20Reclaim _REENT_MP_P5S in _reclaim_reentChris Johns
2023-11-17Cygwin: Document /dev/disk/by-* subdirectoriesChristian Franke
2023-11-17Cygwin: Add /dev/disk/by-label and /dev/disk/by-uuid symlinksChristian Franke
2023-11-17__sfvwrite_r: call __sputc_r rather than putc in __SCLE caseCorinna Vinschen
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen
2023-11-17newlib.hin: regenerateCorinna Vinschen
2023-11-17Cygwin: Add /dev/disk/by-drive and /dev/disk/by-voluuid symlinksChristian Franke
2023-11-14Cygwin: rand(3): implement in terms of random(3)Corinna Vinschen
2023-11-14Fix profiler error() definition and usageMark Geisert
2023-11-13Add release text for random(3) fixCorinna Vinschen
2023-11-13Cygwin: random: drop unused function srandomdev()Corinna Vinschen
2023-11-13Cygwin: random: make random(3) functions thread-safeCorinna Vinschen
2023-11-09newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano
2023-11-08Cygwin: /dev/disk/by-id: Remove leading spaces from identify fieldsChristian Franke
2023-11-07Cygwin: Document /dev/disk/by-id and /dev/disk/by-partuuidChristian Franke
2023-11-07Cygwin: Add /dev/disk/by-partuuid symlinksChristian Franke
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs
2023-10-31Cygwin: let feraiseexcept actually raise an exceptionCorinna Vinschen
2023-10-30Cygwin: cwd: avoid releasing the cwdstuff SRW Lock twiceCorinna Vinschen
2023-10-30Cygwin: dsp: Improve minimum buffser size estimation.Takashi Yano
2023-10-15newlib: fix AC_DEFINE quoting style with version macrosMike Frysinger
2023-10-12sparc: Improve setjmp()Sebastian Huber
2023-10-12riscv: Fix fenv.h supportSebastian Huber
2023-10-10Delete check in catan, catanf, and catanl functions.Joseph Faulls
2023-10-05aarch64: Import memrchr.SSebastian Huber
2023-10-05aarch64: Sync with ARM-software/optimized-routinesSebastian Huber
2023-09-26newlib: Add missing prototype for _getentropyTorbjörn SVENSSON
2023-09-19Bring back libsim.a for riscvAlexey Lapshin
2023-09-18newlib: Fix header installAlexey Lapshin
2023-09-17Cygwin: dsp: Avoid setting buffer that is too small.Takashi Yano
2023-09-17Cygwin: dsp: Fix a bug that app hangs if it killed during write().Takashi Yano
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen
2023-09-11Reentrancy, conditionally provide default __getreent() implementationPekka Seppänen
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen
2023-09-10Cygwin: Add initial support for SOURCE_DATE_EPOCHChristian Franke
2023-09-10Cygwin: NFS: remove recognizing native symlinks as FIFOsCorinna Vinschen
2023-09-10Cygwin: NFS: create devices (especially FIFOs) as shortcut filesCorinna Vinschen
2023-09-10Cygwin: NFS: fetch actual DOS attributesCorinna Vinschen
2023-09-10Cygwin: readdir: explain why we use FileNamesInformation on NFSCorinna Vinschen
2023-09-10Cygwin: Add relnote to 3.4.10 release fileMark Geisert
2023-09-10Cygwin: Fix __cpuset_zero_s prototypeMark Geisert
2023-09-08Cygwin: fix an ugly castCorinna Vinschen
2023-09-08Cygwin: fix chmod on native NFS FIFOsCorinna Vinschen
2023-09-08Cygwin: unlink_nt: declare in winsup.hCorinna Vinschen
2023-09-07Cygwin: dsp: Improve response time of select()/poll().Takashi Yano