-
v0.2.1f2f58a48 · ·
Version 0.2.1 Göran Weinholt (12): Add an install target in the makefile Fix for returning multiple values with call/cc Add documentation for gensym Add definitions for the readlink Linux syscalls Add an install target to the makefile Fix the base case of the partition procedure Fix library-extensions documentation to show the true default Change the Linux syscall wrappers to retry on EINTR by default Fixes for hashtable-size Fixes for hashtables due to the hacky way entries are deleted Implement the basic string comparison procedures from R6RS
-
v0.2.007174edd · ·
Version 0.2.0 Göran Weinholt (25): Add some documentation (more to come) Move syscall, memory and I/O primitives to (loko system unsafe) Clean up the internal libraries Documentation: Add some notes on tools support Fix the repl handling of void (broken in 82f8e912) New (loko system time) library with built-ins for SRFI 19 Add built-ins to support SRFI 6 Fix for eval when a primitive is not a procedure Add an implementation of delay and force Add port-file-descriptor Add wrappers for Linux stat syscalls Rename $bytevector-location to bytevector-address, make it public Reorganize the documentation a little Add an early /boot file system with the multiboot modules Add a Hello World sample Add a sample that shows how to get simple graphics going Updates to README.md Add support for compilation from the command line; retire TUI Comment out some debugging code Link to the website Add documentation for port-file-descriptor Fix the return value from close-port Print conditions after stack traces Increase I/O buffer sizes to 4k Add support for implementing directory listings