| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | | |
* parser.y (yyerror): Use a format string instead of directly passing
the argument to error.
|
| |/
|/|
| |
| | |
* mig.in: Compute a relative path from the mig to migcom.
|
|/ |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* .gitignore: New file.
|
|
|
|
|
| |
* user.c (WriteCheckIdentity): Prepend `\t' before calling
WriteMsgError.
|
|
|
|
|
| |
* user.c (WriteIncludes): Include <kern/ipc_mig.h> when building kernel
user.
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
* utils.c (do_skip_vfprintf): New macro.
(WriteCopyType, WritePackMsgType): Use that, so we do va_start and
va_end independently around each SkipVFPrintf call.
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* INSTALL, config.guess, config.sub, missing, mkinstalldirs,
install-sh: Update files from autoconf/automake.
|
| |
|
|
|
|
| |
* depcomp, Makefile.in, aclocal.m4, configure: Update generated files.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|