Wed Dec  5 19:20:06 2001  Ben Pfaff  <blp@gnu.org>

	* hm-rgccchecker: Install inc-ctype.h.

	* inc-ctype.h: New file.  See the big comment at the top for
	details.

Wed Dec  5 18:18:50 2001  Ben Pfaff  <blp@gnu.org>

	The inc-asm-byteorder.h file was causing problems for some users
	due to conflicts with netinet/in.h (see
	http://bugs.debian.org/63795).  I'm not sure whether this was
	really a problem with the implementation or just that it would
	always conflict.  At any rate I've now replaced it with an edited
	version of the actual asm-i386/byteorder.h from a recent Linux
	kernel, and I hope this fixes the problem.

Wed Dec  5 16:50:40 2001  Ben Pfaff  <blp@gnu.org>

	Older glibcs used __math.h to include the math headers, so Checker
	had a __math.h header to define __NO_MATH_INLINES.  Newer glibcs
	do not have a __math.h.  We could add a math.h too, but it is
	arguably better policy to just add -D__NO_MATH_INLINES to the GCC
	command line, and that's what I've done here by modifying
	checker.c in utils/.  I've also removed the old include file since
	it's no longer needed.

	See also the change log in utils/.
	
	* hm-rgcccchecker: (install.include) No need to install
	inc-__math.h anymore.

	* inc-__math.h: Removed.

Wed Dec  5 14:54:23 2001  Ben Pfaff  <blp@gnu.org>

	* available-stubs.h: Added `#define FUNC_SYNC_VOID 1' for
	compatibility with newer libcs.

2000-04-09  Tristan Gingold  <gingold@gnu.org>

	* hm-rgccchecker: cosmetics.

	* SubMakefile (string.o): dependancy added.

	* l-string.h: copy of linux/string.h.

	* string.h: reorganized: if -O, includes l-string.h
	Otherwise, just defines some prototypes.

	* hm-dgccchecker: comments added, string.o added.

	* string.c: Created from linux/string.h

	* stubs.list: fenv.c commented, basename, glob.c, tcflow, getpwent,
	__printf_fp added.

	* shmctl.c: Comments added, use shmctl.

	* gccchecker.symctl: shmctl added (needed by shmctl.c), __sigaddset,
	__sigdelset, __sigismember and fstat added.  Comments.

2000-03-14  Tristan Gingold  <gingold@gnu.org>

	* chkr-crti.S: Use C comments.

2000-03-14  Tristan Gingold  <gingold@gnu.org>

	* stubs.list: libpa-fe.c and gd.c commented out.  Should be added via
	configure.

1999-09-29  Tristan Gingold  <gingold@gnu.org>

	* stubs.list: mktemp added.

1999-09-24  Tristan Gingold  <gingold@gnu.org>

	* chkr-crt1.S: New file, from Ben Pfaff <blp@gnu.org>.
	Should definitely correctly initialize checker.
	* SubMakefile (chkr-crt1.o): added.
	* gcc-startup.c (endif): updated for chkr-crt1.S
	* hm-dgccchecker, hm-rgccchecker: updated for chkr-crt1.S
	* mmap.c, munmap.c shmctl.c string.h: updated for gcc 2.95
	
1999-09-12  Tristan Gingold  <gingold@gnu.org>

	* linux.c (chkr_get_history): do not forget all frames.  Bug with
	macro conditionnal.

1999-06-04  Tristan Gingold  <gingold@gnu.org>

	* hm-dgccchecker: executable.

1999-03-06  Tristan Gingold  <gingold@gnu.org>

	* stubs.list: __sigsetjmp added.

	* gccchecker.symctl: sigaction replaced by __sigaction.

1999-03-05  Tristan Gingold  <gingold@gnu.org>

	* stubs.list: mktemp removed, since not in libc.

1998-98-31  Tristan Gingold  <gingold@gnu.org>

	* stubs.list: Add '.c' extension to filenames.
	
1998-07-23  Tristan Gingold  <gingold@gnu.org>

	* hm-dgccchecker.head (TARG_STUB_CFLAGS): replces STUB_CFLAGS.

1998-07-04  Tristan Gingold  <gingold@gnu.org>

	* gcc-startup.c:  startup is void if STARTUP_IS_MAIN is not
	defined.

	* gc-gnulibc1.symctl, gccchecker.symctl: export startup.

	* hm-rgccchecker (install):  install chkr-crti.o

	* hm-dgccchecker.head (OBJS): Use chkr-crti.o, 
	define -DNEED_CHECKER_SPECS_FOR_GCC, undef -DSTARTUP_IS_MAIN,
	add stub-main.o

	* stubs.list: add checker_api.

1998-07-03  Tristan Gingold  <gingold@gnu.org>

	* stubs.list (times): added.

	* available-stubs.h (HAVE_SYS_TIMES_H): added.

1998-06-07  Tristan Gingold  <gingold@gnu.org>

	* tm-linux.h (MMAP_ADDR): NEED_MM #endif place changed.

	* stubs.list (mntent): add sys_sem.

	* hm-dgccchecker.head (TARGET_CFLAGS): now replaces ALL_CFLAGS.

	* shmctl.c: use LINUX_GLIBC1 instead of LINUX_GLIBC2

1998-04-05  Tristan Gingold  <gingold@gnu.org>

	* shmctl.c: include <asm/ipc.h>.

1998-04-04  Tristan Gingold  <gingold@gnu.org>

	* hm-rgccchecker (LINUX_SYMCTL_FILES): Added.
	
	* symctl.in: Select the input according to the configuration.

	* gc-gnulibc1.symctl, tm-gnulibc1.h: New files, for gnulibc1
 	configurations.
	

