aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/extconf.rb: added --enable-bundled-libyaml option. thisusa2012-11-291-1/+1
* emitter.c: constifynobu2012-11-281-3/+3
* extconf.rb: mingw32nobu2012-11-281-2/+3
* extconf.rb: VPATHnobu2012-11-281-12/+3
* * ext/psych/extconf.rb: copy sources into build directory,ko12012-11-281-2/+7
* * ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove2012-11-2826-15/+12793
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove2012-11-171-2/+5
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove2012-11-171-13/+21
* * ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove2012-11-172-8/+8
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-292-0/+52
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove2012-10-281-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove2012-10-281-1/+1
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-222-2/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove2012-10-221-2/+4
* * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove2012-10-221-1/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove2012-10-221-3/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-1/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-1/+1
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-221-4/+6
* * ext/psych/lib/psych.rb: updated to released version.tenderlove2012-07-312-3/+3
* * ext/psych/emitter.c (initialize): allow a configuration object to betenderlove2012-07-193-8/+51
* * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove2012-07-162-1/+2
* * ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove2012-06-152-5/+5
* * ext/psych/extconf.rb: Use an exception instaed of bare abort.kosaki2012-05-181-1/+1
* * ext/psych/parser.c (transcode_string): fix encoding index names.tenderlove2012-05-171-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove2012-05-151-2/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove2012-05-151-0/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference totenderlove2012-05-151-0/+2
* * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should nottenderlove2012-04-291-2/+2
* * 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