1998-08-24  Tristan Gingold  <gingold@gnu.org>

	* gen-stubs.c (get_token): new function.
	new otions: compiler=, cflag=.

	* stubs-gxx2.cc: new file.

	* stubs.cf: library gcc2 updated.

	* libraries.h: gcc2 depends on HAVE_GXX.

	* stubs-netdb.c: #undef lines removed.

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

	* stubs.cf: add gcc2.

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

	* stubs-stdlib.c (chkr_stub_system): system(NULL) is legal.

	* stubs-signal.c (chkr_stub_sigaction): oldact can now be read.

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

	* check-printf.c (check_printf_format): Warns if NULL argument for
	%s format.

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

	* stubs-sys_wait.c (chkr_stub_wait4m, chkr_stub_wait3): added.

	* stubs-ncurses.c : updated.

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

	* gen-stubs.c (read_list): add 'library' feature.

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

	* libraries.h: new file, for adding stubs.

	* stubs.cf: new format for the new gen-stubs.

	* stubs-checker_api.c: #include <checker.h> removed.

	* gen-stubs.c : rewritten.

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

	* stubs-sys_sem.c (chkr_stub_semctl): use stdarg.

	* stubs-nlist.c (chkr_stub_nlist): new file.

	* stubs.cf: nlist added.

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

	* stubs-stdio.c (chkr_stub_fgetpos, chkr_stub_fsetpos): added.

	* stubs-stdlib.c (chkr_stub_bsearch): use stub_chkr_assert_not_red_zone
	(typo fixed).

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

	* stubs-stdio.c: change names `chkr_xxx' to `chkr_stub_xxx'.

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

	* stubs-stdio.c (chkr_gets): Now usable.

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

	* stubs-unistd.c (chkr_stub_read, chkr_stub_write): use ssize_t.

	* stubs.cf: checker_api.c has only one stubs.

	* stubs-checker_api.c: all stubs are now available, but in one object
	file.

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

	* stubs-stdio.c (chkr_sscanf): unused len local variable removed.

	* stubs-sys_timeb.c (chkr_stub_ftime): use stub_chkr_*.

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

	* stubs-unistd.c (chkr_stub_basename): added, but not enabled.

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

	* stubs.cf: remove duplicated entries of ctermid.

	* stubs-time.c, stubs.cf:  ctime_r, asctime_r, gmtime_r, localtime_r
 	added.

	* stubs-stdio.c, stubs.cf: tmpnam_r added.

	* stubs-errno.c, stubs.cf:  ___errno added.

	* stubs.cf: ___errno, tmpnam_r, ctime_r, asctime_r,
	gmtime_r, localtime_r added.

	* stubs-stdio.c (chkr_ctermid): ctermid added.

	* stubs.cf: ctermid added.

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

	* stubs-netdb.c (stubs_chkr_set_right_hostent): use h_addr_len for
	addr_list, and set the final NULL.

	* stubs-stdlib.c (chkr_stub_bsearch): Fix the check of incoming array.
	(chkr_stub_lldiv): added
	(chkr_stub_ldiv, chjr_stub_div): set the rights of the return arg.
	(chkr_stub_bsearch): check for no red zone.

	* stubs-stdio.c (chkr_tmpnam): Check the incoming args as an array.

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

	* stubs-unistd.c: Add cuserid, use a macro for llseek type.

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

	* stubs.cf: curses added.

	* gen-stubs.c (disp_list): be a little bit more coherent with the
	error format.

	* stubs.cf: Added entries for curses.c.

	* stubs-sys_socket.c (chkr_stub_getpeername): typo fixed.

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

	* stubs.cf: add sys_sem.c and its functions.

	* stubs-sys_sem.c: new file.

	* stubs-sys_shm.c (chkr_stub_shmat): use chkr_new_segshm instead of
	new_segshm.

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

	* check-printf.c (check_printf_format): return the number of bytes that
	would be written when TYPE_PRINTF.

	* stubs-stdio.c: now check the dest array for sprintf and vsprintf.

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

	* stubs-time.c (chkr_stub_tzset): define tzname[2] needed by sunos.

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

	* stubs-checker_api.h: new file.
	
	* stubs-history.c, stubs-readline.c: new files, from ben Pfaff.

	* stubs.cf: readline and history, from Ben Pfaff, 
	pfaffben@pilot.msu.edu

	* mk-stubs.c: avoid the 'void' bug.  Thanks to Ben.
	
1998-04-05  Tristan Gingold  <gingold@gnu.org>

	* gen-stubs.c (disp_list): add a few warnings
	always needed functions added.

	* stubs.cf: Add sys_shm.c

	* stubs-sys_shm.c (chkr_stub_shmctl): make it alive.
