commit-hurd
[Top][All Lists]
Advanced

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

[SCM] MIG branch, master, created. 12a56fa3ce0d65a25e7bcf68aba03d8ba1892


From: Thomas Schwinge
Subject: [SCM] MIG branch, master, created. 12a56fa3ce0d65a25e7bcf68aba03d8ba189273f
Date: Mon, 06 Apr 2009 12:52:18 +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 created
        at  12a56fa3ce0d65a25e7bcf68aba03d8ba189273f (commit)

- Log -----------------------------------------------------------------
commit 12a56fa3ce0d65a25e7bcf68aba03d8ba189273f
Author: Thomas Schwinge <address@hidden>
Date:   Wed May 28 20:26:41 2008 +0000

    2008-05-28  Thomas Schwinge  <address@hidden>
    
        [bug #23417: Building with -g3]
        * lexxer.l (^\#define[ \t]): Ignore until EOL.

commit 577f843f6d6fdad2332c7a5d4c8c3dbcc52fe5d0
Author: Thomas Schwinge <address@hidden>
Date:   Sat Jun 2 10:55:27 2007 +0000

    2007-06-02  Thomas Schwinge  <address@hidden>
    
        * global.c (LintLib): Remove definition.
        * global.h (LintLib): Remove declaration.
        * header.c (WriteUserRoutine, WriteServerRoutine): Don't emit `Lint'
        code.
        * user.c (WriteIncludes): Likewise.
        * utils.c (WriteRCSDecl): Likewise.

commit b5e594cb55735480b762f8794cac4ebe630d6bec
Author: Thomas Schwinge <address@hidden>
Date:   Tue Apr 3 16:21:32 2007 +0000

    2007-04-03  Thomas Schwinge  <address@hidden>
    
        * mig.in (--help): Document the ``-i'' option better.

commit 1155a49a3987e583187d62637bf30f4fb31fee28
Author: Thomas Schwinge <address@hidden>
Date:   Sun Mar 4 23:27:51 2007 +0000

    2007-03-05  Thomas Schwinge  <address@hidden>
    
        * COPYING: Update the FSF's postal address.

commit 0439c36078457921763b05817f6860bdfe928b07
Author: Thomas Schwinge <address@hidden>
Date:   Sun Mar 4 23:26:18 2007 +0000

    2007-03-05  Thomas Schwinge  <address@hidden>
    
        Remove automatically regeneratable files.
        * INSTALL: Remove file.
        * Makefile.in: Likewise.
        * aclocal.m4: Likewise.
        * configure: Likewise.
        * lexxer.c: Likewise.
        * parser.c: Likewise.
        * build-aux/config.guess: Likewise.
        * build-aux/config.sub: Likewise.
        * build-aux/depcomp: Likewise.
        * build-aux/install-sh: Likewise.
        * build-aux/missing: Likewise.
        * build-aux/ylwrap: Likewise.

commit 77743fc7354fd1aa250d17c6aa3b50eee4a18fd0
Author: Thomas Schwinge <address@hidden>
Date:   Mon Dec 4 10:08:15 2006 +0000

    2006-12-04  Thomas Schwinge  <address@hidden>
    
        * Makefile.in: Regenerate.
        * configure: Likewise.

commit 3cd31525f53d44b2697151b8115976f43285db74
Author: Thomas Schwinge <address@hidden>
Date:   Mon Dec 4 10:04:28 2006 +0000

    2006-12-04  Thomas Schwinge  <address@hidden>
    
        * configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.

commit 242ac98adbc8c88a4d01d89f29efd87c2ed4175c
Author: Thomas Schwinge <address@hidden>
Date:   Mon Dec 4 09:53:55 2006 +0000

    2006-12-04  Thomas Schwinge  <address@hidden>
    
        * Makefile.am (AUTOMAKE_OPTIONS): Remove variable after having moved
        the `gnu' option to...
        * configure.ac (AM_INIT_AUTOMAKE): ... here.
        Bump version to 1.3.1.99.
        * NEWS: Update.
        * README: Likewise.

commit cd10961665bf2786bed6935f1666d18c6241a97d
Author: Thomas Schwinge <address@hidden>
Date:   Sun Dec 3 20:31:35 2006 +0000

    2006-12-03  Leonardo Lopes Pereira  <address@hidden>
    
        [patch #5018 --- ``Remove support to msg_send interface.'']
        * global.c (UseMsgRPC): Removed definition.
        * global.h (UseMsgRPC): Removed declaration.
        * mig.in (--help): Removed information about `-r' and `-R' options.
        * migcom.c (parseArgs): Changed the switches `-r' and `-R' to deal with
        the absence of obsolete the send/receive pairs.
        * user.c (WriteRoutine): Adapted the use of `UseMsgRPC' as if it was
        defined to `TRUE'.
        (WriteMsgSendReceive): Removed, since it is not used anymore.

commit 079c59208254be81a5fd81238f6ffb4b82e037ff
Author: Thomas Schwinge <address@hidden>
Date:   Thu Nov 30 00:05:45 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * configure: Regenerate.
        * lexxer.c: Likewise.
        * parser.c: Likewise.

commit e982c14bc34a48529ca0db1c016a768cce01e115
Author: Thomas Schwinge <address@hidden>
Date:   Thu Nov 30 00:01:21 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        Fix compiler, flex and bison warnings.
        * error.c: Include <stdlib.h>.
        * lexxer.h (yylex): Add declaration.
        * migcom.c: Include <stdlib.h>.
        (main): Set USER, SHEADER and IHEADER to `NULL' by default.
        (myfclose): Add lost conversion specifications.
        * parser.h (yyerror): Add declaration.
        * routine.c (rtPrintArg, rtCheckRoutine): Add braces to avoid
        ambiguousness.
        * server.c (WriteSymTabEntries): Make NUM an `u_int'.
        * user.c (WriteUserIndividual): Add a `default' case in a switch
        statement and add lost conversion specifications.
        * lexxer.l: Set option `nounput'.
        * parser.y (%left): Change commas to spaces.

commit 53280ebcfd46a129f34d6853a093c3cb425a068a
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 23:57:55 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option.

commit 2dac3778a32b9da90e341374dcf817144d6d787b
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 18:04:35 2006 +0000

    Revert the following change:
    
    #v+
    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
    #v-

commit 8d30a058d73db8535e6ba4297ee6bc9a8b31c7d8
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:57:10 2006 +0000

    Savannah tag.

commit e1568a2d7541bb5a0fede9c6e876fa3445ff2a56
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:50:55 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * Makefile.in: File updated by `autoreconf'.
        * configure: Likewise.

commit ee8f5de079687203c72ee45cd204f14ece480727
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:49:40 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * INSTALL: File updated by `autoreconf'.
        * aclocal.m4: Likewise.

commit acae489d2b940cb67c8d5145a597c8088721339e
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:46:33 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * build-aux/config.guess: New file, thanks to `autoreconf'.
        * build-aux/config.sub: Likewise.
        * build-aux/depcomp: Likewise.
        * build-aux/install-sh: Likewise.
        * build-aux/missing: Likewise.
        * build-aux/ylwrap: Likewise.

commit 7af2877c144a19202ba6af605d6bd572ec150243
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:43:05 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * mig.in: Adopt to the Autoconf update.

commit 2b76839dd088eb65ab040828fd1e40f950840b6e
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:38:21 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * configure.in: Move to...
        * configure.ac: ... here and overhaul a bit.

commit 63cc85ab15e4fe3ac4cc697e7d3e2e8b22cd9579
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:35:10 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.

commit fac0b13da644a9bbc51edeef325f0e3423ba8c97
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:24:57 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * config.guess: Remove file.
        * config.sub: Likewise.
        * depcomp: Likewise.
        * install-sh: Likewise.
        * missing: Likewise.
        * mkinstalldirs: : Likewise.

commit d9467f3e7c69302243bb9064561d243ec308f4ff
Author: Thomas Schwinge <address@hidden>
Date:   Wed Nov 29 17:01:15 2006 +0000

    2006-11-29  Thomas Schwinge  <address@hidden>
    
        * Makefile.am (debian_files): Remove variable.
        (EXTRA_DIST): Remove files from `debian/'.
        * debian/README.Debian: Remove file.
        * debian/changelog: Likewise.
        * debian/control: Likewise.
        * debian/copyright: Likewise.
        * debian/rules: Likewise.

commit de6248606092da03c2323ebcbd7b43b47137fddc
Author: Thomas Schwinge <address@hidden>
Date:   Sat Jul 29 09:58:09 2006 +0000

    Savannah tags.

commit 297dd55afd2bf2bedbdb244fba4e9027b8060532
Author: Thomas Schwinge <address@hidden>
Date:   Fri Jul 28 23:55:25 2006 +0000

    2006-07-29  Ognyan Kulev  <address@hidden>
    
        * migcom.c (myfclose): New function.
        (main): Use myfclose instead of fclose.
        * user.c (WriteUserIndividual): Check for errors when closing file.

commit cfc0bb3b0de0e1d5f96ba2b600babb2f19ce0922
Author: Thomas Schwinge <address@hidden>
Date:   Thu Jan 26 17:40:06 2006 +0000

    2006-01-26  Thomas Schwinge  <address@hidden>
    
        * config.guess: Updated from the canonical source.
        * config.sub: Likewise.

commit 03b74ca7f4ee84bad91d3925853528b75a8f7719
Author: Alfred M. Szmidt <address@hidden>
Date:   Mon Jun 6 07:48:19 2005 +0000

    2005-05-27  Thomas Schwinge  <address@hidden>
    
        * mig.in (prj_quote_sh): New shell funcion; copied from Paul Jarc's
        prjlibs.  Use that function to properly quote strings in $cppflags
        that contain whitespace.

commit b40a918df80f478c6f9abe32c42d091a6b1f74d9
Author: Alfred M. Szmidt <address@hidden>
Date:   Mon May 2 19:51:35 2005 +0000

    2005-04-09  Thomas Schwinge  <address@hidden>
    
        * mig.in: Handle the preprocessor option '-isystem ...' correctly.

commit 97f30dfcf454d604bcc42905c055cc92a6bb21fa
Author: Roland McGrath <address@hidden>
Date:   Thu Mar 18 21:51:22 2004 +0000

    .

commit a56cabb09ba4ad9b00d086ed0ffcc3523f77a604
Author: Roland McGrath <address@hidden>
Date:   Thu Mar 18 21:51:02 2004 +0000

    2004-03-18  Roland McGrath  <address@hidden>
    
        * utils.c (do_skip_vfprintf): New macro.
        (WriteCopyType, WritePackMsgType): Use that, so we do va_start and
        va_end independently around each SkipVFPrintf call.

commit 81d294cd070b601ec44e36e2da89b9a10749103d
Author: Roland McGrath <address@hidden>
Date:   Wed Feb 11 01:42:30 2004 +0000

    .

commit 8709673947bc354f683fee371b7d9a5d70fe0fb8
Author: Roland McGrath <address@hidden>
Date:   Wed Feb 11 01:42:14 2004 +0000

    2004-02-10  Roland McGrath  <address@hidden>
    
        * user.c (WriteTypeCheck): Use BAD_TYPECHECK macro instead of type-pun.
        * server.c (WriteTypeCheck): Likewise.
        * utils.c (WriteBogusDefines): Write a #define for that macro.
        * utils.c (WriteCheckDecl): Write auto const, not static const.
        (WriteStaticShortDecl, WriteStaticLongDecl): Likewise.

commit 53f09465536af6578dd0ea2f887d1dd7ff91179d
Author: Roland McGrath <address@hidden>
Date:   Wed Feb 11 01:09:27 2004 +0000

    .

commit 1d38a49c9963fa7b1f8b8c5089c3c64a9174bc02
Author: Roland McGrath <address@hidden>
Date:   Wed Feb 11 01:09:19 2004 +0000

    2004-02-10  Roland McGrath  <address@hidden>
    
        * INSTALL, config.guess, config.sub, missing, mkinstalldirs,
        install-sh: Update files from autoconf/automake.

commit e5365e8fda26b7c1b53b9899e3baecf8ec78a91b
Author: Roland McGrath <address@hidden>
Date:   Sun Feb 1 22:02:38 2004 +0000

    .

commit 3228a47d9ee061ca995820e9671940a8f484a9dd
Author: Roland McGrath <address@hidden>
Date:   Sun Feb 1 22:02:11 2004 +0000

    2004-02-01  Roland McGrath  <address@hidden>
    
        * depcomp, Makefile.in, aclocal.m4, configure: Update generated files.

commit 708c9a462d29f8a01d0004a5195ae92da98007d4
Author: Jeff Bailey <address@hidden>
Date:   Fri Aug 30 13:11:34 2002 +0000

    2002-08-29  Jeff Bailey  <address@hidden>
    
            * configure.in: Bump version to 1.3.1
            * configure: Regenerated.
    
            * NEWS: Updated for 1.3.1 release.

commit a4dc6440490ca5decb9e0bfc01d1e80af95c779d
Author: Marcus Brinkmann <address@hidden>
Date:   Tue Aug 6 12:47:37 2002 +0000

      * debian/control: Add Build-Depends.

commit 1797351e7bb6375988c5a3dee5cfec4d19ab64ce
Author: Marcus Brinkmann <address@hidden>
Date:   Sun Aug 4 22:14:05 2002 +0000

      * debian/control: Add Uploaders.

commit d55432497816d2309c98c18f6dd3bfbf64abf21c
Author: Marcus Brinkmann <address@hidden>
Date:   Sun Aug 4 22:02:59 2002 +0000

    2002-07-31  Marcus Brinkmann  <address@hidden>
    
        * routine.c (rtFindSize): Always add sizeof_mach_msg_type_t to
        SIZE for args not in long form, irregardless of the itSize.

commit 50d678e71aed8d606f2d377b7fb1dc6eb07f69c7
Author: Roland McGrath <address@hidden>
Date:   Sat May 25 00:10:39 2002 +0000

    .

commit a9b4c07566f15990a9aa755d6887e81b3b6d0471
Author: Roland McGrath <address@hidden>
Date:   Sat May 25 00:10:36 2002 +0000

    2002-05-07  Roland McGrath  <address@hidden>
    
        * type.c (itMakeNaturalType): New function.
        (init_type): Use that instead of itMakeIntType for itWaitTimeType and
        itMsgOptionType--give them each their special typedef names.
        * routine.c (rtCheckArgTypes): Use itCheckNaturalType for rtMsgOption.

commit 8419a1cf388bf7aa25a701b2406afb2910d54496
Author: Roland McGrath <address@hidden>
Date:   Sat Apr 6 05:26:24 2002 +0000

    .

commit e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39
Author: Roland McGrath <address@hidden>
Date:   Sat Apr 6 05:26:15 2002 +0000

    2002-04-05  Roland McGrath  <address@hidden>
    
        * vprint.c: Fix obsolete #endif syntax.

commit b557ff67883ea99165966bd1ba2781301d662e98
Author: Roland McGrath <address@hidden>
Date:   Sat Apr 6 05:26:12 2002 +0000

    2002-04-05  Roland McGrath  <address@hidden>
    
        * Makefile.am (cpu.symc): Depend on gensym.awk.
        * Makefile.in: Regenerated.
        * gensym.awk: Generate code with no unescaped newlines inside strings.

commit d83bd542138746107305c8e0c75b656dbfb9648d
Author: Roland McGrath <address@hidden>
Date:   Sat Apr 6 05:26:09 2002 +0000

    2002-04-05  Roland McGrath  <address@hidden>
    
        * Makefile.am (cpu.symc): Depend on gensym.awk.
        * Makefile.in: Regenerated.

commit 5662eafe662a0ceb3c9f9476b9a83b9ecdbc4845
Author: Roland McGrath <address@hidden>
Date:   Fri Mar 8 22:02:55 2002 +0000

    Version 1.3 released.

commit 66cbee6d59edc1ba62955bbec7cb5cfb1b715591
Author: Roland McGrath <address@hidden>
Date:   Fri Mar 8 12:33:04 2002 +0000

    improve 1.3 entry

commit 765fbc919fed2ae7fe7ae3d2c0de5211f9c18fe7
Author: Roland McGrath <address@hidden>
Date:   Fri Mar 8 12:30:11 2002 +0000

    entry for 1.3

commit 4bbe79d3ea9803ecd1f3f2574d71388b46732e9e
Author: Marcus Brinkmann <address@hidden>
Date:   Thu Mar 7 21:13:22 2002 +0000

    mig (1.3-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control: Bump standards version.
        Update description.
      * debian/README: Update description.
    
     -- Marcus Brinkmann <address@hidden>  Thu,  7 Mar 2002 21:55:43 +0100

commit c0bcb7a9a4fff3c43167a0d02cd693f3bbb66c1b
Author: Roland McGrath <address@hidden>
Date:   Thu Mar 7 06:39:02 2002 +0000

    .

commit ad072e622c8672a8b7260f8dffac68e070c44436
Author: Roland McGrath <address@hidden>
Date:   Thu Mar 7 06:38:55 2002 +0000

    2002-03-06  Roland McGrath  <address@hidden>
    
        * configure.in: Bump version to 1.3.
        * configure, Makefile.in, aclocal.m4: Regenerated.

commit 7e404ca2fe4a7bc7bc91c8cf8b2cd81035b9348f
Author: Roland McGrath <address@hidden>
Date:   Mon Dec 31 23:41:56 2001 +0000

    .

commit 03ec049278a5d14754619eb51ee47744fbf15dd9
Author: Roland McGrath <address@hidden>
Date:   Mon Dec 31 23:41:46 2001 +0000

    2001-12-31  Roland McGrath  <address@hidden>
    
        * lexxer.l: Grok "retcode" IPC flag as a no-op, for compatibility
        with OSF Mach mig syntax.
        * lexxer.c: Regenerated.

commit 6940fb91859e46b2e96a331a029f2dc2a0ee51c9
Author: Roland McGrath <address@hidden>
Date:   Mon Dec 31 23:41:42 2001 +0000

    2001-12-28  Roland McGrath  <address@hidden>
    
        * mig.in (default_cpp): Add -ansi to avoid -Di386=1 and the like.

commit 12e347213d99340f4a578e8a09084f5488493eb5
Author: Roland McGrath <address@hidden>
Date:   Sat Dec 29 03:40:47 2001 +0000

    .

commit 4a05ba9ba0dc3133622d7ca1cf786c9493b7dc49
Author: Roland McGrath <address@hidden>
Date:   Sat Dec 29 03:40:43 2001 +0000

    2001-12-28  Roland McGrath  <address@hidden>
    
        * mig.in (default_cpp): Put -undef here.
        (cppflags): Not here.

commit f7bd2e674cb3e6e4c15c07fe0f6ebf94a34cb9fd
Author: Roland McGrath <address@hidden>
Date:   Wed Oct 3 21:03:41 2001 +0000

    .

commit 78b6a7665db7b2eae367e17102821cbdca231d19
Author: Roland McGrath <address@hidden>
Date:   Wed Oct 3 21:03:35 2001 +0000

    2001-10-03  Roland McGrath  <address@hidden>
    
        * mig.in (cppflags): Start with -undef.

commit 171c0fe2ebe8ee19cc380c865a56511cd05a5386
Author: Marcus Brinkmann <address@hidden>
Date:   Fri Jun 22 19:58:57 2001 +0000

    New file containing the announcement that was sent by me to
    address@hidden, address@hidden and address@hidden

commit 427da310659a07c1f4d4c483903a5cff498875fe
Author: Marcus Brinkmann <address@hidden>
Date:   Sat Jun 9 20:43:27 2001 +0000

    Note: I regenerated configure and aclocal.m4 as well, because `make dist'
    would do it anyway and I want the distribution to match the CVS version.
    
    2001-06-09  Marcus Brinkmann  <address@hidden>
    
        * Makefile.am (debian_files): New variable.
        (EXTRA_DIST): Add files in $(debian_files), prefixed with debian/.
        * configure, Makefile.in, aclocal.m4: Regenerated.

commit 84861ca1f091f04ce3d1da98af779a856f8bd85b
Author: Marcus Brinkmann <address@hidden>
Date:   Fri Jun 8 16:51:04 2001 +0000

    2001-06-08  Marcus Brinkmann  <address@hidden>
    
        * debian/rules: Fix directory permissions, set architecture relevant
        variables to default values, include section and priority in package,
        strip migcom down even further, as suggested by Lintian.
        * debian/changelog:  Bump version to 1.2-1.

commit 0abf3ea15eaea918abe968661e504ccfb939787d
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:56:21 2001 +0000

    .

commit 5b63d53d603983a10c61288b4ac5c07280c7e180
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:55:54 2001 +0000

    2001-06-07  Roland McGrath  <address@hidden>
    
        * statement.h: Fix obsolete #else/#endif syntax.
        * lexxer.l: Likewise.
        * lexxer.c: Regenerated.

commit 3a1034175975e9c744eeaab94cccf864266a502b
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:49:44 2001 +0000

    2001-06-07  Roland McGrath  <address@hidden>
    
        * configure.in: Bump version to 1.2.
        * configure, Makefile.in: Regenerated.
        * NEWS: Updated for changes since 1.1 release.

commit 4d90940c0c5749cd9ceda0917a30e1f437b07876
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:49:31 2001 +0000

    .

commit 2405ef9a4e44e7423f9c3debfec2a5d9b06c15ff
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:49:17 2001 +0000

    2001-06-07  Roland McGrath  <address@hidden>
    
        * header.c (WriteRoutineList): New function.
        * write.h: Declare it.
        * migcom.c (RoutineListFileName): New variable.
        (parseArgs): New option -list to set it.
        (main): If set, write the named output file with WriteRoutineList.
        * mig.in: Grok -list and put it in the usage message.
        * global.c (DefaultFiles): New variable, boolean initialized to true.
        (more_global): Leave null file name variables alone if it's false.
        * global.h (DefaultFiles): Declare it.
        * migcom.c (parseArgs): New option -n clears it.
        * mig.in: Grok -n (pass it through) and put it in the usage message.

commit 1a10fa88882c793dd77cb11a2c70760a970ffbec
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:49:10 2001 +0000

    2001-06-07  Roland McGrath  <address@hidden>
    
        * global.c (DefaultFiles): New variable, boolean initialized to true.
        (more_global): Leave null file name variables alone if it's false.
        * global.h (DefaultFiles): Declare it.
        * migcom.c (parseArgs): New option -n clears it.
        * mig.in: Grok -n (pass it through) and put it in the usage message.

commit 7ac5b7901a929f676620f8e0816047478f9a5b25
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:49:05 2001 +0000

    2001-06-07  Roland McGrath  <address@hidden>
    
        * header.c (WriteRoutineList): New function.
        * write.h: Declare it.
        * migcom.c (RoutineListFileName): New variable.
        (parseArgs): New option -list to set it.
        (main): If set, write the named output file with WriteRoutineList.
        * mig.in: Grok -list and put it in the usage message.

commit 47ffdd7cb4fc9cf9908957023f9c7388e65bc552
Author: Roland McGrath <address@hidden>
Date:   Fri Jun 8 00:48:59 2001 +0000

    2001-06-07  Roland McGrath  <address@hidden>
    
        * statement.h: Fix obsolete #else/#endif syntax.
        * lexxer.l: Likewise.

commit 74965d6d94924353bc3d9ba8b0b0cfe65dd92701
Author: Marcus Brinkmann <address@hidden>
Date:   Tue Jul 4 20:17:24 2000 +0000

    2000-07-04  Marcus Brinkmann  <address@hidden>
    
        * debian: New directory for Debian packaging stuff.
        * debian/README.Debian: New file.
        * debian/changelog: Likewise.
        * debian/control: Likewise.
        * debian/rules: Likewise.
        * debian/copyright: Likewise.

commit 4c48b0608be39aad15e45158bf30acf035f054b4
Author: Roland McGrath <address@hidden>
Date:   Mon Oct 11 08:44:57 1999 +0000

    .

commit c72c2dab1f2150abb52e61f5ce585db1d9d5aba5
Author: Roland McGrath <address@hidden>
Date:   Mon Oct 11 08:44:52 1999 +0000

    1999-10-11  Roland McGrath  <address@hidden>
    
        * user.c (WriteIncludes): Fix missing newline in last change.
        * server.c (WriteIncludes): Likewise.

commit 881a33c22d2a42d1372f4097b61791d56b3c9558
Author: Roland McGrath <address@hidden>
Date:   Sat Oct 9 02:05:43 1999 +0000

    .

commit 9711ee5c1f6949affbb66994d2c5443ad9394e70
Author: Roland McGrath <address@hidden>
Date:   Sat Oct 9 02:05:37 1999 +0000

    1999-10-08  Roland McGrath  <address@hidden>
    
        * server.c (WriteIncludes): Write:
                #ifndef _GNU_SOURCE
                #define _GNU_SOURCE 1
                #endif
        into the output before all else.  This is required for building
        stubs with GNU libc's built-in Mach/MiG support code.
        * user.c (WriteIncludes): Likewise.

commit 3485a16e54e689ff0e7f3d6b26e44bad76c547c5
Author: Thomas Bushnell <address@hidden>
Date:   Tue Jun 22 20:05:07 1999 +0000

    1999-06-22  Thomas Bushnell, BSG  <address@hidden>
    
        * configure, Makefile.in, aclocal.m4: Regenerated.

commit a194183d5bb914b8ed3acac410ad508cefc1d92e
Author: Thomas Bushnell <address@hidden>
Date:   Tue Jun 22 20:03:42 1999 +0000

    Add files missing from CVS archive.

commit 936a7c2f7618d10e298842ea8e2e104c22814dc5
Author: Thomas Bushnell <address@hidden>
Date:   Tue Jun 22 19:51:16 1999 +0000

    Add source files in release that are missing in the CVS archive.
    
    1999-06-22  Thomas Bushnell, BSG  <address@hidden>
    
        * configure.in: Bump version to 1.1.  First official net release.

commit 90d29da4f16fc20f2266e65b747c6dd7a2308661
Author: Roland McGrath <address@hidden>
Date:   Sun May 23 23:32:35 1999 +0000

    oy

commit 203451091a43f4298080c5e40101cebc229fd18b
Author: Roland McGrath <address@hidden>
Date:   Sun May 23 20:31:15 1999 +0000

    .

commit 2aacdfb72c5b69d6758df6ae5887d18c3d4b2fd4
Author: Roland McGrath <address@hidden>
Date:   Sun May 23 20:31:12 1999 +0000

    1999-05-23  Roland McGrath  <address@hidden>
    
        * mig.in: Grok --help.
    1999-05-22  Roland McGrath  <address@hidden>
    
        * configure.in: Add AC_PROG_CPP.
        * mig.in (CC): Set this before default_cpp, which might use its value.

commit bc9e7f56d74046edbac0595e4257d5ea64330456
Author: Roland McGrath <address@hidden>
Date:   Sun May 23 20:31:09 1999 +0000

    1999-05-23  Roland McGrath  <address@hidden>
    
        * configure.in: Bump version to 1.0.2.
    1999-05-22  Roland McGrath  <address@hidden>
    
        * configure.in: Add AC_PROG_CPP.
        * mig.in (CC): Set this before default_cpp, which might use its value.

commit 6852d011165c7fbd1f9e547586600803f8a00635
Author: Roland McGrath <address@hidden>
Date:   Wed Apr 14 18:00:34 1999 +0000

    .

commit 1df0735128eaa4d43ee3ea0b488e87b380bcf74a
Author: Roland McGrath <address@hidden>
Date:   Wed Apr 14 18:00:04 1999 +0000

    1999-04-14  Roland McGrath  <address@hidden>
    
        * mig.in (default_cpp, default_cc): New variables, @ expansions here.
        (CC): Make sure it's defined, in case ${CPP} refers to ${CC}.
        (cpp): Use ${default_cpp} instead of the literal multiword contents.

commit bb2d6ee8495bd65b92fdb5d0dcc20c5919dfb895
Author: Roland McGrath <address@hidden>
Date:   Sat Mar 20 22:03:27 1999 +0000

    .

commit 040f5747150a2e972aea90ac084991e8e512b9af
Author: Roland McGrath <address@hidden>
Date:   Sat Mar 20 22:03:03 1999 +0000

    1999-03-20  Roland McGrath  <address@hidden>
    
        * mig.in (PACKAGE, VERSION): New variables, substituted by configure.
        Grok --version.

commit dfcf532bcec08c113c3c24b57fc48f673407665a
Author: Roland McGrath <address@hidden>
Date:   Fri Dec 4 08:07:22 1998 +0000

    1.0.1 release

commit e09fe72535fd07d0a89a7b3e938052fccf500b9d
Author: Roland McGrath <address@hidden>
Date:   Fri Dec 4 08:05:48 1998 +0000

    add news for 1.0.1

commit 642fb1fa7095bd6d9e5af700a36d89d97b742cf7
Author: Roland McGrath <address@hidden>
Date:   Fri Dec 4 08:03:09 1998 +0000

    prep.ai.mit.edu -> gnu.org

commit e623a17f178fa4c2628a9d4fbef3f398b04cc4db
Author: Roland McGrath <address@hidden>
Date:   Sun Sep 6 10:05:40 1998 +0000

    .

commit 81a499632a4091dc3bdaa94310783586d0717a08
Author: Roland McGrath <address@hidden>
Date:   Sun Sep 6 10:04:26 1998 +0000

    1998-09-06  Roland McGrath  <address@hidden>
    
        * mig.in (cpp): Add `-x c' to TARGET_CC command.

commit c767bd6f559d106725715c6e0c8a5b6bb687d3d1
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 06:20:24 1998 +0000

    finished nits for making distribution

commit 1ec32d28ef27f8137b5d5e93504121ade0cc4bf6
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 04:50:59 1998 +0000

    .

commit 437ffbc127e85b2daefd96e655f3aef0b26846a2
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 04:50:39 1998 +0000

    1998-07-19  Roland McGrath  <address@hidden>
    
        Moved mig out of gnumach into standalone distribution with
        vanilla autoconf/automake build arrangement.
        * configure.in, Makefile.am: New files.
        * mig.in (prefix, exec_prefix, libexecdir): New vars set by configure.
        (migcom): Find migcom in ${libexecdir}, and use @MIGCOM@ for its name.
        (cpp): Use @TARGET_CC@ -E instead of @address@hidden

commit f71f362f7891bcc981dd6e48d7137c51119238bf
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 04:50:04 1998 +0000

    1998-07-19  Roland McGrath  <address@hidden>
    
        * gensym.awk: New file, copied from gnumach top-level dir.

commit 741b594313e118ff4bf0c0980ceceb66222ba291
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 00:19:01 1998 +0000

    1998-07-18  Roland McGrath  <address@hidden>
    
        * lexxer.c, parser.c: Regenerated in srcdir so #line refs are good.

commit b2f4f81c0af08e3599965bad9d7854c9ef09dc94
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 00:18:18 1998 +0000

    1998-07-18  Roland McGrath  <address@hidden>
    
        * migcom.c (main): Fix return type to int (not void), and use return.

commit 09b423d3bf0f60abb65fd04d0b808de9f2f1feee
Author: Roland McGrath <address@hidden>
Date:   Sun Jul 19 00:17:23 1998 +0000

    mig.sh renamed to mig.in

commit 9a2c475a7b67c27fc068bb1c59a349d79b5247ef
Author: Roland McGrath <address@hidden>
Date:   Sat Jul 18 23:59:27 1998 +0000

    Merge from vendor branch FSF:
    Created new module from gnumach/mig at tag before-mig-move

commit 4a054f99fb6fabb708d0cc7960c824641f5d7b24
Author: Roland McGrath <address@hidden>
Date:   Sat Jul 18 23:59:27 1998 +0000

    Created new module from gnumach/mig at tag before-mig-move

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


hooks/post-receive
--
MIG




reply via email to

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