summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-042002-07-31 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* routine.c (rtFindSize): Always add sizeof_mach_msg_type_t to SIZE for args not in long form, irregardless of the itSize.
2002-05-25.Roland McGrath
2002-05-252002-05-07 Roland McGrath <roland@frob.com>Roland McGrath
* 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.
2002-04-06.Roland McGrath
2002-04-062002-04-05 Roland McGrath <roland@frob.com>Roland McGrath
* vprint.c: Fix obsolete #endif syntax.
2002-04-062002-04-05 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile.am (cpu.symc): Depend on gensym.awk. * Makefile.in: Regenerated. * gensym.awk: Generate code with no unescaped newlines inside strings.
2002-04-062002-04-05 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile.am (cpu.symc): Depend on gensym.awk. * Makefile.in: Regenerated.
2002-03-08Version 1.3 released.Roland McGrath
2002-03-08improve 1.3 entryRoland McGrath
2002-03-08entry for 1.3Roland McGrath
2002-03-07mig (1.3-1) unstable; urgency=lowMarcus Brinkmann
* 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
2002-03-07.Roland McGrath
2002-03-072002-03-06 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Bump version to 1.3. * configure, Makefile.in, aclocal.m4: Regenerated.
2001-12-31.Roland McGrath
2001-12-312001-12-31 Roland McGrath <roland@frob.com>Roland McGrath
* lexxer.l: Grok "retcode" IPC flag as a no-op, for compatibility with OSF Mach mig syntax. * lexxer.c: Regenerated.
2001-12-312001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* mig.in (default_cpp): Add -ansi to avoid -Di386=1 and the like.
2001-12-29.Roland McGrath
2001-12-292001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* mig.in (default_cpp): Put -undef here. (cppflags): Not here.
2001-10-03.Roland McGrath
2001-10-032001-10-03 Roland McGrath <roland@frob.com>Roland McGrath
* mig.in (cppflags): Start with -undef.
2001-06-22New file containing the announcement that was sent by me toMarcus Brinkmann
info-gnu@gnu.org, bug-hurd@gnu.org and help-hurd@gnu.org.
2001-06-09Note: I regenerated configure and aclocal.m4 as well, because `make dist'Marcus Brinkmann
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.
2001-06-082001-06-08 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* 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.
2001-06-08.Roland McGrath
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* statement.h: Fix obsolete #else/#endif syntax. * lexxer.l: Likewise. * lexxer.c: Regenerated.
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Bump version to 1.2. * configure, Makefile.in: Regenerated. * NEWS: Updated for changes since 1.1 release.
2001-06-08.Roland McGrath
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* 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.
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* 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.
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* 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.
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* statement.h: Fix obsolete #else/#endif syntax. * lexxer.l: Likewise.
2000-07-042000-07-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* debian: New directory for Debian packaging stuff. * debian/README.Debian: New file. * debian/changelog: Likewise. * debian/control: Likewise. * debian/rules: Likewise. * debian/copyright: Likewise.
1999-10-11.Roland McGrath
1999-10-111999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* user.c (WriteIncludes): Fix missing newline in last change. * server.c (WriteIncludes): Likewise.
1999-10-09.Roland McGrath
1999-10-091999-10-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1999-06-221999-06-22 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* configure, Makefile.in, aclocal.m4: Regenerated.
1999-06-22Add files missing from CVS archive.Thomas Bushnell
1999-06-22Add source files in release that are missing in the CVS archive.Thomas Bushnell
1999-06-22 Thomas Bushnell, BSG <tb@mit.edu> * configure.in: Bump version to 1.1. First official net release.
1999-05-23oyRoland McGrath
1999-05-23.Roland McGrath
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1999-04-14.Roland McGrath
1999-04-141999-04-14 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1999-03-20.Roland McGrath
1999-03-201999-03-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mig.in (PACKAGE, VERSION): New variables, substituted by configure. Grok --version.
1998-12-041.0.1 releaseRoland McGrath
1998-12-04add news for 1.0.1Roland McGrath
1998-12-04prep.ai.mit.edu -> gnu.orgRoland McGrath