- Update picolisp-unit to v1.0.0
- Remove the need for git submodules
- Add Makefile for fetching and building dependencies
- Change default path for dependencies and shared module (.modules and .lib)
- Adjust README.md, tests and travis-ci unit testing config
- Fix bug where downloading a file to an inexistant dir fails horribly
- Update picolisp-unit to v0.6.1
- Update picolisp-unit to v0.6.0
- Add requires to module.l
- Update picolisp-unit to v0.5.2
- Add unit tests and automated testing with travis-ci
- Move MODULE_INFO to module.l
- Update README.md
- Prevent leaky namespace globals
- Add update.sh script
- Version bump because it's 3am. I should sleep.
- Add an incrementing counter to temporary filenames, to prevent collisions
- Fix noop in (cons) pair (credit: Alexander Burger)
- Documentation updates
- Ensure the upload buffer (malloc) is free'd even if an error is thrown