This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Mail test from non-cygnus server
- To: egcs-patches at egcs dot cygnus dot com
- Subject: Mail test from non-cygnus server
- From: Bruce Korb <autogen at orion dot linuxbox dot com>
- Date: Thu, 1 Jul 1999 14:00:44 -0400 (EDT)
Hi,
I made two postings today that have not appeared.
One of them was about the new no_bogosity branch for fixinc.
* fixinc/Makefile.in: Made provision for several new files and
two new executables - fixfixes and fixtests
* fixinc/fixtests.c: C routines for apply/don't apply fix tests
* fixinc/fixfixes.c: C routines for fixing headers
* fixinc/fixlib.c: Support routines used by all three executables
* fixinc/fixlib.h: Header file for fixtests, fixfixes and fixlib
* fixinc/README: Programmer information on inclhack.def usage
* fixinc/fixincl.c: Revamped to use the above routines. Define
HAVE_MMAP and NO_BOGOSITY for maximal efficiency (temporary)
* fixinc/fixincl.sh: generated
* fixinc/fixincl.tpl: Added provisioins for replacement text fixes
and C subroutine tests and fixes.
* fixinc/hackshell.tpl: Ditto.
* fixinc/fixincl.x: generated
* fixinc/inclhack.def: Changed shell scripts that delete their
output or create static replacements into replacement fixes.
I also realphabatized the entries.
(no_double_slash): Use the new C routines for need testing and
applying the fix
* fixinc/inclhack.sh: generated
* fixinc/inclhack.tpl: Added shell variables for the two new exes.
* fixinc/mkfixinc.sh: Removed pointless entry for "mips-dec-bsd*"
* fixinc/server.c: "bool" has become "t_bool" to reduce conflicts
* fixinc/server.h: "bool" has become "t_bool" to reduce conflicts