Commit Graph

80 Commits

Author SHA1 Message Date
bdc 5d8af0d1f5 fixed install to move old scsh dir out of way 1995-11-01 02:53:57 +00:00
bdc f872a245b5 *** empty log message *** 1995-11-01 01:45:25 +00:00
bdc d6991813b7 *** empty log message *** 1995-11-01 01:21:26 +00:00
bdc eed17d276f finalized tty-consts.scm baud format 1995-11-01 01:12:42 +00:00
shivers f83504cc00 No longer export baud-rate encodings. 1995-11-01 00:19:30 +00:00
bdc fd3c209841 *** empty log message *** 1995-10-31 23:41:55 +00:00
bdc 31f91e754b nearly final 0.4.0 hax 1995-10-31 23:41:17 +00:00
bdc 3a6b33db27 *** empty log message *** 1995-10-31 23:29:37 +00:00
bdc 12874c0edd even more 0.4.0 hacks 1995-10-31 23:16:31 +00:00
bdc 965a0da2f1 moved static1 contents into begin 1995-10-31 22:39:49 +00:00
bdc 675f4c7746 *** empty log message *** 1995-10-31 22:21:58 +00:00
bdc 37a38ee185 *** empty log message *** 1995-10-31 22:06:02 +00:00
bdc 9e39aeaae4 0.4.0 hacks 1995-10-31 22:04:59 +00:00
bdc b3dc61dae4 *** empty log message *** 1995-10-31 21:57:39 +00:00
bdc 946798634a *** empty log message *** 1995-10-31 21:52:04 +00:00
bdc a84e466c05 *** empty log message *** 1995-10-31 21:42:38 +00:00
bdc 93647a41c2 added endian hack 1995-10-31 21:40:55 +00:00
bdc 2f89a2be7d *** empty log message *** 1995-10-31 21:35:45 +00:00
bdc 02f9587e06 *** empty log message *** 1995-10-31 21:20:46 +00:00
bdc 27602d21de *** empty log message *** 1995-10-31 21:19:22 +00:00
bdc 6e92a37c81 *** empty log message *** 1995-10-31 21:16:21 +00:00
bdc 619c1adf2f *** empty log message *** 1995-10-31 20:42:19 +00:00
bdc 4c2184f0a5 *** empty log message *** 1995-10-31 20:40:35 +00:00
bdc 6f41ddcc98 *** empty log message *** 1995-10-31 20:29:20 +00:00
bdc 611ac55bb7 after sommerfelds fixes
now added error arg printing
for mor readable errors
1995-10-31 20:22:27 +00:00
bdc 846439590d *** empty log message *** 1995-10-31 17:44:11 +00:00
bdc ddf13b9e3d *** empty log message *** 1995-10-31 17:36:06 +00:00
bdc 417048b418 *** empty log message *** 1995-10-31 17:01:48 +00:00
bdc 9835f88c66 *** empty log message *** 1995-10-31 10:15:33 +00:00
bdc 01fa9d6074 *** empty log message *** 1995-10-31 09:18:15 +00:00
bdc e6bdd7a001 *** empty log message *** 1995-10-31 08:33:57 +00:00
bdc 278322565a *** empty log message *** 1995-10-31 08:01:43 +00:00
bdc 5c383bb241 *** empty log message *** 1995-10-31 07:18:18 +00:00
bdc 5f0c2bbf38 *** empty log message *** 1995-10-31 06:40:54 +00:00
bdc eab12ccf2c changes for 0.4.0 1995-10-30 16:30:33 +00:00
bdc 4de6752f24 added dependency
cig/libcig.c:		cig/libcig.scm
1995-10-30 07:08:34 +00:00
shivers 00af71f77d There was a weird bug in the GC system. The image-writing code causes a
GC to assemble a compacted heap image in newspace which it then writes out
to disk. Then the VM calls ABORT-GC to cancel the GC operation, which scans
the current space, fixing up the "broken hearts" -- restoring word 1 of
each structure that got clobbered with a forwarding pointer.

Unfortunately, someone (possibly myself) had inserted a post_gc_fdports() call
into the VM between the gc and the abort. This procedure updates a C vector of
Scheme values (fdports[]) by following forwarding pointers -- BUT -- in this
instance we didn't really want to break hearts, and the abort-gc code didn't
know about the fdports[] vector, so it couldn't undo the effects. This caused
the fdports[] vec to point into hyperspace after the image dump, and *that*
meant on the next GC, all the live ports were considered dead. Oops.

The fix was to remove this bogus call. The post_gc_fdports() proc is now
called only after a *real* GC.
    -Olin
1995-10-29 15:45:22 +00:00
shivers 579ee12924 Completely redesigned meta-arg syntax. 1995-10-29 11:43:42 +00:00
shivers 737ebc5afe Added SET-CURRENT-INPUT-PORT! and friends.
Rehacked stdio/stdport sync procedures.
1995-10-28 22:12:17 +00:00
shivers 28ab57259a Minor tuneup; still way out of date. 1995-10-28 22:08:23 +00:00
shivers dce0dc36cd Time args to SELECT and SET-FILE-TIMES can now be reals. 1995-10-28 22:07:16 +00:00
shivers 05df0d4773 file-writeable => file-writable 1995-10-28 22:04:58 +00:00
shivers 325407b9fb Fixed optional-arg bug in open-control-tty. 1995-10-27 11:47:53 +00:00
shivers 8e510db64c Flushed obsolete doc file. 1995-10-27 09:10:58 +00:00
shivers 79ee1de13c Simplified interface a bit. 1995-10-27 08:58:58 +00:00
shivers bd91c003cc fork-job/pty => fork-pty-session.fork-pty-session now closes pty port in child. 1995-10-27 08:57:10 +00:00
shivers abe91e9fd9 fork-job/pty => fork-pty-session 1995-10-27 08:56:25 +00:00
shivers 52061b82bd Added pty support. 1995-10-26 20:43:45 +00:00
shivers a991a0a4e6 Added pty stuff, select!, become-session-leader, copy-vector, and
process-related tty stuff.
1995-10-26 20:42:35 +00:00
shivers 6ff4d51074 Moved set/get tty process group code to tty.scm.
Added open-control-tty.
1995-10-26 20:37:35 +00:00