]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
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.
2022-02-26 Takashi YanoCygwin: console: Fix issues of apps which open pty.
2022-02-26 Mike Frysingerlibgloss: iq2000: fix prototype
2022-02-26 Mike Frysingerlibgloss: switch to AM_PROG_AR
2022-02-25 Mike Frysingernewlib: libc: move configure into top-level
2022-02-25 Takashi YanoCygwin: pinfo: Fix exit code when non-cygwin app exits...
2022-02-25 Mike Frysingernewlib: add silent rules support to top-level rules
2022-02-25 Mike Frysingerlibgloss: document & localize custom multi-do rule
2022-02-25 Mike Frysingerlibgloss: finish migration to AM_PROG_AS
2022-02-25 Mike Frysingerlibgloss: switch to standard AC_PROG_CC
2022-02-24 Takashi YanoCygwin: console: Restore CTRL_BREAK_EVENT handling.
2022-02-24 Mike Frysingernewlib: fix multilib libg.a parallel builds
2022-02-24 Mike Frysingernewlib: libm: workaround ar duplicate member behavior
2022-02-24 Mike Frysingerlibgloss: merge sparc configure script up a level
2022-02-23 Takashi YanoCygwin: pty, console: Add a workaround for GDB SIGINT...
2022-02-23 Takashi YanoCygwin: console: Redesign handling of special keys.
2022-02-22 Mike Frysingerlibgloss: enable maintainer mode support
2022-02-22 Corinna VinschenCygwin: unlink: filter out virtual files and devices...
2022-02-22 Johannes SchindelinCygwin: Implicitly support the /dev/fd symlink and...
2022-02-22 Corinna VinschenCygwin: Adjust path to newlib libc.a, too
2022-02-22 Jon TurneyCygwin: Adjust path to newlib libm.a in builddir
2022-02-22 Matt JoyceMake __sdidinit unused
2022-02-21 Takashi YanoCygwin: pty: Encapsulate pty code in tty::setpgid().
2022-02-21 Takashi YanoCygwin: pty, console: Fix handle leak which occurs...
2022-02-20 Takashi YanoCygwin: console: Call fix_tab_position() only if having...
2022-02-20 Takashi YanoCygwin: console: Rearrange set_(in|out)put_mode() calls.
2022-02-20 Takashi YanoCygwin: pty, console: Refactor the code processing...
2022-02-19 Mike Frysingernewlib: libc: delete crt0.o duplication
2022-02-18 Mike Frysingernewlib: posix: use local includes for local headers
2022-02-18 Mike Frysingernewlib: libm: merge build up a directory
2022-02-18 Mike Frysingernewlib: separate out libg from libc
next
This page took 0.056272 seconds and 5 git commands to generate.