commit-hurd
[Top][All Lists]
Advanced

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

[mig] branch master updated (a4dda67 -> b9a5330)


From: Samuel Thibault
Subject: [mig] branch master updated (a4dda67 -> b9a5330)
Date: Sat, 28 Sep 2013 12:42:28 +0000

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

sthibault pushed a change to branch master
in repository mig.

      from  a4dda67   format-string.patch: add DEP3 headers
       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
       new  6ce575b   Merge branch 'upstream'
       new  d10f5d5   New upstream snapshot
       new  b9a5330   Revert "Stop installing the upstream ChangeLog"

The 15 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 +-
 debian/changelog                    |   11 +-
 debian/patches/format-string.patch  |   17 -
 debian/patches/no_dealloc_ool.patch |   34 -
 debian/patches/series               |    2 -
 debian/rules                        |    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 +-
 40 files changed, 19598 insertions(+), 928 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
 delete mode 100644 debian/patches/format-string.patch
 delete mode 100644 debian/patches/no_dealloc_ool.patch
 delete mode 100644 debian/patches/series
 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]