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
2022-01-17libgloss: clean up redundant shared lib warningsMike Frysinger
2022-01-17Merge autoconf / automake update changes from GCC.Joseph Myers
2022-01-15newlib: update to automake-1.15Mike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano
2022-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano
2022-01-12Cygwin: doc: drop mention of 32-bit installerJon Turney
2022-01-12fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.16 Gobble Gobble flagsBrian Inglis
2022-01-12libtool.m4: fix nm BSD flag detectionNick Alcock
2022-01-12libtool.m4: augment symcode for Solaris 11Nick Alcock
2022-01-12Add support for the haiku operating system. These are the os support patches ...Alexander von Gluck IV
2022-01-12GCC: Check if AR works with --plugin and rcH.J. Lu
2022-01-12GCC: Pass --plugin to AR and RANLIBH.J. Lu
2022-01-12libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4...Samuel Thibault
2022-01-12Bump to autoconf 2.69 and automake 1.15.1Simon Marchi
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen
2022-01-12Cygwin: Makefile: add dependency to newlib's libsCorinna Vinschen
2022-01-12Cygwin: ACLs: ignore *_INHERIT flags in file ACLsCorinna Vinschen
2022-01-11powerpc/setjmp: Improve RTEMS supportSebastian Huber
2022-01-11libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger
2022-01-10Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrapYaakov Selkowitz
2022-01-10Fix documented argv and envp params for posix_spawnKeith Thompson
2022-01-07libnosys: update autoheader usageMike Frysinger
2022-01-07libgloss: wince: add ACLOCAL_AMFLAGS settingsMike Frysinger
2022-01-07newlib: use .texi with libc & libm manualsMike Frysinger
2022-01-06newlib: README: libgloss no longer uses '--cygnus' automake optionJon Turney
2022-01-06newlib: fix silent build in a few subdirsMike Frysinger
2022-01-06newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger
2022-01-05update OpenBSD string functionsGuilherme Janczak
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston
2021-12-31newlib: require automake-1.11.6Mike Frysinger
2021-12-30Cygwin: Update CI configuration for python version changeJon Turney
2021-12-30libgloss: wince: update to automake-1.15Mike Frysinger
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Remove automake option 'cygnus'Jon Turney
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Make effects of 'cygnus' explicitJon Turney
2021-12-27Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown
2021-12-20cygwin: Add cocom and patch to build prerequisites in FAQJon Turney
2021-12-18Cygwin: Conditionally build documentationJon Turney
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer again.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano
2021-12-13README: configure.in -> configure.acJon Turney
2021-12-13Cygwin: Use AS_HELP_STRING for --enable-debuggingJon Turney
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano