Commit Graph

6 Commits

Author SHA1 Message Date
Fergus Henderson
bc8e2d6235 Remove ext_stdio.h, since it wasn't being used.
runtime/{Mmake, ext_stdio.h}
	Remove ext_stdio.h, since it wasn't being used.

runtime/memory.c:
	Remove declarations of popen() and pclose(), since they are not
	used.

runtime/conf.h.in:
	Remove #define for HAVE_CWD_DECL, since we don't use cwd().
1995-07-26 15:02:59 +00:00
Zoltan Somogyi
19bcfcbab4 Now memory diagnostics are printed on stderr.
memory.c:
	Now memory diagnostics are printed on stderr.

wrapper.mod, memory.c:
	Convert whens to cases and ors to else ifs.

other files:
	copyright notices.
1995-05-29 02:04:10 +00:00
Fergus Henderson
3fc5389b53 Add copyright notices.
runtime/*:
	Add copyright notices.
1995-03-30 21:57:11 +00:00
Fergus Henderson
47d2dd97d5 Don't include the default definition of main/2 in the library.
Cakefile:
	Don't include the default definition of main/2 in the library.

ext_stdlib.h:
	Remove most of the stuff here, since it was causing problems
	compiling on Irix.

ext_signal.h:
	Remove definition of MINSIGSTKSZ.

io.mod:
	Line numbers start from 1, not 0.

io.mod, wrapper.mod, wrapper.h:
	Implement io__{set,get}_exit_status.

prof.h:
	Add declaration of prof_current_proc.
1995-03-04 14:35:52 +00:00
Fergus Henderson
61ea64d3e8 Fix various compiler warnings and portability problems. 1994-08-17 02:12:59 +00:00
Zoltan Somogyi
ae2f9f7d27 new header files to replace the unaccessible parts of system header files 1994-08-16 04:27:45 +00:00