Age | Commit message (Collapse) | Author |
|
* routine.c (rtFindSize): Always add sizeof_mach_msg_type_t to
SIZE for args not in long form, irregardless of the itSize.
|
|
|
|
* 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.
|
|
|
|
* vprint.c: Fix obsolete #endif syntax.
|
|
* Makefile.am (cpu.symc): Depend on gensym.awk.
* Makefile.in: Regenerated.
* gensym.awk: Generate code with no unescaped newlines inside strings.
|
|
* Makefile.am (cpu.symc): Depend on gensym.awk.
* Makefile.in: Regenerated.
|
|
|
|
|
|
|
|
* New upstream release.
* debian/control: Bump standards version.
Update description.
* debian/README: Update description.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 7 Mar 2002 21:55:43 +0100
|
|
|
|
* configure.in: Bump version to 1.3.
* configure, Makefile.in, aclocal.m4: Regenerated.
|
|
|
|
* lexxer.l: Grok "retcode" IPC flag as a no-op, for compatibility
with OSF Mach mig syntax.
* lexxer.c: Regenerated.
|
|
* mig.in (default_cpp): Add -ansi to avoid -Di386=1 and the like.
|
|
|
|
* mig.in (default_cpp): Put -undef here.
(cppflags): Not here.
|
|
|
|
* mig.in (cppflags): Start with -undef.
|
|
info-gnu@gnu.org, bug-hurd@gnu.org and help-hurd@gnu.org.
|
|
would do it anyway and I want the distribution to match the CVS version.
2001-06-09 Marcus Brinkmann <marcus@gnu.org>
* Makefile.am (debian_files): New variable.
(EXTRA_DIST): Add files in $(debian_files), prefixed with debian/.
* configure, Makefile.in, aclocal.m4: Regenerated.
|
|
* 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.
|
|
|
|
* statement.h: Fix obsolete #else/#endif syntax.
* lexxer.l: Likewise.
* lexxer.c: Regenerated.
|
|
* configure.in: Bump version to 1.2.
* configure, Makefile.in: Regenerated.
* NEWS: Updated for changes since 1.1 release.
|
|
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* statement.h: Fix obsolete #else/#endif syntax.
* lexxer.l: Likewise.
|
|
* debian: New directory for Debian packaging stuff.
* debian/README.Debian: New file.
* debian/changelog: Likewise.
* debian/control: Likewise.
* debian/rules: Likewise.
* debian/copyright: Likewise.
|
|
|
|
* user.c (WriteIncludes): Fix missing newline in last change.
* server.c (WriteIncludes): Likewise.
|
|
|
|
* 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.
|
|
* configure, Makefile.in, aclocal.m4: Regenerated.
|
|
|
|
1999-06-22 Thomas Bushnell, BSG <tb@mit.edu>
* configure.in: Bump version to 1.1. First official net release.
|
|
|
|
|
|
* mig.in: Grok --help.
1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
* configure.in: Add AC_PROG_CPP.
* mig.in (CC): Set this before default_cpp, which might use its value.
|
|
* configure.in: Bump version to 1.0.2.
1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
* configure.in: Add AC_PROG_CPP.
* mig.in (CC): Set this before default_cpp, which might use its value.
|
|
|
|
* 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.
|
|
|
|
* mig.in (PACKAGE, VERSION): New variables, substituted by configure.
Grok --version.
|
|
|
|
|
|
|