aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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-281-0/+5
| | | | | [bug #23417: Building with -g3] * lexxer.l (^\#define[ \t]): Ignore until EOL.
* 2007-06-02 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-06-021-0/+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-031-0/+4
| | | | * mig.in (--help): Document the ``-i'' option better.
* 2007-03-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-03-041-0/+2
| | | | * COPYING: Update the FSF's postal address.
* 2007-03-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-03-041-0/+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-041-0/+3
| | | | | * Makefile.in: Regenerate. * configure: Likewise.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-041-0/+2
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-041-0/+9
| | | | | | | | | * 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-031-0/+12
| | | | | | | | | | | | [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-301-1/+5
| | | | | | * configure: Regenerate. * lexxer.c: Likewise. * parser.c: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-301-0/+15
| | | | | | | | | | | | | | | | | 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-291-0/+2
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option.
* Revert the following change:Thomas Schwinge2006-11-291-2/+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-291-0/+2
| | | | | * Makefile.in: File updated by `autoreconf'. * configure: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+2
| | | | | * INSTALL: File updated by `autoreconf'. * aclocal.m4: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+7
| | | | | | | | | * 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-291-0/+2
| | | | * mig.in: Adopt to the Autoconf update.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+3
| | | | | * configure.in: Move to... * configure.ac: ... here and overhaul a bit.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+2
| | | | * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+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-291-0/+10
| | | | | | | | | | * 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-281-0/+6
| | | | | | * 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-261-0/+5
| | | | | * config.guess: Updated from the canonical source. * config.sub: Likewise.
* 2005-05-27 Thomas Schwinge <schwinge@nic-nac-project.de>Alfred M. Szmidt2005-06-061-0/+6
| | | | | | * 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-021-0/+4
| | | | * mig.in: Handle the preprocessor option '-isystem ...' correctly.
* .Roland McGrath2004-03-181-0/+6
|
* .Roland McGrath2004-02-111-0/+6
|
* .Roland McGrath2004-02-111-0/+5
|
* .Roland McGrath2004-02-011-0/+4
|
* 2002-08-29 Jeff Bailey <jbailey@gnu.org>Jeff Bailey2002-08-301-0/+7
| | | | | | | * configure.in: Bump version to 1.3.1 * configure: Regenerated. * NEWS: Updated for 1.3.1 release.
* 2002-07-31 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-041-0/+5
| | | | | * 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
|
* .Roland McGrath2002-04-061-0/+9
|
* .Roland McGrath2002-03-071-0/+5
|
* .Roland McGrath2001-12-311-0/+8
|
* .Roland McGrath2001-12-291-0/+5
|
* .Roland McGrath2001-10-031-0/+4
|
* Note: I regenerated configure and aclocal.m4 as well, because `make dist'Marcus Brinkmann2001-06-091-0/+6
| | | | | | | | | | 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-08 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-06-081-0/+7
| | | | | | | * 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.
* .Roland McGrath2001-06-081-0/+1
|
* .Roland McGrath2001-06-081-0/+22
|
* 2000-07-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-07-041-0/+9
| | | | | | | | | * debian: New directory for Debian packaging stuff. * debian/README.Debian: New file. * debian/changelog: Likewise. * debian/control: Likewise. * debian/rules: Likewise. * debian/copyright: Likewise.
* .Roland McGrath1999-10-111-0/+5
|
* .Roland McGrath1999-10-091-2/+12
|
* Add files missing from CVS archive.Thomas Bushnell1999-06-221-0/+2
|
* Add source files in release that are missing in the CVS archive.Thomas Bushnell1999-06-221-0/+4
| | | | | | 1999-06-22 Thomas Bushnell, BSG <tb@mit.edu> * configure.in: Bump version to 1.1. First official net release.
* oyRoland McGrath1999-05-231-0/+2
|