oga/lib/oga
Yorick Peterse 31e93e54f9 Removed Mutex usage from XML::Text
Instead of trying to make this class thread-safe I'm going with the
option of simply declaring it unsafe to mutate instances of XML::Text
while reading it in parallel. This removes the need for Mutex
allocations and keeps the code simple.

Fixes #82
2015-03-21 01:27:00 +01:00
..
css Remove remaining Racc parsing bits 2015-03-21 01:23:00 +01:00
html Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00
xml Removed Mutex usage from XML::Text 2015-03-21 01:27:00 +01:00
xpath Use the ? operator in the XPath parser 2015-03-21 01:23:00 +01:00
oga.rb Corrected YARD argument name. 2014-09-16 14:50:17 +02:00
version.rb Release 0.2.3 2015-03-04 11:56:23 +01:00