This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
discards 637a9c5a0 ctype: use less short names in public header discards 8d20d7317 define _COMPILING_NEWLIB for all targets when compiling adds 328e1b1a3 newlib: mips: delete glibc-specific logic
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 (637a9c5a0) \ N -- N -- N refs/heads/topic/pipe (328e1b1a3)
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.
No new revisions were added by this update.
Summary of changes: newlib/configure.host | 11 ++++-- newlib/libc/include/ctype.h | 77 +++++++++++++++--------------------- newlib/libc/machine/mips/Makefile.am | 2 + newlib/libc/machine/mips/Makefile.in | 2 + newlib/libc/machine/mips/memcpy.S | 11 ------ newlib/libc/machine/mips/memset.S | 10 ----- newlib/libc/machine/mips/strcmp.S | 9 ----- 7 files changed, 44 insertions(+), 78 deletions(-)