]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-09-28 Jon TurneyCygwin: avoid GCC 10 error with -Werror=narrowing
2020-09-28 Jon TurneyCygwin: avoid GCC 10 error with -Werror=narrowing
2020-09-28 Jon TurneyCygwin: avoid GCC 10 error with -Werror=parentheses
2020-09-26 Ken BrownCygwin: check_reparse_point_target: update comment
2020-09-26 Christophe... libc/include/math.h: Remove parameter name
2020-09-25 Jojo RAdd C-SKY port for libgloss
2020-09-24 Ken BrownCygwin: winlean.h: remove most of the extended memory API
2020-09-23 Jojo RPort of C-SKY for newlib
2020-09-18 Keith Packardlibm: Make tgamma(-small) = -INFINITY
2020-09-18 Brian Ingliswinsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported
2020-09-17 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk...
2020-09-11 Takashi YanoCygwin: pty: Drop handling for UTF-7 in convert_mb_str().
2020-09-11 Jon TurneyCygwin: ldd: Also look for not found DLLs when exit...
2020-09-11 Takashi Yano... Cygwin: pty: Prevent garbled output for existing non...
2020-09-09 Corinna VinschenCygwin: pty: setup new pty on opening the master, not...
2020-09-09 Takashi Yano... Cygwin: pty: Fix input charset for non-cygwin apps...
2020-09-09 Takashi Yano... Cygwin: pty: Revise convert_mb_str() function.
2020-09-08 Ken BrownCygwin: document last bug fix
2020-09-08 Ken BrownCygwin: path_conv::check: handle error from fhandler_pr...
2020-09-08 Ken BrownCygwin: format_process_fd: add directory check
2020-09-08 Corinna VinschenCygwin: pty: move codepage evaluation to nlsfuncs.cc
2020-09-07 Corinna VinschenCygwin: drop internal O_NOSYMLINK and O_DIROPEN flags
2020-09-04 Keith Packard... libm: Fix 'gamma' and 'gammaf' functions. Clean up...
2020-09-04 Keith Packard... libm/riscv: Use common fma code when necessary
2020-09-04 Keith Packard... libm/riscv: Fix machine-specific sqrt build process
2020-09-04 Jozef LawrynowiczMSP430: Fix calculation of string length in sbrk.c
2020-09-04 David McFarland... Cygwin: create install dir for libs
2020-09-04 Corinna Vinschenloadlocale: don't casecmp digits
2020-09-03 Jozef LawrynowiczMSP430: Fix message in sbrk.c printing binary character
2020-09-03 Jozef LawrynowiczFix warnings when building for msp430-elf
2020-09-02 Keith Packard... libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c
2020-09-01 Corinna VinschenCygwin: libpthread: Export C11 thread symbols from...
2020-09-01 Corinna VinschenCygwin: mtx_init: drop glibc workaround
2020-08-31 Takashi Yano... Cygwin: pty: Fix a bug in the code removing set window...
2020-08-31 Takashi Yano... Cygwin: pty: Disable pseudo console if TERM does not...
2020-08-30 Jon TurneyCygwin: Remove waitloop argument from try_to_debug()
2020-08-30 Ken BrownCygwin: sigproc.cc: add comment
2020-08-30 Corinna VinschenCygwin: Add modfl fix to release notes
2020-08-30 Martin StorsjöCygwin: crt: Add "volatile" to all inline assembly...
2020-08-30 Liu HaoCygwin: math/modfl.c: Fix segment faults in modfl().
2020-08-30 Corinna VinschenCygwin: Add Cygwin 3.2 release info
2020-08-30 Corinna VinschenCygwin: Add C11 threads API
2020-08-30 Corinna VinschenCygwin: make pthread_yield available for internal usage
2020-08-30 Corinna VinschenCygwin: pthread_yield: Add BSD visibility
2020-08-30 Corinna VinschenCygwin: pthreads: iterate over key destructors per...
2020-08-28 Jon TurneyCygwin: Remove .drone.yml
2020-08-28 Jon TurneyCygwin: Add github action to cross-build on Fedora
2020-08-28 Jon TurneyCygwin: Add .appveyor.yml
2020-08-28 Corinna VinschenCygwin: sigproc: Fix a thinko in array size
2020-08-28 Corinna VinschenCygwin: sigproc: Eliminate redundant copying of chld_procs
2020-08-28 Corinna VinschenCygwin: sigproc: fix minor formatting issue
2020-08-28 Takashi Yano... Cygwin: select: Fix a bug on closing pi->bye event.
2020-08-28 Corinna VinschenCygwin: sigproc: Allow more child processes per process
2020-08-28 Corinna VinschenCygwin: drop PROC_DETACHED_CHILD flag
2020-08-28 Corinna VinschenCygwin: sigproc: drop __stdcall
2020-08-28 Corinna VinschenCygwin: sigproc: return int from remove_proc
2020-08-28 Corinna VinschenCygwin: fix up proc_subproc flags and matching pinfo...
2020-08-27 Ken BrownCygwin: fhandler_fifo::delete_client_handler: improve...
2020-08-27 Brian Ingliswinsup/doc/faq-api.xml(faq.api.timezone): explain time...
2020-08-27 Takashi Yano... Cygwin: console: Replace WriteConsoleA() with WriteCons...
2020-08-26 Jon Turneydoc: Also update shebang for chapter-texi2docbook.py
2020-08-26 Brian Ingliswinsup/doc/faq-api.xml, -programming.xml: change Win32...
2020-08-26 Brian Ingliswinsup/doc/faq-setup.xml, faq-using.xml: update setup FAQ
2020-08-25 Eshan dhawan... Enabled _CS* defines for RTEMS
2020-08-24 Jon Turneydoc: Various fixes to makedocbook for python3.8 topic/fifo github/topic/fifo
2020-08-23 Ken BrownCygwin: cwdstuff::get: clean up debug_printf output
2020-08-22 Takashi YanoCygwin: pty: Implement new pseudo console support.
2020-08-22 Corinna VinschenCygwin: bump version to 3.2.0
2020-08-20 Ken BrownCygwin: strace: ignore GCC exceptions cygwin-3_1_7-release
2020-08-20 Ken BrownCygwin: add header defining GCC exception codes
2020-08-18 Ken BrownCygwin: main exception handler (64-bit): continue GCC...
2020-08-17 Keith Packard... libm/stdlib: Realloc when shrinking by 2* or more
2020-08-17 Keith Packard... libm/stdlib: don't read past source in nano_realloc
2020-08-17 Takashi Yano... Cygwin: pty: Change the timing of set_locale() call...
2020-08-13 Takashi Yano... Cygwin: pty: Change the timing of setup_locale() call.
2020-08-13 Craig Blackmorelibc/stdlib: Fix build failure in nano_calloc
2020-08-12 Keith Packard... libc/stdlib: Use __builtin_mul_overflow for reallocarra...
2020-08-12 Keith Packard... libm/machine/riscv: Add custom fma/sqrt functions when...
2020-08-11 Takashi YanoCygwin: pty: Add a workaround for issue of starting...
2020-08-10 Keith Packard... libm/machine/arm: Add optimized fmaf and fma when available
2020-08-10 Keith Packard... libm: Detect fast fmaf support
2020-08-10 Keith Packard... libm: ARM without HW double does not have fast FMA
2020-08-10 Keith Packard... libm/math: ensure that expf(-huge) sets FE_UNDERFLOW...
2020-08-07 Ken BrownCygwin: cygserver: build with -Wimplicit-fallthrough=5
2020-08-07 Jon TurneyCygwin: Use documented QueryWorkingSetEx() in dumper
2020-08-07 Jozef LawrynowiczMSP430: Increase the amount of main memory available...
2020-08-07 Jozef LawrynowiczMSP430: Word align __*_array_start symbols in sim linke...
2020-08-07 Corinna VinschenCygwin: cygserver: build with -Wimplicit-fallthrough...
2020-08-07 Corinna VinschenCygwin: utils: build with -Wimplicit-fallthrough=4...
2020-08-07 Corinna VinschenCygwin: utils: convert usage() to proper noreturn funct...
2020-08-07 Corinna VinschenCygwin: utils: cygcheck: avoid GCC warning concatenatin...
2020-08-07 Corinna VinschenCygwin: utils: refresh tzmap
2020-08-05 Keith Packard... libm: Control errno support with _IEEE_LIBM configurati...
2020-08-05 Keith Packard... libm/math: Don't modify __ieee754_pow return values...
2020-08-05 Keith Packard... libm/math: Set errno to ERANGE for pow(0, -y)
2020-08-05 Keith Packard... libm/math: Make yx functions set errno=ERANGE for x=0
2020-08-05 Keith Packard... libm/math: set errno to ERANGE at gamma poles
2020-08-05 Corinna VinschenCygwin: Add 'fallthrough' pseudo keyword for switch...
2020-08-05 Corinna VinschenCygwin: Fix missing breaks in switch statement
2020-08-04 Keith Packard... libm: Set math_errhandling to match library and hardwar...
next
This page took 0.05594 seconds and 5 git commands to generate.