This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Mail test from non-cygnus server


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]