This commit is contained in:
nik gaffney 2022-08-24 17:42:27 +02:00
parent e1ac269e25
commit 652a10dfe1
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -24,7 +24,6 @@ or via quicklisp.. .
- data checking and error handling - data checking and error handling
- portable en/decoding of floats -=> ieee754 tests - portable en/decoding of floats -=> ieee754 tests
- doubles and other defacto typetags - doubles and other defacto typetags
- correct en/decoding of timetags
## things to do in :osc-ex[tensions|tras] ## things to do in :osc-ex[tensions|tras]
@ -38,6 +37,8 @@ or via quicklisp.. .
- osc-examples use usocket for portability from @boqs - osc-examples use usocket for portability from @boqs
- 2015-08-25 - 2015-08-25
- support for 64bit ints from Erik Ronström https://github.com/erikronstrom - support for 64bit ints from Erik Ronström https://github.com/erikronstrom
- 2015-08-21
- implement nested bundles from jamieforth https://github.com/jamieforth
- 2011-04-19 - 2011-04-19
- converted repo from darcs->git - converted repo from darcs->git
- 2007-02-20 - 2007-02-20
@ -45,7 +46,7 @@ or via quicklisp.. .
- Allegro CL float en/decoding from vincent akkermans <vincent.akkermans@gmail.com> - Allegro CL float en/decoding from vincent akkermans <vincent.akkermans@gmail.com>
- 2006-02-11 - 2006-02-11
- version 0.4 - version 0.4
- partial timetag implemetation - partial timetag implementation
- 2005-12-05 - 2005-12-05
- version 0.3 - version 0.3
- fixed openmcl float bug (decode-uint32) - fixed openmcl float bug (decode-uint32)