commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mig] branch upstream updated (f392d17 -> 51427b9)


From: Samuel Thibault
Subject: [mig] branch upstream updated (f392d17 -> 51427b9)
Date: Sat, 28 Sep 2013 12:42:32 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch upstream
in repository mig.

      from  f392d17   * .gitignore: Tighten some rules.
       new  81a11e5   Make the installation tree relocatable.
       new  7d6e8f1   Fix format string build failure with _FORTIFY_SOURCE=2
       new  5f91156   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/hurd/mig
       new  c9a6a86   Merge remote-tracking branch 'savannah/master'
       new  4956158   Fix spurious deallocation
       new  6f25b12   Remove unused file alloc.h
       new  d332911   Drop the register keyword
       new  3040e27   Drop alloca.c
       new  b538364   Drop the auto keyword
       new  4a69ee8   Generate ChangeLog files for distributions.
       new  23567fa   GNU MIG 1.4.
       new  51427b9   Imported Upstream version 1.4

The 12 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:
 .gitignore             |   20 -
 =announce-1.1          |   16 -
 =announce-1.2          |   14 -
 =announce-1.3          |   18 -
 ChangeLog              |  613 +++++-
 INSTALL                |  370 ++++
 Makefile.am            |   28 +-
 Makefile.in            |  900 ++++++++
 NEWS                   |   35 +-
 README                 |   23 +-
 aclocal.m4             | 1057 +++++++++
 alloc.h                |   34 -
 alloca.c               |  504 -----
 build-aux/config.guess | 1558 +++++++++++++
 build-aux/config.sub   | 1791 +++++++++++++++
 build-aux/depcomp      |  791 +++++++
 build-aux/install-sh   |  527 +++++
 build-aux/missing      |  215 ++
 build-aux/ylwrap       |  249 +++
 configure              | 5726 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac           |    3 +-
 header.c               |    8 +-
 lexxer.c               | 2779 +++++++++++++++++++++++
 lexxer.l               |    2 +-
 mig.in                 |    8 +-
 parser.c               | 2723 +++++++++++++++++++++++
 parser.y               |    8 +-
 routine.c              |  106 +-
 server.c               |  153 +-
 statement.c            |    2 +-
 string.c               |    4 +-
 type.c                 |   30 +-
 user.c                 |  104 +-
 utils.c                |   32 +-
 vprint.c               |    8 +-
 35 files changed, 19591 insertions(+), 868 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 =announce-1.1
 delete mode 100644 =announce-1.2
 delete mode 100644 =announce-1.3
 create mode 100644 INSTALL
 create mode 100644 Makefile.in
 create mode 100644 aclocal.m4
 delete mode 100644 alloc.h
 delete mode 100644 alloca.c
 create mode 100755 build-aux/config.guess
 create mode 100755 build-aux/config.sub
 create mode 100755 build-aux/depcomp
 create mode 100755 build-aux/install-sh
 create mode 100755 build-aux/missing
 create mode 100755 build-aux/ylwrap
 create mode 100755 configure
 create mode 100644 lexxer.c
 create mode 100644 parser.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/mig.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]