Commit Graph

4 Commits

Author SHA1 Message Date
shivers 90d43117bf Disgusting hackitude to work around mysterious S48 bug in C-calling system. 1999-09-08 15:20:26 +00:00
shivers 241fe9c520 Added ctermid, istty, & ttyname -- we are now 100% Posix. 1996-09-12 20:17:10 +00:00
shivers b453a05b92 Added open-control-tty. 1995-10-26 20:36:37 +00:00
shivers 7c90829350 Added a whole bunch of .h files describing the module structure of the C
files. These files mostly mediate between the C source (export) and
the corresponding C stub files (import) generated by the Scheme files
calling the C routines.

This provided much better argument type checking that before; lots of
small bugs were caught.

Also added const keywords wherever I could find a reasonable place
to improve error detection and efficiency.

Tuned up the makefile to reflect all of this structure. Its dependencies
were pretty out-of-date as it was. It could probably use further work.
1995-10-22 12:34:53 +00:00