Release date 2016-08-09
- Memory leak on hash get of non-existent key.
Release date 2014-05-28
- SEGFAULT on close during iteration.
Release date 2014-03-26
- Useful error messages on build.
- Rubinius compatible tests.
- SEGFAULT on interrupted initialization.
- Boolean consistency.
Release date 2013-09-16
- History for minor changes.
- Lesson learned regarding "gem yank".
Release date 2013-09-16
logpath
forLogwriter
,Logreader
andHash
.hashpath
forHash
.- Shorthand syntax for puts and gets. Similar to Ruby's native hash: []= and [].
empty?
method forHash
.keys
andvalues
methods forHash
.has_key?
method forHash
.maxkeylen
andmaxvaluelen
forLogreader
.Logreader
andHash
mixin Enumerable.write_batch
implemented forLogwriter
.- Useful
inspect
for all classes.
- String-check for all input to
Logwriter
andHash
.
Release date 2013-09-12
each
in logreader now provides a type parameter containing either :put or :delete.
- Fix memory leak on
each/get
failure. - Two allocations per call instead of one each entry in
each
. each
in logreader returns nil instead of empty string.
Release date 2013-09-11
Initial release