]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2022-04-18 Takashi YanoCygwin: pty: Fix Ctrl-C behaviour in latest GDB.
2022-04-18 Takashi YanoCygwin: pty: Fix deadlock caused by Ctrl-C in setup_pse...
2022-04-11 Takashi YanoCygwin: pty: Do not set internal handles in HPCON inher...
2022-04-11 Andrea CoralloAarch32/64: Support __FLT_EVAL_METHOD__ values other...
2022-04-09 Takashi YanoCygwin: pty: Close pseudo console only if the process...
2022-04-08 Jeff JohnstonAdd tests for tzset POSIX timezone string compliance
2022-04-08 Jeff JohnstonAdd angle TZ angle bracket support to tzset_r
2022-04-07 jdoubleufix testsuite cannot compile tests
2022-04-01 Sebastian Hubernewlib: Remove superfluous CHECK_STD_INIT() macro
2022-04-01 Takashi YanoCygwin: pipe: Avoid deadlock for non-cygwin writer.
2022-04-01 Matt JoyceRemove unused _cleanup()
2022-04-01 Matt JoyceFix bug introduced in previous patch (44b60f0c)
2022-04-01 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add Linux Superb...
2022-03-31 Sebastian Hubernewlib: Rename __sfmoreglue() and make it static
2022-03-31 Sebastian HuberReplace _fwalk() calls with _fwalk_reent()
2022-03-30 Jeff JohnstonCommit patch from Tobias Burnus <tobias@codesourcery...
2022-03-30 Takashi YanoCygwin: pty: Fix crash on master close in Windows 7.
2022-03-29 Mike Frysingernewlib: drop phoenix support
2022-03-23 Andrew Stubbsamdgcn: Fix build failure
2022-03-21 Sebastian Hubericonv: Fix EL/IX level 2 handling
2022-03-20 Jeff LawRevert accidental change to v850/sim.ld
2022-03-20 Jeff LawAvoid using common symbols in v850 libgloss
2022-03-19 Takashi YanoCygwin: console: Do not use memcmp() to compare INPUT_R...
2022-03-18 Takashi YanoCygwin: console: Ignore dwControlKeyState in event...
2022-03-18 Takashi YanoCygwin: console: Add attach_mutex guard that was not...
2022-03-18 Takashi YanoCygwin: console: Fix typeahead key swapping which still...
2022-03-18 Mike Frysingernewlib: enable automatic dependency generation
2022-03-17 Mark GeisertCygwin: document recent gmondump formatting fix
2022-03-17 Mark GeisertCygwin: Fix gmondump formatting goofs
2022-03-17 Mike Frysingerwinsup: disable fortify source
2022-03-17 Mike Frysingernewlib: libm: integrate tests subdir
2022-03-17 Mike Frysingernewlib: integrate iconv update to maintainer build
2022-03-17 Mike Frysingernewlib: update build system generation documentation
2022-03-17 Mike Frysingernewlib: libc: merge build up a directory
2022-03-14 Takashi YanoCygwin: Add description of fsync() fix to 3.3.5 release...
2022-03-14 Takashi YanoCygwin: path: Convert type of variable 'remlen' to...
2022-03-14 Takashi YanoCygwin: path: Add fallback for DFS mounted drive.
2022-03-14 Takashi YanoCygwin: fsync: Return EINVAL for special files.
2022-03-13 Mike Frysingernewlib: xstormy16: move malloc multiplex logic from...
2022-03-13 Mike Frysingernewlib: xstormy16: break up mallocr stubs
2022-03-13 Mike Frysingernewlib: xstormy16: fix mallopt definition & mstats...
2022-03-10 Takashi YanoCygwin: console, pty: Fix segfault in child_info_spawn...
2022-03-09 Mike Frysingernewlib: libc: move stdlib multiplex logic from build...
2022-03-09 Sebastian Huberbuild: Avoid length() awk function
2022-03-09 Mike Frysingernewlib: rename mallocr.c to _mallocr.c
2022-03-09 Mike Frysingernewlib: move nano-malloc logic from build to source...
2022-03-07 Jeff JohnstonFix Bug libc/28945
2022-03-05 Takashi YanoCygwin: update 3.3.5 release notes
2022-03-05 Takashi YanoCygwin: add 3.3.5 release notes
2022-03-05 Takashi YanoCygwin: pty: Adopt the variable name to the name genera...
2022-03-04 Takashi YanoCygwin: pty: Add several further comments to the pty...
2022-03-04 Takashi YanoCygwin: pty: Take account of CR+NL line feed in input.
2022-03-04 Takashi YanoCygwin: pty: Fix a possible race issue in initializatio...
2022-03-04 Takashi YanoCygwin: pty: Update some comments in pty code.
2022-03-04 Takashi YanoCygwin: pty: Omit transfer_input() call where it is...
2022-03-04 Takashi YanoCygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.
2022-03-04 Takashi YanoCygwin: pty: Treat both CR and NL as line feed in trans...
2022-03-04 Mike Frysingerlibgloss: add new Build System Internals node to the...
2022-03-03 Takashi YanoCygwin: pty: Stop to use PID_NEW_PG flag as a marker...
2022-03-03 Takashi YanoCygwin: pty: Simplify the setup code for GDB a bit.
2022-03-03 Takashi YanoCygwin: pty: Rename nat_pipe_owner_alive() to process_a...
2022-03-02 Corinna VinschenCygwin: getconf: align -a output to glibc getconf
2022-03-02 Corinna VinschenCygwin: sysconf: don't set errno for unsupported options
2022-03-02 Corinna VinschenCygwin: sysconf: belatedly add correct return value...
2022-03-02 Takashi YanoCygwin: pty: Add still missing acquire/release_attach_m...
2022-03-02 Takashi YanoCygwin: pty: Communalize the code for temporary attach...
2022-03-02 Takashi YanoCygwin: console, pty: Revamp the acquire/release_attach...
2022-03-02 Corinna VinschenCygwin: _pinfo::siginfo: fix sig_send call
2022-03-02 Takashi YanoCygwin: console: Fix a bug from comparison between...
2022-03-02 Mike Frysingernewlib: convert INTERNAL_NEWLIB to _LIBC
2022-03-02 Mike Frysingernewlib: drop redundant AM_MAINTAINER_MODE call
2022-03-02 Mike Frysingerlibgloss: merge lm32 into top-level Makefile
2022-03-02 Mike Frysingerlibgloss: use m4_foreach_w to simplify the logic a bit
2022-03-02 Takashi YanoCygwin: console: Prevent special keys processing from...
2022-03-01 Takashi YanoCygwin: console: Stop to create struct instance which...
2022-03-01 Corinna VinschenCygwin: update 3.4 release text
2022-03-01 Corinna VinschenCygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and...
2022-03-01 Corinna VinschenCygwin: wait_sig: allow to compute process-wide mask...
2022-03-01 Corinna VinschenCygwin: add init_cygheap::compute_sigblkmask method
2022-03-01 Corinna VinschenCygwin: Makefile: fix ctags --extras option
2022-03-01 Corinna VinschenCygwin: handle_sigprocmask: If new signal set is NULL...
2022-03-01 Corinna VinschenCygwin: /proc/<PID>/status: fix format specifier
2022-03-01 Takashi YanoCygwin: pty: Rename some functions/variables with the...
2022-03-01 Corinna VinschenCygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid...
2022-03-01 Takashi YanoCygwin: pty: Reorganize the code path of setting up...
2022-03-01 Takashi YanoCygwin: pty: Avoid cutting the branch the pty master...
2022-03-01 Mike Frysingernewlib: xstormy16: add missing string.h include
2022-03-01 Mike Frysingernewlib: speed up targ-include setup & add error checking
2022-03-01 Mike Frysingerlibgloss: add a little build system generation document...
2022-03-01 Mike Frysingernewlib: libc: move stdio multiplex logic from build...
2022-03-01 Mike Frysingernewlib: simplify header setup rules
2022-02-28 Takashi YanoCygwin: pty: Isolate CTRL_C_EVENTs between ptys.
2022-02-28 Takashi YanoCygwin: console: Improve the code to avoid typeahead...
2022-02-28 Takashi YanoCygwin: pinfo: Fix exit code for non-cygwin apps which...
2022-02-27 Takashi YanoCygwin: termios: Ensure detection of GDB inferior in...
2022-02-27 Takashi YanoCygwin: termios: Add comments to the code refactored...
2022-02-27 Takashi YanoCygwin: console: Correct the past fix for apps which...
2022-02-26 Takashi YanoCygwin: console: Revert experimental code mixed acciden...
2022-02-26 Takashi YanoCygwin: console: Prevent the order of typeahead input...
2022-02-26 Takashi YanoCygwin: pty: Stop to send CTRL_C_EVENT if pcon activated.
next
This page took 0.05628 seconds and 5 git commands to generate.