summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano2020-01-144-30/+32
* Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano2020-01-142-2/+27
* Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano2020-01-141-4/+11
* Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano2020-01-132-3/+13
* Cygwin: console: Make suspending process work properly.Takashi Yano2020-01-131-0/+2
* Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano2020-01-132-27/+28
* Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano2020-01-132-10/+0
* Fixed crash on wine by adding NULL check after memchrArseniy Lartsev2020-01-131-0/+2
* Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert2020-01-132-0/+6
* Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston2020-01-093-9/+9
* Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston2020-01-02111-1094/+1111
* doc: add more details about adding documentation to HOWTOJon Turney2019-12-291-2/+4
* Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown2019-12-212-2/+4
* Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen2019-12-211-0/+7
* Optimize setjmp/longjmp for moxie.Anthony Green2019-12-202-87/+39
* Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano2019-12-191-1/+1
* Don't display trailing '.' in _dcvtKeith Packard2019-12-181-3/+12
* Fix gcvt to always show 'ndigits' of precisionKeith Packard2019-12-181-11/+7
* Fix fcvt to only show 'ndigit' past decimalKeith Packard2019-12-181-8/+1
* Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano2019-12-181-2/+5
* doc: Untabify python scripts used for making man pagesJon Turney2019-12-182-219/+219
* Cygwin: Bump DLL version to 3.1.2Corinna Vinschen2019-12-181-1/+1
* Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen2019-12-181-0/+5
* Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen2019-12-171-0/+2
* Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard2019-12-171-0/+4
* Return EINVAL for illegal base in strtolKeith Packard2019-12-171-2/+7
* Cygwin: Bump DLL version to 3.1.1Corinna Vinschen2019-12-161-1/+1
* Cygwin: add strtold fix to release messagecygwin-3_1_0-releaseCorinna Vinschen2019-12-161-0/+3
* strtold: set errno to ERANGE on underflow per POSIXBruno Haible2019-12-161-0/+21
* Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero inputCorinna Vinschen2019-12-162-0/+13
* MSP430: Support new msp430-elfbare targetJozef Lawrynowicz2019-12-162-2/+2
* Implement the unlink system call for the moxie simulator.Anthony Green2019-12-141-2/+2
* Fix setjmp/longjmp for the moxie port.Anthony Green2019-12-132-25/+48
* Cygwin: document the last bugfixKen Brown2019-12-101-0/+4
* Cygwin: symlink_info::check: avoid assertion failureKen Brown2019-12-091-1/+2
* libm: switch sf_log1p from double error routines to floatKeith Packard2019-12-022-4/+2
* Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches2019-12-021-2/+3
* newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis2019-11-261-3/+7
* Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano2019-11-188-60/+60
* newlib: fix fseek optimization with SEEK_CURBastien Bouclet2019-11-182-50/+12
* Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano2019-11-151-0/+22
* Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano2019-11-131-14/+15
* Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano2019-11-133-16/+18
* regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis2019-11-132-5/+19
* Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung2019-11-081-10/+10
* Cygwin: Doc change to note stackdump limit patchMark Geisert2019-11-081-0/+3
* Cygwin: Raise dumpstack frame limit to 32Mark Geisert2019-11-081-2/+4
* Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano2019-11-084-17/+46
* Cygwin: pty: Change how to determine if running as service or not.Takashi Yano2019-11-061-14/+3
* Cygwin: document console helper patchCorinna Vinschen2019-11-051-0/+4