]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-11-30 Christian FrankeCygwin: Fix access to block devices below /proc/sys.
2020-11-25 Jon TurneyCygwin: Have cygmagic not create output if an error...
2020-11-25 Jon TurneyCygwin: Use standard CXXFLAGS when compiling localtime_...
2020-11-25 Jon TurneyCygwin: Drop libgmon.a build dependency on gcrt0.o
2020-11-23 Takashi Yano... Cygwin: pty: Fix minor style issue.
2020-11-23 Takashi Yano... Cygwin: pty: Discard "OSC Ps; ? BEL/ST" in pseudo conso...
2020-11-23 Takashi Yano... Cygwin: pty: Fix a bug in the code removing "CSI >...
2020-11-20 Jon TurneyCygwin: Remove surplus autoconf auxiliary files
2020-11-20 Jon TurneyCygwin: Remove recursive configure
2020-11-19 Ken BrownCygwin: fhandler_fifo::cleanup_handlers: improve efficiency
2020-11-18 Jon TurneyCygwin: Testsuite Makefile cleanup
2020-11-18 Jon TurneyCygwin: Fix 'make check' in utils
2020-11-18 Jon TurneyCygwin: Drop duplicate C++ flags used to build utils
2020-11-18 Jon TurneyCygwin: Use grep in text mode to look for version strings
2020-11-18 Kito ChengRISC-V: Add machine-specific implementation for lrint...
2020-11-18 Kito ChengRISC-V: Add machine-specific implementation for isnan...
2020-11-18 Kito ChengRISC-V: Add missing compile rule for s_finite.c, sf_fin...
2020-11-17 Corinna Vinschenmalloc/nano-malloc: correctly check for out-of-bounds...
2020-11-16 Sebastian HuberFix return type of __locale_ctype_ptr_l()
2020-11-16 Corinna VinschenCygwin: testsuite: fix insecure usage of printf in...
2020-11-16 Joel Sherrilllibc/include/newlib.h: Fix C++ compilation issue
2020-11-16 Ken BrownCygwin: path_conv::eq_worker: add NULL pointer checks
2020-11-12 Jon TurneyCygwin: Fix testsuite tmpdir creation with non-default...
2020-11-09 Ken BrownCygwin: fhandler_fifo: reduce size
2020-11-08 Jon TurneyCygwin: Ensure temporary directory used by tests exists
2020-11-08 Jon TurneyCygwin: Set PATH for tests to pick up cygwin0.dll
2020-11-08 Jon TurneyCygwin: Check exit code of a test, rather than stdout
2020-11-08 Jon TurneyCygwin: Use absolute path to libltp includes
2020-11-08 Jon TurneyCygiwn: Detect and use MinGW compilers for testsuite...
2020-11-08 Jon TurneyCygwin: Define target_builddir autoconf and Makefile...
2020-11-08 Jon TurneyCygwin: Move adding libltp to VPATH after Makefile...
2020-11-08 Jon TurneyCygwin: Avoid 'Makefile.in seems to ignore the --dataro...
2020-11-08 Jon TurneyCygwin: Add rule to testsuite Makefile to regenerate...
2020-11-08 Jon TurneyCygwin: Always configure in testsuite subdirectory
2020-11-08 Jon TurneyCygwin: Add testsuite directory to autogen.sh
2020-11-06 Ken BrownCygwin: FIFO: update_my_handlers: fix handle leak
2020-11-04 Ivan GrokhotovFix 32-bit integer overflow when calculating TZ rules
2020-11-02 Jon TurneyCygwin: Drop passing '-c' compiler flag into gentls_offsets
2020-11-02 Jon TurneyCygwin: Remove rules for building libcygwin_s.a
2020-11-02 Jon TurneyCygwin: Remove Makefile contents conditional on PREPROC...
2020-11-02 Jon TurneyCygwin: Drop autoconf variable all_host
2020-11-02 Jon TurneyCygwin: Remove autoconf variable DLL_NAME
2020-11-02 Jon TurneyCygwin: Drop AC_SUBST(build_exeext)
2020-11-02 Jon TurneyCygwin: Remove intro2man.stamp on clean
2020-10-30 Jon TurneyRevert "Cygwin: gendef generates sigfe.s and cygwin...
2020-10-29 Kito ChengRISC-V: Fix wrong including file in s_isinf.c
2020-10-29 Kito ChengRISC-V: NaN should return 0 for finite[f]
2020-10-28 Jon TurneyCygwin: Restore setting CC and CXX Makefile variables
2020-10-28 Joel Sherrilllibc/sys/rtems/include/machine/_types.h: Define daddr_t...
2020-10-27 Ken BrownCygwin: fix return value of sqrtl on negative infinity
2020-10-27 Takashi Yano... Cygwin: pty: Disable ResizePseudoConsole() if stdout...
2020-10-27 Kito ChengRISC-V: Implment finite and fpclassify
2020-10-27 Kito ChengRISC-V: Add fabs[f], fmax[f] and fmin[f].
2020-10-26 dougmDefine RB_SET_PARENT to do all assignments
2020-10-26 dougmIn concluding RB_REMOVE_COLOR, in the case when
2020-10-26 dougmLinuxkpi uses the rb-tree structures
2020-10-26 dougmFixup r361997 by balancing parens. Duh.
2020-10-26 dougmRestore an RB_COLOR macro, for the benefit of
2020-10-26 dougmTo reduce the size of an rb_node, drop the color
2020-10-26 dougmRemove from RB_REMOVE_COLOR some null checks
2020-10-26 dougmRB_REMOVE invokes RB_REMOVE_COLOR either when
2020-10-26 dougmFor the case when RB_REMOVE requires a nontrivial
2020-10-26 dougmCorrect the use of RB_AUGMENT in the RB_TREE
2020-10-26 traszAdd RB_REINSERT(3), a low overhead alternative to
2020-10-26 jahamd64: prevent KCSan false positives on LAPIC mapping
2020-10-26 mjgsys: clean up empty lines in .c and .h files
2020-10-26 rlibbygcc: quiet Wattribute for no_sanitize("address")
2020-10-26 dabDon't sanitize linker_set
2020-10-26 jhbMake the system C11 atomics headers fully compatible...
2020-10-26 Takashi Yano... Cygwin: pty: Fix race condition in initialization of...
2020-10-23 Ken Brown via... Cygwin: AF_INET and AF_LOCAL: recv_internal: fix MSG_WA...
2020-10-21 Jon TurneyCygwin: Drop do-nothing install_target target
2020-10-21 Jon TurneyCygwin: Drop do-nothing install_host target
2020-10-21 Jon TurneyCygwin: Remove nostdlib Makefile variable
2020-10-21 Jon TurneyCygwin: gendef generates sigfe.s and cygwin.def
2020-10-21 Jon TurneyCygwin: Drop cygwin version.o from cygserver
2020-10-21 Jon TurneyCygwin: Remove lsaauth
2020-10-18 Jon TurneyCygwin: Use aclocal option --system-acdir rather than...
2020-10-18 Jon TurneyCygwin: Remove --with-windows-{libs,headers}
2020-10-18 Jon TurneyCygwin: Remove ccwrap
2020-10-18 Jon TurneyCygwin: Stop using c++wrap for MinGW-compiled utilities
2020-10-15 Torbjörn SVENSSON... libc/time: Move internal newlib tz-structs into own...
2020-10-14 Jon TurneyCygwin: Remove unused doc/ug-info.xml
2020-10-14 Jon TurneyCygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS
2020-10-14 Jon TurneyCygwin: Remove autoconf variable INSTALL_LICENSE
2020-10-14 Jon TurneyCygwin: Drop AC_SUBST(LIBSERVER)
2020-10-14 Jon TurneyCygwin: Remove AC_ARG_PROGRAM/program_transform_name
2020-10-14 Jon TurneyCygwin: Remove AC_PROG_MAKE_SET
2020-10-14 Jon TurneyCygwin: Drop STDINCFLAGS overrides
2020-10-14 Jon TurneyCygwin: Drop looking for w32api in winsup/w32api
2020-10-13 Brian Inglisformat_proc_cpuinfo: add enqcmd cpuinfo flag
2020-10-13 Thomas Wolffdrop ambiguous-wide behaviour from Unicode CJK locales
2020-10-04 Ken BrownCygwin: AF_UNIX: open_pipe: call recv_peer_info
2020-10-04 Ken BrownCygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS
2020-10-04 Ken BrownCygwin: AF_UNIX: socket: set the O_RDWR flag
2020-10-04 Ken BrownCygwin: always recognize AF_UNIX sockets as reparse...
2020-10-04 Ken BrownCygwin: fix handling of known reparse points that are...
2020-10-04 Ken BrownCygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when needed
2020-10-02 Torbjörn SVENSSONlibc/include/wchar.h: Remove parameter name
2020-10-02 Torbjörn SVENSSONlibc/include/inttypes.h: Remove parameter name
next
This page took 0.058116 seconds and 5 git commands to generate.