Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Releases: aw/picolisp-https

v0.30.1.12

16 Jun 23:33
@aw aw
Compare
Choose a tag to compare
Update picolisp-unit to v1.0.0

Replace git submodules with Makefile

28 Apr 07:31
@aw aw
Compare
Choose a tag to compare
  • 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

v0.30.1.10

22 Apr 07:03
@aw aw
Compare
Choose a tag to compare
  • Fix bug where downloading a file to an inexistant dir fails horribly
  • Add regression test

v0.30.1.9

12 Apr 07:33
@aw aw
Compare
Choose a tag to compare
Update picolisp-unit to v0.6.1

v0.30.1.8

08 Apr 05:29
@aw aw
Compare
Choose a tag to compare
  • Update picolisp-unit to v0.6.0
  • Add requires to module.l

v0.30.1.7

31 Mar 04:04
@aw aw
Compare
Choose a tag to compare
Update picolisp-unit to v0.5.2

Add unit tests and prevent leaky globals

24 Mar 11:22
@aw aw
Compare
Choose a tag to compare
  • 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

v0.30.1.5

16 Mar 18:25
@aw aw
Compare
Choose a tag to compare
Version bump

Documentation updates

16 Mar 16:35
@aw aw
Compare
Choose a tag to compare
v0.30.1.3

Documentation updates

v0.30.1.2

16 Mar 12:17
@aw aw
Compare
Choose a tag to compare
Ensure the upload buffer (malloc) is free'd even if an error is thrown