0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed to exclude mkmf.log from package files. More... over 16 years ago
fixed the name of native library to 'native', instead of 'libyaml' More... over 16 years ago
fixed extconf to look up known directories. More... over 16 years ago
removed a semicolon. More... over 16 years ago
added README. More... over 16 years ago
added wrapping function to create utf8 ruby string. More... over 16 years ago
fixed not work in ruby 1.8.6 More... over 16 years ago
fix to set UTF-8 encoding (as default) to scalar strings, in Ruby-1.9 More... over 16 years ago
enabled to compile with Ruby-1.9. More... over 16 years ago
fixed bug in case expr format convert not Float but Fixnum. More... over 16 years ago
test passed! So, this is not TODO anymore. More... over 16 years ago
support expr format number like 1.34e+010. More... over 16 years ago
Merge branch 'master' into construct-by-document-nodes More... over 16 years ago
remove garbage. More... over 16 years ago
Regexp object shoule be Consants for performance. More... over 16 years ago
Merge commit 'origin/construct-by-document-nodes' into construct-by-document-nodes More... over 16 years ago
remove unneed headers. More... over 16 years ago
removed construct_document() function, as it is no longer needed. More... over 16 years ago
support conversion into symbols. More... over 16 years ago
load*() methods now use yaml_parser_load() function. More... over 16 years ago
remove do_parse_for_stream. it's almost same function. More... over 16 years ago
fixed message and added spec More... over 16 years ago
remove rspec-fixture dependency More... over 16 years ago
tests should be fail if rspec-fixture is not installed. More... over 16 years ago
support CONFIGURE_ARGS argument on extconf.rb to passing configuration options. More... over 16 years ago
move Init_libyaml to top of libyaml.c for readability. More... over 16 years ago
move main parse process out of libyaml.c . More... over 16 years ago
remove duplicate test More... over 16 years ago
fixed an error message and a comment. More... over 16 years ago
YAML::LibYAML#load() now accepts an IO instance as an argument. More... over 16 years ago