commit-hurd
[Top][All Lists]
Advanced

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

[SCM] MIG branch, master, updated. 3040e276779acb6cbf6dbf4be24600c37c6f7


From: Samuel Thibault
Subject: [SCM] MIG branch, master, updated. 3040e276779acb6cbf6dbf4be24600c37c6f75ae
Date: Mon, 19 Aug 2013 15:47:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MIG".

The branch, master has been updated
       via  3040e276779acb6cbf6dbf4be24600c37c6f75ae (commit)
       via  d332911d06061a79f0c14831ff5257c50a898665 (commit)
       via  6f25b12e5e32876480e4965e3b61cffb3f7499e2 (commit)
      from  495615802f3671f1656d92a8712341a9b78d8dd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3040e276779acb6cbf6dbf4be24600c37c6f75ae
Author: Justus Winter <address@hidden>
Date:   Thu Aug 15 19:02:05 2013 +0200

    Drop alloca.c
    
    This file was only used with GCC < 2, so it's time to drop it.
    
    * alloca.c: Remove file.
    * configure.ac: Remove test for alloca.
    * Makefile.am (migcom_LDADD): Remove @address@hidden

commit d332911d06061a79f0c14831ff5257c50a898665
Author: Justus Winter <address@hidden>
Date:   Thu Aug 15 19:02:03 2013 +0200

    Drop the register keyword
    
    Drop the register keyword both from MIGs code and from the generated
    code. The register keyword is only a hint and it is ignored by modern
    compilers.
    
    * alloca.c: Drop the register keyword.
    * header.c: Likewise.
    * lexxer.l: Likewise.
    * parser.y: Likewise.
    * routine.c: Likewise.
    * server.c: Likewise.
    * statement.c: Likewise.
    * string.c: Likewise.
    * type.c: Likewise.
    * user.c: Likewise.
    * utils.c: Likewise.
    * vprint.c: Likewise.

commit 6f25b12e5e32876480e4965e3b61cffb3f7499e2
Author: Justus Winter <address@hidden>
Date:   Thu Aug 15 19:02:04 2013 +0200

    Remove unused file alloc.h
    
    * alloc.h: Remove file.
    * Makefile (migcom_SOURCES): Remove alloc.h.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am  |    4 +-
 alloc.h      |   34 ----
 alloca.c     |  504 ----------------------------------------------------------
 configure.ac |    1 -
 header.c     |    8 +-
 lexxer.l     |    2 +-
 parser.y     |    6 +-
 routine.c    |  106 ++++++------
 server.c     |  144 +++++++++---------
 statement.c  |    2 +-
 string.c     |    4 +-
 type.c       |   30 ++--
 user.c       |  104 ++++++------
 utils.c      |   26 ++--
 vprint.c     |    8 +-
 15 files changed, 222 insertions(+), 761 deletions(-)
 delete mode 100644 alloc.h
 delete mode 100644 alloca.c


hooks/post-receive
-- 
MIG



reply via email to

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