Commit Graph

330 Commits

Author SHA1 Message Date
marting 1d4d7d0e0c snapshot, this version should work quite well 1999-10-08 18:41:05 +00:00
marting 7927367f49 jsut small fixes and comments 1999-10-08 18:38:10 +00:00
marting 41c9c192b5 removed all hi8/lo24 hacks and replaced many integer types by fixnums. This has not been tested ! 1999-10-08 18:36:19 +00:00
marting d6c8c400c6 this should be the first working top-level 1999-10-08 18:28:39 +00:00
marting 1f6fba80ba inserted s48-extract-string, but there are still man hacks hidden inside, it's a miracle that anything of this stuff works 1999-10-08 18:19:37 +00:00
marting 3111fa93be Hack: removed read-char to hack the bogus skip-char-set 1999-10-08 18:16:35 +00:00
marting de5a415580 TRANSLATE-SEQ wasn't correctly accounting for submatches. The same bug occurred in a parallel position in TRANSLATE-CHOICE; when I fixed it there, I neglected to fix TRANSLATE-SEQ as well. Olin 1999-10-08 18:12:00 +00:00
marting adbee59277 removed old regexp stuff 1999-10-08 17:56:08 +00:00
marting 734daac16f Added fake set-port-buffering which produces a warning
Added error-output-port, but not yet as deprecated-proc
set $current-noise-port to null-output
%move-fdport now returns #f on success, just like 0.5.1
1999-10-08 16:43:39 +00:00
marting 38dd943bf7 added primitives for add-finalizer! 1999-10-08 14:11:52 +00:00
marting 9d1a3926a4 added finalizer for cre 1999-10-08 13:16:35 +00:00
marting 19995a158c Updated list library to most recent revision of the SRFI. Olin 1999-10-05 18:49:20 +00:00
marting dbf3e322eb Fixed bug in the definition of re-nonl. Olin 1999-10-05 18:46:00 +00:00
marting cc6c5af03f Small fixes & updates. Olin 1999-10-02 15:39:39 +00:00
marting 2b3cb928b5 replaced integer by fixnum and removed 32-bit hacks 1999-09-29 22:47:33 +00:00
marting 6cc6334039 removed most of the hacks due to restart-command-processor 1999-09-29 22:45:47 +00:00
marting f812d7e579 fixed misplaced quotation mark and prevented installation of real-sighandler 1999-09-28 23:53:23 +00:00
marting 768fc0b2f3 replaced most of the hi8/lo24-stuff by enter/extract_integer from the new FFI 1999-09-28 23:48:36 +00:00
marting 54728b3d0e 2 small fixes that where already in 0.5.2 1999-09-28 16:20:02 +00:00
marting bca77db078 daily snapshot, mainly changes to get 0.5.2 stuff running 1999-09-24 23:54:22 +00:00
marting 26447c1d1a added channel-cell-ref to newports for the changed design in rts/channel-port.s, vm starts from dumped image now 1999-09-24 23:52:32 +00:00
marting b5771115b6 changes to get the 0.5.2 stuff running. Not yet completed, hangs on startup 1999-09-23 23:02:54 +00:00
marting 0f0fe9f2ff updates from 0.5.2 1999-09-23 17:46:46 +00:00
marting 58f90e2359 added from 0.5.2 1999-09-23 15:24:25 +00:00
marting 4e935c24a5 just a snapshot 1999-09-23 14:36:25 +00:00
marting c9f54e79da new from 0.5.2 1999-09-23 14:27:41 +00:00
marting dd7939ab1a start scsh-toplevel by dump-scsh, scsh's init are not yet done 1999-09-23 00:43:13 +00:00
marting d3638eec28 made os-signal base of the interrupt system.
There is now a enumeration scsh-os-signal, that lists all signals. The function set-interrupt now acts on scsh-os-signal-handlers-vector, not any longer on the vm-vector.

The with-enabled-interrupts etc stuff does NOT work at the moment.
1999-09-22 17:00:08 +00:00
marting d2fc94c2da replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
marting 09136048ae Added files from david fishers home (~dfisher/scsh-0.5.1).
Be warned: the scsh-version he started from was neither 0.5.1 nor
0.5.2, but something in between !
1999-09-14 13:32:05 +00:00