Next | Query returned 14 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-03-08 14:29:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-bindata: update to 2.4.6

Update ruby-bindata to 2.4.6.

== Version 2.4.6 (2020-02-27)

* More encoding fixes.  Thanks to Aaron Patterson.

== Version 2.4.5 (2020-02-21)

* Small typo fixes to examples.
* Fix encoding issue for ruby 2.7.  Thanks to Aaron Patterson.
* Quieter test output.
   2018-12-02 07:43:40 by Takahiro Kambe | Files touched by this commit (2)
Log message:
devel/ruby-bindata: udpate to 2.4.4

Version 2.4.4 (2018-10-03)

* Display a hint when endian is omitted. Requested by Tails.

* Add thread safety to Integer/BitField creation. Requested by jbpeirce.

* Ensure windows sockets are unseekable. Thanks to Brent Cook.
   2018-03-13 17:47:11 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-bindata: update to 2.4.3

== Version 2.4.3 (2018-03-10)

* Add Uint8Arrays.  Requested by masarakki.

== Version 2.4.2 (2018-01-31)

* Allow boolean values as parameters.  Requested by Patrik Wenger.
   2017-10-16 18:29:24 by Min Sik Kim | Files touched by this commit (4)
Log message:
devel/ruby-bindata: Import version 2.4.1

BinData provides a declarative way to read and write structured binary
data. This means the programmer specifies what the format of the
binary data is, and BinData works out how to read and write data in
this format. It is an easier (and more readable) alternative to ruby's
#pack and #unpack methods. BinData makes it easy to create new data
types. It supports all the common primitive datatypes that are found
in structured binary data formats. Support for dependent and variable
length fields is built in.

Next | Query returned 14 messages, browsing 11 to 20 | previous