about summary refs log tree commit homepage
path: root/mahoro.c
DateCommit message (Expand)
2013-04-05tree reorganization + various maint fixes v0.4
2013-04-05add optional thread-safety module
2013-04-05cleanup: make cMahoro an automatic variable
2013-04-05split out nogvl_compat header
2013-04-05Mahoro#file supports objects with #to_path support
2013-04-05release GVL if filesystem I/O is required
2013-04-04add RDoc documentation
2011-03-09fix trailing whitespace v0.3
2011-02-27better rdoc for constants
2011-02-27add Mahoro#compile instance method
2011-02-27add missing constants I found in magic.h
2011-02-27more '\0' byte in C string avoidance
2011-02-27avoid needless wrapping of the magic_t with struct
2011-02-27rb_const_set => rb_define_const
2011-02-27avoid needless double String conversion
2011-02-27disallow '\0' in C strings
2011-01-31use xfree() instead of free() in for GC destructor
2011-01-31update for Ruby 1.9 compatibility
2011-01-30initial import v0.1