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
2021-04-07fenv: fix up stub file comment, drop symlinks from descriptiontopic/shared_arch_headersDavid Macek
2021-04-07Cygwin: fix fenv.h includesCorinna Vinschen
2021-04-07Cygwin: don't export _feinitialise from newlibCorinna Vinschen
2021-04-07fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen
2021-04-07fenv: move shared x86 fenv.c to libm/machine/shared_x86Corinna Vinschen
2021-04-07fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86Corinna Vinschen
2021-04-07fenv: add missing declarations to x86 fenv.hCorinna Vinschen
2021-04-07configure.host: define shared ix86 and x86_64 directoryCorinna Vinschen
2021-04-07Add build mechanism to share common header files between machinesCorinna Vinschen
2021-04-06Cygwin: select: Fix FD_CLOSE handlingCorinna Vinschen
2021-04-06Cygwin: select: don't set ready for exception on socket shutdownCorinna Vinschen
2021-04-06Cygwin: pty: Use atexit() instead of hooking exit() for GDB.Takashi Yano
2021-04-06Cygwin: pty: Use find_exec() rather than path_conv::check().Takashi Yano
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano
2021-03-29Cygwin: bump DLL version to 3.2.1Corinna Vinschen
2021-03-23Cygwin: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen
2021-03-23Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin
2021-03-23Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin
2021-03-23Cygwin: pty: Rename input/output named pipes.Takashi Yano via Cygwin-patches
2021-03-09Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches
2021-03-09Cygwin: update release notes for 3.2.0, part 5Corinna Vinschen
2021-03-09Cygwin: update release notes for 3.2.0, part 4Corinna Vinschen
2021-03-08Cygwin: pty: Transfer input for native app only if the stdin is pcon.Takashi Yano via Cygwin-patches
2021-03-08Cygwin: update release notes for 3.2.0Ken Brown
2021-03-08Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon.Takashi Yano via Cygwin-patches
2021-03-08Cygwin: update release notes for 3.2.0, part 2Corinna Vinschen
2021-03-08Cygwin: update release notes for 3.2.0Corinna Vinschen
2021-03-08Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches
2021-03-08Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen
2021-03-05Regenerate lib/posix/Makefile.inJeff Johnston
2021-03-05Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches
2021-03-05Cygwin: pty: Fix a race issue in startup of pseudo console.Takashi Yano via Cygwin-patches
2021-02-26Cygwin: simplify linkat with AT_EMPTY_PATHKen Brown
2021-02-26Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix facl on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchown on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchmod on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstat on sockets that are not socket filesKen Brown
2021-02-25RISC-V: Fix optimized strcmp on big endianMarcus Comstedt
2021-02-25Set __IEEE_BIG_ENDIAN for big endian RISC-VMarcus Comstedt
2021-02-24Cygwin: facl: fail with EBADF on files opened with O_PATHKen Brown
2021-02-24Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown
2021-02-24Bump config.guess and config.subKito Cheng
2021-02-22Cygwin: console: Prevent NULL pointer access in close().Takashi Yano via Cygwin-patches
2021-02-22Cygwin: pty: Fix segfault caused when tcflush() is called.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: FIFO: temporarily keep a conv_handle in syscalls.cc:openKen Brown
2021-02-19Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown
2021-02-19Cygwin: define fhandler_fifo::fstatKen Brown