1995-04-14 vinsci@nic.funet.fi (Leonard Norrgard)
	* Makefile.in: Never use include files from the standard include dir; added
	-nostdinc to C_FLAGS.
	* static/: New dir, files from Fred Fish distribution of ixemul 40.4, includes
	the regexp library written by Henry Spencer.
	* configure.in: Add static/Makefile to files to make.

1995-04-09 vinsci@nic.funet.fi (Leonard Norrgard)
	* library/Makefile.in: Once is enough for exit.o in OBJS.

1995-04-07 vinsci@nic.funet.fi (Leonard Norrgard)
	* library/ix_open.c: Before installing traphandler for our process,
	give external debugger a chance.

1995-04-02 vinsci@nic.funet.fi (Leonard Norrgard)

	* (library/__amiga_filehandle.c) Fixed typo in comment.
	* (library/__close.c) Removed "#undef DEBUG".
	* (library/__load_seg.c) Removed Amigados 1.3 support.  Remove
	warnings.
	* (library/__mclose.c) Removed "#undef DEBUG".
	* (library/__open.c) Removed 1.3 support.  Removed warnings.
	* (library/__pipe.c) Removed 1.3 support.
	* (library/__plock.c) Removed 1.3 support and "#undef DEBUG".
	* (library/__unlock.c) Removed 1.3 support.
	* (library/__write.c) Removed "#undef DEBUG".
	* (library/_cli_parse.c) Removed 1.3 support.
	* (library/_main.c) Removed 1.3 support.  Fixed comment typos.
	* (library/_wb_parse.c) Removed warnings.
	* (library/buddy-alloc.c) Removed "#undef DEBUG".
	* (library/chdir.c) Removed 1.3 support.
	* (library/convert_dir.c) Removed "#undef DEBUG".
	* (library/createport.c) Removed warnings.
	* (library/ix_close.c) Removed "/* #undef DEBUG */".
	* (library/ix_startup.c) reset_fpu(): new function. ix_startup(): call reset_fpu().
	Use u.p_xstat to store exit code.
	* (library/ix_init.c) Removed warnings. Removed 1.3 support. Added check for
	at least dos.library 36, otherwise panic.  Don't allocate more than NOFILE file
	descriptors (was 10*NOFILE, freed only NOFILE descriptors). Removed "/* undef
	DEBUG */". New function: compatible_hardware() -- ix_init.c MUST now be compiled
	with -m68000.
	* (library/Makefile.in)ix_init.c: New rule. Define symbols -DCPU$(CPU) -DFPU$(FPU)
	when compiling ix_init.c (which is always compiled with -m68000).
	These are needed to find out what targets the rest of the source files are
	compiled for and are tested against the actual hardware run on.  Changed default
	for ix_ignore_global_env to 0.
	* (library/ix_open.c): Removed "/* #undef DEBUG */".  Removed 1.3 support.
	* (library/ix_panic.c): Fixed comment typos.
	* (library/ix_timer.c): Removed 1.3 support.
	* library/ixemul.h (struct ixemul_base): Replaced ix_arp_base* by placeholder.
	* library/kern_sig.c: Add support for stopped processes and ptrace().
	stopped_process_handler(): new function.
	* library/machdep.c (sig_exit): Don't or with 0x80, use sys/wait.h:W_EXITCODE.
	* library/ptrace.c: Replaced stub by real implementation of ptrace().
	* library/trap.s: Support for stopping processes.
	* library/vfork.c: Removed 1.3 support. Use exit status in p_xstat. Handle
	traced child processes (processes under debugger control).
	* library/syscall.def: Syscalls 447-450 revoked and redirected to stub
	function calling ix_panic telling user to recompile his program.  This had to
	be done because someone had created another version of the library that wasn't
	compatible with the 39.48 version with networking, yet it had a higher version
	number.
	* library/__must_recompile.c: New file.  __must_recompile(): new function.
	* gen_library/getwd.c: Removed 1.3 support.
	* stdlib/system.c: Removed 1.3 support.
	* stdlib/ssystem.c: Removed 1.3 support.
	* stdlib/execve.c: Removed 1.3 support.


1994 vinsci@nic.funet.fi (Leonard Norrgard)

	* (library/Makefile): added socket.c, changed CCFLAGS to not
	  use default includes, use only includes from /gcc/ixemul/include
	  and /gcc/os-includes.
	* (syscall.def): recreated with socket functions, moved it to
	  ixemul/include/sys/syscall.def
	* (ixemul/stdio_2/glue.h): moved to ixemul/include/sys/ixemul/glue.h