--*- Mode: Indented-text; -*-

scsh: list of bugs and things to do.
Last update by BDC on 15 November 1994.

Too many things to mention really but...

immediate:
	architecture support (Ultrix anyone?)
	network support

syscalls:
	add bdc's networking code
	also, more posix, like the terminal stuff

fdports:
	rewrite to work with s48 0.39
	-also remove post gc vm hack 

subsystems:
	a make/build system
	a replacement for sed/awk
	TK

library:
	more generally useful code
	if perl does it, maybe we should look at it
	-dbm/ndbm
	-networking, see above
	sysV shared memory if someone wants it
	crypt
	a more winning FORMAT than the s48 one, MIT Scheme?

configuration:
	need more system specific code for stdio hacks
	magic numbers for from c headers should be generated 
		automatically with scsh script...

scheme48:
	dynamicially loadable heaps
	see also the Scheme48 TODO
	fix gc print bug on closed ports

conversion:
	sed => scsh
	awk => scsh
	perl => scsh?

