Wed Jan 27 14:50:08 1999  Fred Fish  <fnf@be.com>

	From: Chet Ramey <chet@nike.ins.cwru.edu>:
	* execute_cmd.c (execute_simple_command): Add old_last_async_pid
	and use to save last_asynchronous_pid for printing with $! command.

1998-10-01  David Zaroski  <zaroski@firewall.ninemoons.com>

	* cross-build/amigaos-sig.h: New file, for building native amigaos
	bash in a cross environment.
	* cross-build/amigaos.cache: Ditto.
	* configure.in (SIGNAMES_H): Make dependent on specific cross build.
	(m68k-*-[[Aa]]miga[[Oo]][[Ss]]): Select cross_cache and SIGNAMES_H 
	appropriately.
	* configure: Regenerated.

1998-08-06  Fred Fish  <fnf@be.com>

	* shell.c (open_shell_script): Also call move_to_high_fd for
	BUFFERED_INPUT case, since shell may not have been started with
	any fd's open, in particular 0, 1, or 2.

1998-08-06  Fred Fish  <fnf@be.com>

	* cross-build/beos-sig.h: New file, for building native BeOS bash
	in a cross environment.
	* cross-build/x86-beos.cache: Ditto.
	* Makefile.in (mksignames): Use CC_FOR_BUILD rather than CC.
	* configure.in (SIGNAMES_H): Make dependent on specific cross build.
	(i[3456]86-*-beos*): Select cross_cache and SIGNAMES_H appropriately.
	* configure: Regenerated.

Mon Jul 20 22:10:51 1998  Fred Fish  <fnf@be.com>

	* pathnames.h (SYS_PROFILE): Set to /boot/beos/etc/profile for BeOS.

Mon Jul 20 21:39:52 1998  Fred Fish  <fnf@be.com>

	From Dominic Giampaolo (dbg@be.com):
	* sig.c (sigint_sighandler): Properly reset the sigmask when
	longjmp'ing out of a signal handler.

Tue Jul 14 08:16:53 1998  Fred Fish  <fnf@ninemoons.com>

	From Dominic Giampaolo (dbg@be.com):
	* execute_cmd.c (setup_async_signals): For BeOS, make background apps
	ignore SIGHUP so they don't get killed when you close the terminal
	from which they were launched.

Sat Apr 25 16:00:30 1998  Achim Blumensath  <blume@corona.oche.de>

	* builtin/exec.def (exec_builtin): Fixed bug with invalid
	pointer.

Sun Apr 19 17:57:00 1998  Fred Fish  <fnf@ninemoons.com>

	* _distribution: Is version 2.02
	* _patchlevel: Is patch level 0.
	* configure:  Regenerated.
	* lib/sh/Makefile.in (ARFLAGS): Add and use to create archive.

Fri Mar 27 12:22:00 1998  Fred Fish  <fnf@ninemoons.com>

	* general.c (check_dev_tty): Turn O_NONBLOCK into a zero
	to work around bug on BeOS.

Thu Mar  5 17:12:42 1998  Achim Blumensath  <blume@corona.oche.de>

	* README.BeOS: Updated for version 2.01.1.
	* _distribution: Is version 2.01
	* _patchlevel: Is patch level 1.
	* variables.c (set_lines_and_columns): Document why we can't
	use itos and change to use local auto buffer.
	(columns): New static variable.
	(lines): New static variable.
	(get_lines): New static function.
	(assign_lines): Ditto.
	(get_columns): Ditto.
	(assign_columns): Ditto.
	(initialize_dynamic_variables): Bind LINES and COLUMNS.

Sun Mar  1 23:47:48 1998  Fred Fish  <fnf@ninemoons.com>

	* configure.in (tcsetattr): For BeOS, since this function is a
	macro, force it to always appear as found.
	* configure: Regenerated.

Sat Feb 21 15:34:37 1998  Fred Fish  <fnf@ninemoons.com>

	* lib/posixheaders/memalloc.h: Only use gcc's builtin alloca if
	C_ALLOCA is not defined.  Only include <alloca.h> if C_ALLOCA is
	not defined.
	* memalloc.h: Ditto.
	* y.tab.c: Remove file that is regenerated in build dir.
	* y.tab.h: Ditto.

Tue Feb 17 08:30:11 1998  Fred Fish  <fnf@ninemoons.com>

	* _patchlevel, _distribution: Add back files that are needed to
	be able to regenerate configure script.
	* configure: Regenerate.

Fri Feb 13 02:38:21 1998  David Zaroski  <cz253@cleveland.freenet.edu>

	* support/config.guess: Add AmigaOS support

Mon Oct 20 22:16:42 1997  Fred Fish  <fnf@ninemoons.com>

	* configure.in: Preserve any cached value of ac_cv_func_alloca_works
	while forcing it to be 'yes' for BeOS.
	* configure: Regenerate.

Sat Sep 27 13:33:33 1997  Fred Fish  <fnf@ninemoons.com>

	* configure.in: Force ac_cv_func_alloca_works to be 'yes'
	if configuring on BeOS.

Tue Sep 23 20:39:17 1997  Fred Fish  <fnf@ninemoons.com>

	* ChangeLog: New file.
	* manifests/src: Add ChangeLog
	* configure.in (AC_ARFLAGS): Use GG specific macro to find ARFLAGS.
	* configure: Regenerate.
