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