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
2020-01-22add pseudo console fixes to release textnewlib-3.3.0Corinna Vinschen
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano
2020-01-22Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().Takashi Yano
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston
2020-01-21Change the reent verify check option to document disabling itJeff Johnston
2020-01-21Default newlib_reent_check_verify to yes in configure.hostJeff Johnston
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard
2020-01-20Cygwin: document recent changesKen Brown
2020-01-20Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown
2020-01-17Cygwin: readlinkat: allow pathname to be emptyKen Brown
2020-01-17Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown
2020-01-17Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano
2020-01-14Cygwin: console: Add code to restore console mode on close.Takashi Yano
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano
2020-01-13Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano
2020-01-13Cygwin: console: Make suspending process work properly.Takashi Yano
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston
2019-12-29doc: add more details about adding documentation to HOWTOJon Turney
2019-12-22Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown
2019-12-21Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano
2019-12-18Don't display trailing '.' in _dcvtKeith Packard
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano
2019-12-18doc: Untabify python scripts used for making man pagesJon Turney
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen
2019-12-18Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen
2019-12-17Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard
2019-12-17Return EINVAL for illegal base in strtolKeith Packard
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen
2019-12-16Cygwin: add strtold fix to release messagecygwin-3_1_0-releaseCorinna Vinschen
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible
2019-12-16Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero inputCorinna Vinschen