aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove2010-04-171-2/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb (find_ivars): ignoretenderlove2010-04-171-3/+3
* * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove2010-04-161-0/+13
* * ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove2010-04-163-7/+33
* * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwardstenderlove2010-04-111-0/+2
* * ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove2010-04-101-2/+2
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-093-2/+22
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-091-0/+19
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+1
* * ext/psych/*.c: not executable.nobu2010-04-083-0/+0
* * ext/psych/lib/psych/core_ext.rb: remove before alias.naruse2010-04-051-1/+4
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-312-6/+13
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-1/+10
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-302-2/+2
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-3024-0/+1879
* * ext/psych/extconf.rb: Making library detection more agnostic.tenderlove2010-03-291-8/+2
* * ext/psych/{emitter,parser,psych}.c: move variablenaruse2010-03-293-43/+43
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2811-0/+899