aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-072-3/+4
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-3/+4
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-273-8/+9
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-2/+4
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-082-6/+56
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove2012-03-051-0/+2
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-2/+2
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-24/+119
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-231-2/+89
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-092-24/+8
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-182-4/+22
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-182-3/+56
* * ext/psych/emitter.c: fixing clang warnings. Thanks Joey!tenderlove2011-12-201-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove2011-12-182-0/+7
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove2011-12-181-2/+6
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-062-14/+50
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-8/+11
* * ext/psych/lib/psych.rb: remove autoload from psychtenderlove2011-11-212-9/+3
* * ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove2011-11-171-1/+1
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove2011-11-083-20/+27
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-071-1/+1
* * ext/psych/parser.c: remove unused variable.emboss2011-10-261-1/+0
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-042-6/+39
* * ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove2011-10-041-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove2011-10-041-2/+8
* * ext/psych/lib/psych.rb: update psych version.tenderlove2011-10-032-19/+16
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-032-4/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-031-1/+11
* * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove2011-10-032-5/+5
* * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove2011-10-032-5/+25
* * 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