This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/rip-off-32 in repository newlib.
discards e5853add8 Cygwin: revamp TLS offsets computation discards 2ff1248c3 Cygwin: configure: Define default valus for target specific v [...] discards a4c5da992 Cygwin: config.h: stop including auto-generated tlsoffsets.h file discards 91466fef2 Cygwin: drop i686-only files discards 4f779eac6 Cygwin: configure: drop unused DEF_DLL_ENTRY variable discards 942f2ef42 Cygwin: configure: disable i686 builds adds aec053c60 Cygwin: pty: Rename some functions/variables with the name *pcon*. adds 25937aa1d Cygwin: /proc/<PID>/status: fix format specifier adds c78f14973 Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how" adds 9551e617e Cygwin: Makefile: fix ctags --extras option adds 05e7a60dd Cygwin: add init_cygheap::compute_sigblkmask method adds 195169186 Cygwin: wait_sig: allow to compute process-wide mask of pendi [...] adds 9a3c058f6 Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn va [...] adds 3e4dd6cc4 Cygwin: update 3.4 release text adds 2b4d4728f Cygwin: console: Stop to create struct instance which is not needed. adds 020fa7ed7 Cygwin: console: Prevent special keys processing from drop. adds 89f643e87 libgloss: use m4_foreach_w to simplify the logic a bit adds 74885d4fb libgloss: merge lm32 into top-level Makefile adds e15b2e869 newlib: drop redundant AM_MAINTAINER_MODE call adds dea52d5c1 newlib: convert INTERNAL_NEWLIB to _LIBC adds 312dc2289 Cygwin: console: Fix a bug from comparison between int and DWORD. adds 42e23c5ad Cygwin: _pinfo::siginfo: fix sig_send call adds 5f4e7b036 Cygwin: console, pty: Revamp the acquire/release_attach_mutex [...] adds df24c3d3c Cygwin: pty: Communalize the code for temporary attach to console. adds 2b3a70d0a Cygwin: pty: Add still missing acquire/release_attach_mutex. adds cf00bba99 Cygwin: sysconf: belatedly add correct return value for _SC_D [...] adds fcec4830a Cygwin: sysconf: don't set errno for unsupported options adds 35ba7d147 Cygwin: getconf: align -a output to glibc getconf adds d6b778617 Cygwin: pty: Rename nat_pipe_owner_alive() to process_alive(). adds efd153853 Cygwin: pty: Simplify the setup code for GDB a bit. adds 261acf731 Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB. adds 845515267 libgloss: add new Build System Internals node to the menu adds a263b94b5 Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup(). adds e93c7cb57 Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls. adds bb98c26e1 Cygwin: pty: Omit transfer_input() call where it is no longer [...] adds 3d46583d4 Cygwin: pty: Update some comments in pty code. adds 51095fe2b Cygwin: pty: Fix a possible race issue in initialization of pcon. adds 21860254d Cygwin: pty: Take account of CR+NL line feed in input. adds 6c622490a Cygwin: pty: Add several further comments to the pty code. adds 7c87cce6e Cygwin: pty: Adopt the variable name to the name generally used. adds 33dda55d1 Cygwin: add 3.3.5 release notes adds 9e1b32943 Cygwin: update 3.3.5 release notes new 4b0dbf82a Cygwin: configure: disable i686 builds new e2b0afd08 Cygwin: configure: drop unused DEF_DLL_ENTRY variable new 5b5416f1c Cygwin: drop i686-only files new 5f1970ada Cygwin: config.h: stop including auto-generated tlsoffsets.h file new 62ad73fb2 Cygwin: configure: Define default valus for target specific v [...] new 864e5e155 Cygwin: revamp TLS offsets computation
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e5853add8) \ N -- N -- N refs/heads/topic/rip-off-32 (864e5e155)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libgloss/Makefile.am | 3 + libgloss/Makefile.in | 76 +++-- libgloss/configure | 53 ++-- libgloss/configure.ac | 15 +- libgloss/doc/porting.texi | 3 +- libgloss/lm32/Makefile.in | 98 ------- libgloss/lm32/Makefile.inc | 7 + newlib/acinclude.m4 | 4 +- newlib/configure | 28 -- newlib/libc/stdlib/Makefile.am | 26 +- newlib/libc/stdlib/Makefile.in | 25 +- newlib/libc/stdlib/mallocr.c | 22 +- newlib/libc/stdlib/nano-mallocr.c | 6 +- winsup/cygwin/Makefile.am | 2 +- winsup/cygwin/cygheap.cc | 18 ++ winsup/cygwin/cygheap.h | 1 + winsup/cygwin/fhandler.h | 28 +- winsup/cygwin/fhandler_console.cc | 178 +++++++---- winsup/cygwin/fhandler_process.cc | 15 +- winsup/cygwin/fhandler_termios.cc | 39 +-- winsup/cygwin/fhandler_tty.cc | 599 +++++++++++++++++++++----------------- winsup/cygwin/pinfo.cc | 51 +++- winsup/cygwin/pinfo.h | 18 +- winsup/cygwin/release/3.3.5 | 38 +++ winsup/cygwin/release/3.4.0 | 2 + winsup/cygwin/select.cc | 20 +- winsup/cygwin/signal.cc | 6 +- winsup/cygwin/sigproc.cc | 24 +- winsup/cygwin/sigproc.h | 3 +- winsup/cygwin/sysconf.cc | 18 +- winsup/cygwin/tty.cc | 30 +- winsup/cygwin/tty.h | 22 +- winsup/doc/new-features.xml | 4 + winsup/utils/getconf.c | 4 +- 34 files changed, 847 insertions(+), 639 deletions(-) delete mode 100644 libgloss/lm32/Makefile.in create mode 100644 libgloss/lm32/Makefile.inc create mode 100644 winsup/cygwin/release/3.3.5