]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-07-16 Corinna VinschenCygwin: document previous poll/select patch
2020-07-16 Marc HoerskenCygwin: make sure failed sockets always signal writability
2020-07-13 Brian InglisCygwin: FAQ 1.6: Update "Who's behind the project?"
2020-07-13 Brian InglisCygwin: FAQ 1.5: Clarify "What version is this"
2020-07-12 Jon TurneyCygwin: Make dumper scan more than first 4GB of VM...
2020-07-12 Jon TurneyCygwin: Add a new win32_pstatus data type for modules...
2020-07-12 Jon TurneyCygwin: Update ELF target used by dumper on x86_64
2020-07-12 Jon TurneyCygwin: Slightly improve error_start documentation
2020-07-10 Keith Packard... testsuite: Fix iconv tests to use new encoding config...
2020-07-10 Keith Packard... libc/iconv: find_alias was mis-computing remaining...
2020-07-10 Keith Packard... libc/iconv: Remove unneeded pointer var for _iconv_aliases
2020-07-10 Keith Packard... libc/iconv: Detect CES handler loading failure
2020-07-10 David AllsoppFix invalid acl_entry_t on 32-bit Cygwin
2020-07-10 Corinna VinschenCygwin: convert sys_wcstombs/sys_mbstowcs wrapper to...
2020-07-09 Corinna VinschenCygwin: Bump DLL version to 3.1.7
2020-07-09 Corinna VinschenCygwin: add microcode patch to release messages cygwin-3_1_6-release
2020-07-09 Brian Inglisformat_proc_cpuinfo: fix microcode revision shift direction
2020-07-09 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add microcode...
2020-07-06 Eshan dhawan... Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
2020-07-06 Corinna VinschenCygwin: fix buffer overrun in cygwin_strcasecmp
2020-07-03 Corinna Vinschenlibm: machine: Add missing sparc and mips configuration
2020-07-03 Eshan dhawan... mips fenv support
2020-07-03 Eshan dhawan... SPARC fenv support
2020-07-02 Eshan dhawan... fenv aarch64 support
2020-07-02 Dimitar Dimitrovpru: Fix memory corruption on syscall return
2020-07-01 Corinna VinschenCygwin: add new IPPROTO_TCP options to release notes
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_QUICKACK
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_USER_TIMEOUT
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEE...
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_FASTOPEN
2020-07-01 Corinna VinschenCygwin: tcp: fix IPPROTO_TCP option handling
2020-07-01 Takashi Yano... Cygwin: pty, termios: Unify thoughts of read ahead...
2020-07-01 Takashi Yano... Cygwin: pty: Discard CSI > Pm m sequence from native...
2020-06-10 Eshan dhawan... fenv support arm
2020-06-10 Jeff JohnstonRegenerate libm/machine configuration files for powerpc
2020-06-06 Takashi Yano... Cygwin: pty: Fix screen distortion after less for nativ...
2020-06-03 Eshan dhawan... hard float support for PowerPC taken from FreeBSD
2020-06-01 Corinna VinschenBump version to 3.1.6
2020-06-01 Takashi Yano... Cygwin: pty: Fix screen distortion after using less... cygwin-3_1_5-release
2020-05-31 Takashi Yano... Cygwin: pty: Revise the code which prevents undesired...
2020-05-31 Takashi Yano... Cygwin: pty: Clean up fhandler_pty_master::pty_master_f...
2020-05-31 Takashi Yano... Cygwin: console: Discard some unsupported escape sequences.
2020-05-31 Takashi Yano... Cygwin: pty: Prevent garbage remained in read ahead...
2020-05-30 Corinna VinschenCygwin: update C++ dialect to gnu++14
2020-05-30 Takashi Yano... Cygwin: console: Make cursor keys work in vim under...
2020-05-28 Ken BrownCygwin: stat: fix st_mode of fifos again
2020-05-28 Takashi Yano... Cygwin: pty: Prevent meaningless ResizePseudoConsole...
2020-05-28 Takashi Yano... Cygwin: pty: Fix a bug in free_attached_console().
2020-05-26 Corinna VinschenCygwin: FAQ: fix Cygwin build requirements
2020-05-26 Corinna VinschenCygwin: drop useless comment
2020-05-26 Corinna VinschenCygwin: add missing files to 'clean' build rule
2020-05-26 Corinna VinschenCygwin: revamp localtime.o build rule
2020-05-26 Corinna VinschenCygwin: convert localtime_wrapper.c to plain C source
2020-05-25 Corinna VinschenCygwin: rename localtime.cc to localtime_wrapper.c
2020-05-25 Corinna VinschenCygwin: move localtime.o build rule to end of file
2020-05-25 Mark GeisertCygwin: tzcode resync: details
2020-05-25 Mark GeisertCygwin: tzcode resync: imports
2020-05-25 Mark GeisertCygwin: tzcode resync: basics
2020-05-25 Corinna VinschenCygwin: fix declaration of __small_{v}sprintf
2020-05-25 Takashi Yano... Cygwin: pty: Stop counting number of slaves attached...
2020-05-25 Takashi Yano... Cygwin: pty: Revise code to make system_printf() work...
2020-05-22 Ken BrownCygwin: FIFO: add missing unlock
2020-05-22 Ken BrownCygwin: FIFO: Revert "take ownership on exec"
2020-05-19 Takashi Yano... Cygwin: pty: Make system_printf() work after closing...
2020-05-19 Takashi Yano... Cygwin: pty: Call FreeConsole() only if attached to...
2020-05-19 Szabolcs NagyReimplement aligned_alloc
2020-05-19 Takashi Yano... Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE...
2020-05-19 David Macek... cygwin: doc: Add keywords for ACE order issues
2020-05-11 Ken BrownCygwin: FIFO: improve the interruptibility of raw_read
2020-05-11 Ken BrownCygwin: FIFO: code simplification
2020-05-08 Corinna VinschenCygwin: fifo: fix type of fifo_reader_id_t operators
2020-05-08 Corinna VinschenCygwin: add pseudo console patch to release text
2020-05-08 Ken BrownDocument recent FIFO changes
2020-05-08 Ken BrownCygwin: FIFO: update commentary
2020-05-08 Ken BrownCygwin: FIFO: support opening multiple readers
2020-05-08 Ken BrownCygwin: FIFO: allow any reader to take ownership
2020-05-08 Ken BrownCygwin: FIFO: find a new owner when closing
2020-05-08 Ken BrownCygwin: FIFO: take ownership on exec
2020-05-08 Ken BrownCygwin: FIFO: add a shared fifo_client_handler list
2020-05-08 Ken BrownCygwin: FIFO: allow fc_handler list to grow dynamically
2020-05-08 Ken BrownCygwin: FIFO: designate one reader as owner
2020-05-08 Ken BrownCygwin: FIFO: introduce a new type, fifo_reader_id_t
2020-05-08 Ken BrownCygwin: FIFO: keep track of the number of readers
2020-05-08 Ken BrownCygwin: FIFO: add shared memory
2020-05-08 Ken BrownCygwin: FIFO: use a cygthread instead of a homemade...
2020-05-08 Ken BrownCygwin: FIFO: make opening a writer more robust
2020-05-08 Ken BrownCygwin: FIFO: fix hit_eof
2020-05-08 Ken BrownCygwin: FIFO: dup/fork/exec: make sure child starts...
2020-05-08 Ken BrownCygwin: FIFO: honor the flags argument in dup
2020-05-08 Ken BrownCygwin: FIFO: remove the arm method
2020-05-08 Ken BrownCygwin: FIFO: simplify the listen_client_thread code
2020-05-08 Ken BrownCygwin: FIFO: change the fifo_client_connect_state...
2020-05-08 Ken BrownCygwin: FIFO: simplify the fifo_client_handler structure
2020-05-08 Ken BrownCygwin: FIFO: minor change - use NtClose
2020-05-04 Corinna VinschenRevert "localtime define _DIAGASSERT" and followups...
2020-05-04 Johannes Schindelinsetup_pseudoconsole(): handle missing/incorrect helper...
2020-04-29 Corinna Vinschenlocaltime define _DIAGASSERT
2020-04-28 Corinna Vinschenlocaltime 1.82
2020-04-28 Corinna Vinschenlocaltime 1.81
2020-04-28 Corinna Vinschenlocaltime 1.80
next
This page took 0.053537 seconds and 5 git commands to generate.