about summary refs log tree commit homepage
DateCommit message (Expand)
2020-02-22mahoro 0.5 HEAD v0.5 master
2020-02-22website: do not delete when publishing
2020-02-22update URLs to YHBT.net
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-04test: be more flexible with Mahoro::NONE matches
2013-04-04add RDoc documentation
2013-04-03gemspec: cleanup and update rdoc options
2013-04-03INSTALL: improve documentation for deb/rpm-based distros
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-31doc: add evidence of maintainership transfer v0.2
2011-01-31add gemspec for RubyGems.org
2011-01-31use xfree() instead of free() in for GC destructor
2011-01-31test: do not use initialize in testcase
2011-01-31test: workaround for mime output variation
2011-01-31update for Ruby 1.9 compatibility
2011-01-30initial import v0.1