oga/lib
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
..
oga Removed Mutex usage from XML::Text 2015-03-21 01:27:00 +01:00
oga.rb Remove remaining Racc parsing bits 2015-03-21 01:23:00 +01:00