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
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
2019-12-16MSP430: Support new msp430-elfbare targetJozef Lawrynowicz
2019-12-14Implement the unlink system call for the moxie simulator.Anthony Green
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green
2019-12-10Cygwin: document the last bugfixKen Brown
2019-12-09Cygwin: symlink_info::check: avoid assertion failureKen Brown
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard
2019-12-02Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches
2019-11-26newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet
2019-11-15Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano
2019-11-13Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano
2019-11-13regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung
2019-11-08Cygwin: Doc change to note stackdump limit patchMark Geisert
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano
2019-11-06Cygwin: pty: Change how to determine if running as service or not.Takashi Yano
2019-11-05Cygwin: document console helper patchCorinna Vinschen
2019-11-05Cygwin: fix quoting when starting invisible console processCorinna Vinschen
2019-11-04Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAXCorinna Vinschen
2019-11-04Move timeval macros to <sys/time.h>Sebastian Huber
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber
2019-11-04Fix sbttons for values > 2simp
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen
2019-11-02Fix libgloss being built for disabled multilibsJozef Lawrynowicz
2019-10-31Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches
2019-10-31Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSSJeff Johnston
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov
2019-10-31Fix some generated filesJeff Johnston
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz
2019-10-23Cygwin: Provide more COM devicesAchim Gratz
2019-10-18Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATHKen Brown
2019-10-16Cygwin: pty: Change the timing of clear screen.Takashi Yano
2019-10-16Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston
2019-10-07Cygwin: mkdir and rmdir: treat drive names speciallyKen Brown
2019-10-07Cygwin: document recent changes to format_proc_cpuinfoKen Brown
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): or model extension bitsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): comment flags not reportedBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add feature flagsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): use feature test print macroBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add microcodeBrian Inglis