aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix format string build failure with _FORTIFY_SOURCE=2Guillem Jover2012-07-011-1/+1
| | | | | | | | | | | | | | | * parser.y (yyerror): Use a format string instead of directly passing the argument to error.
* | | Make the installation tree relocatable.Thomas Schwinge2012-03-192-2/+10
| |/ |/| | | | | * mig.in: Compute a relative path from the mig to migcom.
* | * .gitignore: Tighten some rules.Thomas Schwinge2011-09-071-14/+17
|/
* Add silent rules support if available and disable it by defaultGuillem Jover2011-08-302-3/+10
| | | | | | | | | * configure.ac (AM_SILENT_RULES): Add silent rules support if available, and disable it by default. * Makefile.am (AWK_V, AWK_V_, AWK_V_0): New variables. (.sym.symc): Use AWK_V in front of AWK. (.symc.symo): Use AM_V_CC in front of TARGET_CC. (.symo.h): Use AM_V_GEN in front of sed.
* Add a .gitignore fileGuillem Jover2011-08-301-0/+17
| | | | * .gitignore: New file.
* Fix indentationSamuel Thibault2010-01-041-1/+1
| | | | | * user.c (WriteCheckIdentity): Prepend `\t' before calling WriteMsgError.
* Fix warning during mach compilationSamuel Thibault2009-10-251-0/+2
| | | | | * user.c (WriteIncludes): Include <kern/ipc_mig.h> when building kernel user.
* Switch to the new ChangeLog style.Thomas Schwinge2009-07-111-491/+4
| | | | * ChangeLog: Wipe out content, and add instructions about how to get it back.
* 2008-05-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-05-282-0/+8
| | | | | [bug #23417: Building with -g3] * lexxer.l (^\#define[ \t]): Ignore until EOL.
* 2007-06-02 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-06-026-34/+9
| | | | | | | | | * 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.
* 2007-04-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-04-032-2/+6
| | | | * mig.in (--help): Document the ``-i'' option better.
* 2007-03-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-03-042-2/+4
| | | | * COPYING: Update the FSF's postal address.
* 2007-03-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-03-0413-18490/+16
| | | | | | | | | | | | | | | | 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.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-043-13/+15
| | | | | * Makefile.in: Regenerate. * configure: Likewise.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-042-0/+3
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-045-29/+57
| | | | | | | | | * 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.
* 2006-12-03 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>Thomas Schwinge2006-12-036-48/+17
| | | | | | | | | | | | [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.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-304-1940/+2983
| | | | | | * configure: Regenerate. * lexxer.c: Likewise. * parser.c: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-3010-7/+50
| | | | | | | | | | | | | | | | | 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.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-292-1/+6
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option.
* Revert the following change:Thomas Schwinge2006-11-292-5/+0
| | | | | | | | #v+ 2006-11-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables. #v-
* Savannah tag.Thomas Schwinge2006-11-291-0/+1
|
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-293-2004/+3585
| | | | | * Makefile.in: File updated by `autoreconf'. * configure: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-293-582/+654
| | | | | * INSTALL: File updated by `autoreconf'. * aclocal.m4: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-297-0/+4793
| | | | | | | | | * 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.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-292-13/+11
| | | | * mig.in: Adopt to the Autoconf update.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-293-62/+52
| | | | | * configure.in: Move to... * configure.ac: ... here and overhaul a bit.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-292-0/+5
| | | | * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-297-4231/+7
| | | | | | | | | * config.guess: Remove file. * config.sub: Likewise. * depcomp: Likewise. * install-sh: Likewise. * missing: Likewise. * mkinstalldirs: : Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-297-259/+11
| | | | | | | | | | * 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.
* Savannah tags.Thomas Schwinge2006-07-291-0/+2
|
* 2006-07-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>Thomas Schwinge2006-07-283-7/+23
| | | | | | * migcom.c (myfclose): New function. (main): Use myfclose instead of fclose. * user.c (WriteUserIndividual): Check for errors when closing file.
* 2006-01-26 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-01-263-399/+620
| | | | | * config.guess: Updated from the canonical source. * config.sub: Likewise.
* 2005-05-27 Thomas Schwinge <schwinge@nic-nac-project.de>Alfred M. Szmidt2005-06-062-5/+37
| | | | | | * 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.
* 2005-04-09 Thomas Schwinge <schwinge@nic-nac-project.de>Alfred M. Szmidt2005-05-022-1/+5
| | | | * mig.in: Handle the preprocessor option '-isystem ...' correctly.
* .Roland McGrath2004-03-181-0/+6
|
* 2004-03-18 Roland McGrath <roland@frob.com>Roland McGrath2004-03-181-17/+15
| | | | | | * utils.c (do_skip_vfprintf): New macro. (WriteCopyType, WritePackMsgType): Use that, so we do va_start and va_end independently around each SkipVFPrintf call.
* .Roland McGrath2004-02-111-0/+6
|
* 2004-02-10 Roland McGrath <roland@frob.com>Roland McGrath2004-02-113-12/+18
| | | | | | | | * 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.
* .Roland McGrath2004-02-111-0/+5
|
* 2004-02-10 Roland McGrath <roland@frob.com>Roland McGrath2004-02-116-546/+1775
| | | | | * INSTALL, config.guess, config.sub, missing, mkinstalldirs, install-sh: Update files from autoconf/automake.
* .Roland McGrath2004-02-011-0/+4
|
* 2004-02-01 Roland McGrath <roland@frob.com>Roland McGrath2004-02-014-1640/+5834
| | | | * depcomp, Makefile.in, aclocal.m4, configure: Update generated files.
* 2002-08-29 Jeff Bailey <jbailey@gnu.org>Jeff Bailey2002-08-304-3/+20
| | | | | | | * configure.in: Bump version to 1.3.1 * configure: Regenerated. * NEWS: Updated for 1.3.1 release.
* * debian/control: Add Build-Depends.Marcus Brinkmann2002-08-062-0/+4
|
* * debian/control: Add Uploaders.Marcus Brinkmann2002-08-042-0/+8
|
* 2002-07-31 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-042-2/+6
| | | | | * routine.c (rtFindSize): Always add sizeof_mach_msg_type_t to SIZE for args not in long form, irregardless of the itSize.
* .Roland McGrath2002-05-251-0/+7
|
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-252-18/+35
| | | | | | | * 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.
* .Roland McGrath2002-04-061-0/+9
|