+Thu Nov 5 00:19:51 1992 John Gilmore (gnu@cygnus.com)
+
+ * README: Add remote-es1800.c and remote-st2000.c to table.
+ * go32-nat.c: Remove, there is no native go32 support.
+ * go32-xdep.c: Remove unused fork, fvork, wait, execlp, kill_inferior.
+
Wed Nov 4 15:27:31 1992 Stu Grossman (grossman at cygnus.com)
* inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): Add
remapped to xmalloc/xrealloc, use only malloc/realloc in grammer
file. Remove preprocessor defines that previously did remapping.
+Fri Oct 30 00:58:18 1992 John Gilmore (gnu@cygnus.com)
+
+ * infcmd.c (run_command): Avoid long calls to printf_filtered.
+ Bug fix courtesy of Alexander Klaiber.
+
Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
hp300 native support (hp300hpux untested).
exit(1);
}
-fork(){uerror("attempt to call fork()");}
-vfork(){uerror("attempt to call vfork()");}
-wait(){uerror("attempt to call wait()");}
-execlp(){uerror("attempt to call execlp()");}
-kill_inferior(){uerror("attempt to call kill_inferior()");}
re_comp(){uerror("attempt to call re_comp()");}
re_exec(){uerror("attempt to call re_exec()");}