]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2022-01-14 Takashi YanoCygwin: pty: Stop closing and recreating attach_mutex.
2022-01-14 Takashi YanoCygwin: pty: Fix memory leak in master_fwd_thread.
2022-01-14 Takashi YanoCygwin: pty, console: Fix deadlock in GDB regarding...
2022-01-12 Jon TurneyCygwin: doc: drop mention of 32-bit installer
2022-01-12 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add Linux 5...
2022-01-12 Nick Alcocklibtool.m4: fix nm BSD flag detection
2022-01-12 Nick Alcocklibtool.m4: augment symcode for Solaris 11
2022-01-12 Alexander von... Add support for the haiku operating system. These are...
2022-01-12 H.J. LuGCC: Check if AR works with --plugin and rc
2022-01-12 H.J. LuGCC: Pass --plugin to AR and RANLIB
2022-01-12 Samuel Thibaultlibtool.m4: update GNU/Hurd test from upstream. In...
2022-01-12 Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2022-01-12 Mike Frysingernewlib: regen aclocal.m4 after autoconf update
2022-01-12 Corinna Vinschenposix_spawn: fix get/set uid/gid calls for 32 bit Cygwin
2022-01-12 Corinna VinschenCygwin: Makefile: add dependency to newlib's libs
2022-01-11 Corinna VinschenCygwin: ACLs: ignore *_INHERIT flags in file ACLs
2022-01-11 Sebastian Huberpowerpc/setjmp: Improve RTEMS support
2022-01-11 Mike Frysingerlibgloss: hardcode AC_CONFIG_AUX_DIR path
2022-01-10 Yaakov SelkowitzCygwin: do not build MinGW testsuite/cygrun --with...
2022-01-10 Keith ThompsonFix documented argv and envp params for posix_spawn
2022-01-07 Mike Frysingerlibnosys: update autoheader usage
2022-01-07 Mike Frysingerlibgloss: wince: add ACLOCAL_AMFLAGS settings
2022-01-07 Mike Frysingernewlib: use .texi with libc & libm manuals
2022-01-06 Jon Turneynewlib: README: libgloss no longer uses '--cygnus'...
2022-01-06 Mike Frysingernewlib: fix silent build in a few subdirs
2022-01-06 Mike Frysingernewlib: migrate from INCLUDES to AM_CPPFLAGS
2022-01-05 Guilherme Janczakupdate OpenBSD string functions
2021-12-31 Jeff JohnstonUpdate newlib to 4.2.0 newlib-snapshot-20211231
2021-12-31 Mike Frysingernewlib: require automake-1.11.6
2021-12-30 Jon TurneyCygwin: Update CI configuration for python version...
2021-12-30 Mike Frysingerlibgloss: wince: update to automake-1.15
2021-12-29 Jon Turneynewlib: Regenerate autotools files
2021-12-29 Jon Turneynewlib: Remove automake option 'cygnus'
2021-12-29 Jon Turneynewlib: Regenerate autotools files
2021-12-29 Jon Turneynewlib: Make effects of 'cygnus' explicit
2021-12-26 Ken BrownCygwin: fhandler_pipe::get_query_hdl_per_process: avoid...
2021-12-20 Jon Turneycygwin: Add cocom and patch to build prerequisites...
2021-12-17 Jon TurneyCygwin: Conditionally build documentation
2021-12-15 Takashi YanoCygwin: pty: Fix input switching failure.
2021-12-14 Takashi YanoCygwin: pty: Fix conditions for input transfer again.
2021-12-14 Takashi YanoCygwin: pty: Fix conditions for input transfer.
2021-12-13 Jon TurneyREADME: configure.in -> configure.ac
2021-12-13 Jon TurneyCygwin: Use AS_HELP_STRING for --enable-debugging
2021-12-13 Takashi YanoCygwin: pty: Fix Ctrl-C handling further for non-cygwin...
2021-12-12 Takashi YanoCygwin: pipe: Restore blocking mode for cygwin process... topic/pipe github/topic/pipe
2021-12-12 Ken BrownCygwin: Document that the pipe_byte option is now set...
2021-12-12 Ken BrownCygwin: fhandler_pipe::raw_read: minor code cleanup
2021-12-12 Takashi YanoCygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag...
2021-12-12 Takashi YanoCygwin: console: Fix console mode of non-cygwin apps...
2021-12-12 Takashi YanoCygwin: pty: Fix console mode of non-cygwin apps in...
2021-12-12 Takashi YanoCygwin: pty: Fix Ctrl-C handling for non-cygwin apps...
2021-12-12 Takashi YanoCygwin: pty: Add missing input transfer when switch_to_...
2021-12-11 Takashi YanoCygwin: clipboard: Make intent of the code clearer.
2021-12-11 Takashi YanoCygwin: path: Fix path conversion of virtual drive.
2021-12-09 Jon Turneynewlib: Regenerate all autotools files
2021-12-09 Jon Turneynewlib: Enable automake silent rules
2021-12-08 Jon TurneyCygwin: Update configure.ac to use AC_CONFIG_HEADERS
2021-12-08 Takashi YanoCygwin: path: Convert UNC path prefix back to drive...
2021-12-07 Takashi YanoCygwin: clipboard: Fix a bug in read().
2021-12-03 Takashi Yanoldtoa: Import gdtoa from OpenBSD.
2021-12-03 Takashi Yanofrexpl: Support smaller long double of LDBL_MANT_DIG...
2021-12-03 Corinna VinschenRevert "ctype: use less short names in public header"
2021-12-03 Takashi YanoCygwin: Fix typo in new-features.xml
2021-12-02 Corinna VinschenCygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIR
2021-12-02 Takashi YanoCygwin: console: Fix OSC sequence handling.
2021-11-30 Jeff JohnstonModifying patch from: marian.buschsieweke@ovgu.de
2021-11-30 Corinna VinschenCygwin: get/setrlimit: move RLIMIT_AS handling into...
2021-11-30 Corinna VinschenCygwin: setrlimit: Add a permission check
2021-11-30 Corinna VinschenCygwin: get_rlimit_stack: add a comment
2021-11-29 Takashi Yanostdio: Fix issue of printing "%La" format with large...
2021-11-26 Corinna VinschenCygwin: add 3.4 release messages
2021-11-26 Corinna VinschenCygwin: get/setrlimit: implement RLIMIT_AS
2021-11-26 Takashi Yanoldtoa: Fix insufficient valid output digits for "%f...
2021-11-23 Ken BrownCygwin: fhandler_fifo::raw_read: handle STATUS_PENDING
2021-11-23 Ken BrownCygwin: fhandler_pipe::raw_read: fix handle leak
2021-11-22 Takashi YanoCygwin: Fix release note 3.3.3.
2021-11-22 Takashi YanoCygwin: sigproc: Fix potential race issue regarding...
2021-11-22 Corinna Vinschenldtoa: don't restrict outbuf size to ndigits
2021-11-22 Corinna VinschenCygwin: add release message for raise fix
2021-11-22 Corinna VinschenCygwin: raise: align return value and error checking...
2021-11-22 Corinna VinschenCygwin: raise: fix check for multithreaded process
2021-11-22 Corinna VinschenCygwin: pthread_kill: check for invalid signal number
2021-11-22 Corinna VinschenCygwin: fhandler_netdrive: improve debug output
2021-11-19 Takashi YanoCygwin: sigproc: Do not send signal to myself if exiting.
2021-11-18 Takashi YanoCygwin: console: Fix interference issue regarding maste...
2021-11-17 Takashi YanoCygwin: pipe: Suppress unnecessary set_pipe_non_blockin...
2021-11-17 Takashi YanoCygwin: Correct the release notes 3.3.3.
2021-11-16 Takashi YanoCygwin: pipe: Handle STATUS_PENDING even for nonblockin...
2021-11-16 Corinna VinschenCygwin: fix up cached DOS file attributes after file...
2021-11-16 Corinna VinschenRevert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS...
2021-11-16 Jon TurneyCygwin: Drop 'make check' from AppVeyor
2021-11-16 Jon TurneyCygwin: Extend GitHub workflow to also build on Windows
2021-11-16 Jon TurneyFix 'make man' after 67208d9e
2021-11-16 Johannes SchindelinCygwin: console: Handle Unicode surrogate pairs.
2021-11-16 Thomas Wolffcleanup Unicode data files after generating updated...
2021-11-16 Thomas Wolffupdate to Unicode 14.0
2021-11-16 Mike Frysingernewlib: merge doc into top-level Makefile
2021-11-16 Mike Frysingerchange _COMPILING_NEWLIB to _LIBC
2021-11-15 Corinna VinschenCygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute...
2021-11-15 Corinna VinschenCygwin: dllfixdbg: create .gnu_debuglink section in...
next
This page took 0.05708 seconds and 5 git commands to generate.