Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Releases: aw/picolisp-nanomsg

Release v1.1.5

03 Dec 07:06
@aw aw
3edf996
Compare
Choose a tag to compare
  • Update nanomsg to 1.1.5

Update Nanomsg to v1.1.2

07 Mar 03:18
@aw aw
3e05d54
Compare
Choose a tag to compare
  • Update nanomsg to 1.1.2
  • Remove the use of namespaces

Update nanomsg dep

06 Jan 16:29
@aw aw
c8bc657
Compare
Choose a tag to compare
  • Update Nanomsg to 0.8-beta
  • Add new public (protocol-bind) and (protocol-connect) functions
  • Simplify documentation and update license for 2016

Update nanomsg dep

01 Nov 09:38
@aw aw
Compare
Choose a tag to compare
  • Update picolisp-unit to v1.0.0
  • Update nanomsg to 0.7-beta

v0.5.29

24 May 12:17
@aw aw
Compare
Choose a tag to compare
  • Update to picolisp-unit v0.6.2

Replace git submodules with Makefile

28 Apr 07:45
@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.5.26

23 Apr 06:04
@aw aw
Compare
Choose a tag to compare
  • Replace (cond) with (case)

v0.5.25

15 Apr 05:31
@aw aw
Compare
Choose a tag to compare
  • Split 'make-socket' for more flexibility
  • Update EXPLAIN.md

v0.5.24

14 Apr 02:41
@aw aw
Compare
Choose a tag to compare
  • Update to picolisp-unit v0.6.1
  • Run travis-ci tests in a docker container

Split the 'make-socket' function to allow pooled connections

08 Apr 05:09
@aw aw
Compare
Choose a tag to compare
  • Split the 'make-socket' function to allow pooled connections
  • Ensure travis tests with the latest version of PicoLisp