oga/ext/c
Yorick Peterse 6b9d65923a Use a method for getting input in the XML lexer.
Instead of directly accessing the `data` instance variable the C/Java code now
uses the method `read_data`. This is part of one of the various steps required
to allow Oga to read data from IO like instances. It also means I can freely
change the name of the instance variable without also having to change the
C/Java code.
2014-05-21 00:27:23 +02:00
..
extconf.rb Only include debug info when DEBUG is set. 2014-05-15 20:43:48 +02:00
lexer.h Fixed guard in the lexer header. 2014-05-18 16:51:17 +02:00
lexer.rl Use a method for getting input in the XML lexer. 2014-05-21 00:27:23 +02:00
liboga.c Don't redefine namespaces in C. 2014-05-07 10:52:06 +02:00
liboga.h Removed stdioh. #include. 2014-05-11 21:06:55 +02:00