aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard1-3/+37
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard1-4/+4
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard1-2/+2
2020-01-20Cygwin: document recent changesKen Brown2-3/+31
2020-01-20Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown1-6/+41
2020-01-17Cygwin: readlinkat: allow pathname to be emptyKen Brown1-2/+17
2020-01-17Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown1-1/+1
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown2-1/+5
2020-01-17Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano1-0/+9
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano1-9/+12
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano3-4/+16
2020-01-14Cygwin: console: Add code to restore console mode on close.Takashi Yano1-0/+21
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano3-1/+54
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano4-30/+32
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano2-2/+27
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano1-4/+11
2020-01-13Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano2-3/+13
2020-01-13Cygwin: console: Make suspending process work properly.Takashi Yano1-0/+2
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano2-27/+28
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano2-10/+0
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev1-0/+2
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert2-0/+6
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston3-9/+9
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston111-1094/+1111
2019-12-29doc: add more details about adding documentation to HOWTOJon Turney1-2/+4
2019-12-21Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown2-2/+4
2019-12-21Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen1-0/+7
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green2-87/+39
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano1-1/+1
2019-12-18Don't display trailing '.' in _dcvtKeith Packard1-3/+12
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard1-11/+7
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard1-8/+1
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano1-2/+5
2019-12-18doc: Untabify python scripts used for making man pagesJon Turney2-219/+219
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen1-1/+1
2019-12-18Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen1-0/+5
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen1-0/+2
2019-12-17Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard1-0/+4
2019-12-17Return EINVAL for illegal base in strtolKeith Packard1-2/+7
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen1-1/+1
2019-12-16Cygwin: add strtold fix to release messagecygwin-3_1_0-releaseCorinna Vinschen1-0/+3
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible1-0/+21
2019-12-16Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero inputCorinna Vinschen2-0/+13
2019-12-16MSP430: Support new msp430-elfbare targetJozef Lawrynowicz2-2/+2
2019-12-14Implement the unlink system call for the moxie simulator.Anthony Green1-2/+2
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green2-25/+48
2019-12-10Cygwin: document the last bugfixKen Brown1-0/+4
2019-12-09Cygwin: symlink_info::check: avoid assertion failureKen Brown1-1/+2
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard2-4/+2
2019-12-02Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches1-2/+3