aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-011-1/+8
* * ext/psych/lib/psych.rb: Fixing psych version number.tenderlove2011-08-242-95/+12
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-1/+1
* * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.tenderlove2011-08-131-0/+1
* * ext/psych/lib/psych/scalar_scanner.rb: Only consider stringstenderlove2011-08-131-2/+5
* * ext/psych/psych.gemspec (files): remove extra commas.nobu2011-08-041-83/+83
* oops, fix author in the psych gemspectenderlove2011-08-031-1/+1
* installing psych as a gemtenderlove2011-08-031-0/+108
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-182-1/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove2011-06-211-1/+1
* * ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse2011-06-131-0/+1
* * ext/psych/lib/psych.rb: updating version to match released gem.tenderlove2011-06-091-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove2011-06-092-23/+34
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove2011-06-092-1/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove2011-06-092-1/+4
* * ext/psych/parser.c (parse): release event objects to plug memorytenderlove2011-06-061-0/+1
* * remove trailing spaces.nobu2011-05-151-1/+1
* * ext/psych/lib/psych.rb: released a new gem, so increasing version.tenderlove2011-05-131-1/+1
* fix capture to avoid doing a sub on the useconds when parsing datestenderlove2011-05-041-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-031-1/+1
* * ext/psych/parser.c (parse): strings from psych have proper tainttenderlove2011-04-211-0/+14
* * ext/psych/parser.c: parenthesize macro arguments.akr2011-03-221-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove2011-03-091-12/+22
* * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove2011-02-251-1/+1
* * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove2011-02-215-19/+34
* should have used anchor, not oidtenderlove2011-02-211-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?tenderlove2011-02-211-3/+6
* * ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON eventtenderlove2011-02-213-42/+34
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-212-3/+3
* moving autoload to require so that the correct files are requiredtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handlingtenderlove2011-02-213-28/+27
* * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove2011-02-211-1/+10
* * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove2011-02-021-3/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-021-1/+4
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-221-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove2011-01-221-2/+11
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove2011-01-221-7/+1
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-221-1/+1
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-221-1/+10
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-221-0/+3
* * ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove2011-01-213-0/+37
* * ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove2011-01-201-0/+9
* * ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove2011-01-192-8/+18
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-172-0/+26
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-171-1/+1
* * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove2011-01-061-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove2011-01-051-1/+1
* * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove2010-11-022-9/+6
* * ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove2010-11-021-10/+11