Commit Graph

  • 9e8da7bd21 Fix for k_tan.c specific inputs Fabian Schriever 2020-03-17 15:48:44 +0100
  • 7947581905 Cygwin: serial: wait for CancelIo completion Corinna Vinschen 2020-03-16 10:20:16 +0100
  • b37a3388cc RTEMS: Include missing header and fix stub Sebastian Huber 2020-03-13 18:21:36 +0100
  • 071b8e0cbd Cygwin: pty: Add FreeConsole to destructor of pty slave. Takashi Yano via Cygwin-patches 2020-03-13 12:06:49 +0900
  • 57a80207ff Cygwin: serial: try fix o_nonblock Corinna Vinschen 2020-03-12 16:07:01 +0100
  • bd22d2f91e Cygwin: belatedly add Hans-Bernhard to CONTRIBUTORS file Corinna Vinschen 2020-03-11 17:40:03 +0100
  • b74bc88385 Cygwin: fix formatting: drop trailing whitespace Corinna Vinschen 2020-03-11 13:36:41 +0100
  • 3bb346d593 Cygwin: fix formatting: collapse whitespace-only lines Corinna Vinschen 2020-03-11 13:28:27 +0100
  • d2ef2331f9 Cygwin: fix formatting: drop spaces leading tabs Corinna Vinschen 2020-03-11 13:23:55 +0100
  • 256bc8bde0 Cygwin: fix formatting: replace TAB char with \t in string constant Corinna Vinschen 2020-03-11 13:44:05 +0100
  • c56f53a2a0 Fix truncf for sNaN input Fabian Schriever 2020-03-11 10:58:05 +0100
  • 91a8d0c907 i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub Joel Sherrill 2020-03-10 10:03:44 -0500
  • 18b4e0e518 Fix error in fdim/f for infinities Fabian Schriever 2020-03-10 11:24:12 +0100
  • a8a40ee575 Fix error in exp in magnitude [2e-32,2e-28] Fabian Schriever 2020-03-06 15:46:33 +0100
  • 3e7fff6b49 Cygwin: console: Fix behaviour of "ESC 8" after reset. Takashi Yano 2020-03-09 10:38:36 +0900
  • bf0cb64d90 Do not bother passing optional argument to WriteConsoleA. Hans-Bernhard Broeker 2020-03-08 21:41:14 +0100
  • b0f78f15b7 Collect handling of wpixput and wpbuf into a helper class. Hans-Bernhard Broeker 2020-03-08 21:41:13 +0100
  • d4bcecb3e9 Fix error in float trig. function range reduction Fabian Schriever 2020-03-03 14:49:06 +0100
  • ecf27dd2e0 Cygwin: console: convert wpbuf_put to inline function Corinna Vinschen 2020-03-02 20:30:09 +0100
  • b4bc238311 Cygwin: console: Add a workaround for "ESC 7" and "ESC 8". Takashi Yano 2020-03-02 10:12:57 +0900
  • 750cd6e5b2 Cygwin: console: Prevent buffer overrun. Takashi Yano 2020-03-02 10:12:56 +0900
  • 10d8c2782d Cygwin: console: Fix setting/unsetting xterm mode for input. Takashi Yano 2020-03-02 10:12:55 +0900
  • 7f5051d766 Cygwin: console: Revise the code to fix tab position. Takashi Yano 2020-03-02 10:12:54 +0900
  • 1b7fcf22be Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queue Corinna Vinschen 2020-03-02 17:02:51 +0100
  • cef36220f2 Fix error in powf for (-1.0, NaN) input Fabian Schriever 2020-03-02 15:40:23 +0100
  • f973a7d8be arm: Finish moving newlib to unified syntax for Thumb1 Richard Earnshaw 2020-03-02 13:33:11 +0000
  • 002206dc7c Cygwin: console: Adjust the detailed behaviour of ESC sequences. Takashi Yano 2020-02-27 11:33:50 +0900
  • 729cb70bcf Cygwin: AF_UNIX: rework fixup_after_exec Corinna Vinschen 2020-02-28 13:21:05 +0100
  • a834dc1ba9 Cygwin: 32 bit: remove old code to 16 bit align stack Corinna Vinschen 2020-02-28 14:31:56 +0100
  • f5357141ad Cygwin: AF_UNIX: use Nt functions within Nt functions Corinna Vinschen 2020-02-28 12:40:49 +0100
  • 92b8b300c2 Cygwin: AF_UNIX: fix creating shared mem region in dup Corinna Vinschen 2020-02-28 12:39:41 +0100
  • ba2f251d43
    Cygwin: Update dumper for bfd API changes Jon Turney 2020-02-26 18:48:51 +0000
  • c13cdfd00e Cygwin: console: Add emulation of CSI3J on Win10 1809. Takashi Yano 2020-02-27 00:33:02 +0900
  • 0d7bbc0bc3 Cygwin: console: Add support for REP escape sequence to xterm mode. Takashi Yano 2020-02-27 00:33:01 +0900
  • 3b42762e0b Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l. Takashi Yano 2020-02-27 00:33:00 +0900
  • 7dfe04e933 Cygwin: console: Add workaround for broken IL/DL in xterm mode. Takashi Yano 2020-02-27 00:32:59 +0900
  • 09981903e6 Cygwin: ps: fix compiler warning in ttynam Corinna Vinschen 2020-02-26 21:08:51 +0100
  • 0a37e9f0bc Cygwin: cygserver: drop useless packed attribute Corinna Vinschen 2020-02-26 20:52:55 +0100
  • 5f66c2c756 Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.o Corinna Vinschen 2020-02-26 17:02:01 +0100
  • 28382c97a5 Cygwin: posix timers: fix uninitialized variable Corinna Vinschen 2020-02-26 16:50:34 +0100
  • 4653cc92ed cpuinfo:power management: add proc_feedback, acc_power Brian Inglis 2020-02-25 16:44:16 -0700
  • fbaa096772 x86_64/i386 fenv: Replace symlink with include fenv_stub.c Joel Sherrill 2020-02-25 07:38:33 -0600
  • 17528b9d2c Cygwin: console: Fix segfault on shared_console_info access. Takashi Yano 2020-02-25 01:12:16 +0900
  • 86f9ce97bc fhandler_proc/cpuinfo: support fast short REP MOVSB Brian Inglis 2020-02-21 14:28:08 -0700
  • bf33f72d43 Cygwin: add release message for NUL character bugs Corinna Vinschen 2020-02-21 10:57:10 +0100
  • db33f3499c Cygwin: don't move cursor on NUL char at all Corinna Vinschen 2020-02-21 10:26:25 +0100
  • 4ec2e5e1c2 Cygwin: fhandler_console.cc: fix minor style issues Corinna Vinschen 2020-02-20 14:57:26 +0100
  • c9f153580b Cygwin: console: ignore NUL byte on write in xterm emulation mode as well Corinna Vinschen 2020-02-20 14:48:03 +0100
  • 7dac41db18 newlib/libc/include/devctl.h: Add extern "C" wrapper Joel Sherrill 2020-02-19 08:03:40 -0600
  • ac36c2ec90 Bump DLL version to 3.1.5 Corinna Vinschen 2020-02-19 13:38:42 +0100
  • 81b3440998 Cygwin: console: Add guard for set/unset xterm compatible mode. Takashi Yano 2020-02-18 18:12:54 +0900
  • 321d79abd3 Cygwin: console: Fix ioctl() FIONREAD. Takashi Yano 2020-02-18 13:05:07 +0900
  • 592b03b3ba Cygwin: add @cjksingle to release docs Corinna Vinschen 2020-02-18 11:32:47 +0100
  • b7361d31fb Cygwin: describe new locale modifier @cjksingle for user guide Thomas Wolff 2020-02-17 00:00:00 +0100
  • c8204b1069 Locale modifier "@cjksingle" to enforce single-width CJK width. Thomas Wolff 2020-02-17 00:00:00 +0100
  • 40245925ce Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC Corinna Vinschen 2020-02-18 11:17:43 +0100
  • f3793803a7 Cygwin: move 3.1.3 to 3.1.4 release document Corinna Vinschen 2020-02-18 11:19:23 +0100
  • c16e73043e Cygwin: console: Fix code for restoring console mode. Takashi Yano 2020-02-17 21:46:27 +0900
  • 6afb1ba504 Cygwin: Bump DLL version to 3.1.4 Corinna Vinschen 2020-02-17 13:56:44 +0100
  • 774b8996d1 Cygwin: console: Change timing of set/unset xterm compatible mode. Takashi Yano 2020-02-17 19:29:07 +0900
  • bb25dd1b0f pow: fix pow(-1.0, NaN) Nicolas Brunie 2020-02-14 10:12:25 +0100
  • 8cb20fa5d3 Cygwin: pty: Add error handling in setup_pseudoconsole(). Takashi Yano 2020-02-11 02:45:14 +0900
  • 9b51beeb2a Only pass the minimum number of syscall arguments Georg Sauthoff 2020-02-10 21:19:58 +0100
  • 2379142bc5 Cygwin: pty: Prevent potential errno overwriting. Takashi Yano 2020-02-10 20:42:45 +0900
  • 2de74af22b Cygwin: pty: Fix state mismatch caused in mintty. Takashi Yano 2020-02-09 23:47:30 +0900
  • 29431fcb5b Cygwin: pty: Inherit typeahead data between two input pipes. Takashi Yano 2020-02-09 23:46:59 +0900
  • a4ca6c4861 Cygwin: pty: Add missing member initialization for struct pipe_reply. Takashi Yano 2020-02-09 23:46:03 +0900
  • d5985cc45d Cygwin: pty: Remove debug codes and organize related codes. Takashi Yano 2020-02-09 23:46:02 +0900
  • b0474b704a Cygwin: pty: Avoid screen distortion on slave read. Takashi Yano 2020-02-09 23:46:01 +0900
  • 2bae159171 Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc. Takashi Yano 2020-02-09 23:46:00 +0900
  • 3a71c46380 Cygwin: pty: Use pinfo() rather than kill() with signal 0. Takashi Yano 2020-02-06 19:48:17 +0900
  • ff24ce9193 Typo in license for newlib/libc/stdio/flags.c Keith Packard 2020-02-04 22:48:19 -0800
  • 10058b98e7 Typo in license terms for newlib/libm/common/log2.c Keith Packard 2020-02-04 22:48:18 -0800
  • cd78225a50 libgloss: Fix lseek semihosting bug on nios2 and m68k Sandra Loosemore 2020-02-04 21:34:13 -0700
  • 65ad1c0ab0 Cygwin: pty: Remove meaningless pointer increment. Takashi Yano 2020-02-04 21:25:52 +0900
  • ac1ccc29e1 Cygwin: console: Revise color setting codes in legacy console mode. Takashi Yano 2020-02-01 13:28:39 +0900
  • 279f230620 Cygwin: fhandler_fifo.cc: add commentary Ken Brown 2020-02-01 16:36:31 -0500
  • 76dca77f04 Cygwin: fstat_helper: always use handle in call to get_file_attribute Ken Brown 2020-01-30 10:08:21 -0500
  • 8ef32f2dcf RISC-V: Use newlib nano specific libm. Jim Wilson 2020-01-29 14:46:17 -0800
  • 1cc07f3a3e Cygwin: document recent changes Ken Brown 2020-01-29 12:09:49 -0500
  • 477121317d Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set Ken Brown 2020-01-25 13:08:00 -0500
  • 23cb58af62 Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is set Ken Brown 2020-01-25 07:45:10 -0500
  • 141437d374 Cygwin: AF_LOCAL: set appropriate errno on system calls Ken Brown 2020-01-23 15:11:15 -0500
  • 3a2191653a Cygwin: AF_LOCAL: allow opening with the O_PATH flag Ken Brown 2020-01-23 14:39:15 -0500
  • 9042d0ce65 Use remove-advertising-clause script to edit BSD licenses Keith Packard 2020-01-28 10:54:53 -0800
  • 2607f00423 Revert "newlib: fix fseek optimization with SEEK_CUR" Corinna Vinschen 2020-01-29 18:47:33 +0100
  • f36262d56a Cygwin: stat: fix st_mode of fifos Corinna Vinschen 2020-01-29 15:14:05 +0100
  • 13bfb3c63f Cygwin: remove CYGWIN=dos_file_warning option Corinna Vinschen 2020-01-28 21:59:22 +0100
  • 13d75fce48 Cygwin: FIFO: fstatvfs: use our handle if O_PATH is set Ken Brown 2020-01-24 15:09:03 -0500
  • 68b7a457f7 Cygwin: fhandler_disk_file::fstatvfs: refactor Ken Brown 2020-01-24 16:02:57 -0500
  • 74e6e88143 Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag Ken Brown 2020-01-24 14:54:47 -0500
  • 4bfa93f1a0 Cygwin: symlink/mknod: fix ACL handling Corinna Vinschen 2020-01-28 17:57:50 +0100
  • 26425142ce Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag Corinna Vinschen 2020-01-28 17:40:40 +0100
  • 2caaa810a3 Cygwin: add short comments to path_conv options Corinna Vinschen 2020-01-28 16:10:13 +0100
  • cf6c439b6d Cygwin: drop __stdcall from close_all_files Corinna Vinschen 2020-01-28 15:33:53 +0100
  • 464db253c4 Cygwin: move chmod_device declaration to winsup.h Corinna Vinschen 2020-01-28 15:33:05 +0100
  • e38f2dc9b9 Cygwin: pty: Revise code waiting for forwarding again. Takashi Yano 2020-01-27 20:22:24 +0900
  • 5ba41ad6e9 Cygwin: console: Share readahead buffer within the same process. Takashi Yano 2020-01-27 21:14:32 +0900
  • 7d68ffadd3 Cygwin: FIFO: tweak fcntl and dup when O_PATH is set Ken Brown 2020-01-23 16:31:05 +0000
  • 5fb3790422 Cygwin: re-implement fhandler_fifo::open with O_PATH Ken Brown 2020-01-23 16:31:04 +0000