about summary refs log tree commit
DateCommit message (Expand)
2010-09-23rpatricia 0.07 v0.07
2010-09-21fix segfault from unpredictable GC ordering
2010-09-14rpatricia 0.06 v0.06
2010-09-02show_nodes may be given a custom IO-like object
2010-09-02sync docs with remove,match_best,match_exact behavior
2010-09-02make allocations go through xcalloc in Ruby
2010-09-02add Patricia#include? method
2010-09-02Patricia#{clear,destroy} clears the tree
2010-09-01enable Patricia#dup to work
2010-09-01tree-walking on empty trees no longer segfaults
2010-09-01Patricia#show_nodes uses Ruby IO methods
2010-09-01return Patricia::Node objects when returning nodes
2010-09-01raise ArgumentError with invalid addresses
2010-07-27use rb_str_dup on strings instead of rb_obj_dup
2010-06-06STR2CSTR with StringValuePtr for Ruby 1.9.2
2010-04-22rely on garbage collector to manage user-supplied node data
2010-04-22reduce symbol visibility in rpatricia.c
2010-03-14rpatricia 0.05 gem v0.05
2010-03-12move extension code into ext/ reorg
2010-03-12add gemspec for building gems v0.04
2010-02-10initial