oga/ext/liboga
Yorick Peterse 335f3cc6d6 Use rb_enc_str_new instead of rb_enc_str_new_cstr.
The latter in combination with strndup() would leak large amounts of memory.
2014-05-05 00:34:19 +02:00
..
extconf.rb Initial setup using a C extension. 2014-05-05 00:31:28 +02:00
lexer.h Initial setup using a C extension. 2014-05-05 00:31:28 +02:00
lexer.rl Use rb_enc_str_new instead of rb_enc_str_new_cstr. 2014-05-05 00:34:19 +02:00
liboga.c Initial setup using a C extension. 2014-05-05 00:31:28 +02:00
liboga.h Use rb_enc_str_new instead of rb_enc_str_new_cstr. 2014-05-05 00:34:19 +02:00
xml.c Initial setup using a C extension. 2014-05-05 00:31:28 +02:00
xml.h Initial setup using a C extension. 2014-05-05 00:31:28 +02:00