| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* ChangeLog: Wipe out content, and add instructions about how to get it back.
|
|
|
|
|
| |
[bug #23417: Building with -g3]
* lexxer.l (^\#define[ \t]): Ignore until EOL.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* mig.in (--help): Document the ``-i'' option better.
|
|
|
|
| |
* COPYING: Update the FSF's postal address.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* Makefile.in: Regenerate.
* configure: Likewise.
|
|
|
|
| |
* configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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.
|
|
|
|
|
|
| |
* configure: Regenerate.
* lexxer.c: Likewise.
* parser.c: Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option.
|
|
|
|
|
|
|
|
| |
#v+
2006-11-29 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
#v-
|
| |
|
|
|
|
|
| |
* Makefile.in: File updated by `autoreconf'.
* configure: Likewise.
|
|
|
|
|
| |
* INSTALL: File updated by `autoreconf'.
* aclocal.m4: Likewise.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* mig.in: Adopt to the Autoconf update.
|
|
|
|
|
| |
* configure.in: Move to...
* configure.ac: ... here and overhaul a bit.
|
|
|
|
| |
* Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
|
|
|
|
|
|
|
|
|
| |
* config.guess: Remove file.
* config.sub: Likewise.
* depcomp: Likewise.
* install-sh: Likewise.
* missing: Likewise.
* mkinstalldirs: : Likewise.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
* migcom.c (myfclose): New function.
(main): Use myfclose instead of fclose.
* user.c (WriteUserIndividual): Check for errors when closing file.
|
|
|
|
|
| |
* config.guess: Updated from the canonical source.
* config.sub: Likewise.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* mig.in: Handle the preprocessor option '-isystem ...' correctly.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* configure.in: Bump version to 1.3.1
* configure: Regenerated.
* NEWS: Updated for 1.3.1 release.
|
|
|
|
|
| |
* routine.c (rtFindSize): Always add sizeof_mach_msg_type_t to
SIZE for args not in long form, irregardless of the itSize.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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-06-22 Thomas Bushnell, BSG <tb@mit.edu>
* configure.in: Bump version to 1.1. First official net release.
|
| |
|