summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Cache symbols while tokenizing.Kevin Menard2012-10-121-2/+4
| |/
* | Restructured node mapping so common cases are evaluated first, saving unneces...Kevin Menard2012-10-121-35/+37
|/
* Merge pull request #90 from nirvdrum/short_circuit_string_tokenizationAaron Patterson2012-10-021-1/+3
|\
| * Updated the RegExp to catch Strings earlier in the tokenization process.Kevin Menard2012-10-021-1/+3
|/
* Merge pull request #88 from nirvdrum/reduce_method_missingAaron Patterson2012-10-011-3/+9
|\
| * Handle nil tags specially to avoid slow method_missing calls.Kevin Menard2012-10-011-3/+9
|/
* Merge pull request #83 from rsutphin/82-bad_timesAaron Patterson2012-09-112-1/+16
|\
| * Ignore bad timestamps. #82.Rhett Sutphin2012-09-112-1/+16
|/
* Merge pull request #80 from kreynolds/masterAaron Patterson2012-09-072-1/+5
|\
| * Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds2012-09-072-1/+5
|/
* Merge pull request #74 from Carolyn-Ann/comment-changeAaron Patterson2012-08-031-4/+6
|\
| * Changed comment in psych.rb to update new home page for libyamlCarolyn Ann2012-08-031-4/+6
|/
* bumping the version to 1.3.4v1.3.4Aaron Patterson2012-07-301-1/+1
* * ext/psych/emitter.c (initialize): allow a configuration object to beAaron Patterson2012-07-184-8/+62
* sync with ruby trunkAaron Patterson2012-07-181-5/+5
* use RbConfig rather than ConfigAaron Patterson2012-07-181-2/+2
* Merge pull request #69 from ManageIQ/register_strings_for_use_in_aliasesAaron Patterson2012-07-133-1/+72
|\
| * From yaml, register a newly created String with aliases. To yaml, register S...Joe Rafaniello2012-07-133-1/+72
|/
* bumping to 1.3.3v1.3.3Aaron Patterson2012-06-151-1/+1
* * ext/psych/parser.c (transcode_string): fix encoding index names.Aaron Patterson2012-05-172-2/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringAaron Patterson2012-05-154-2/+27
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps toAaron Patterson2012-05-153-0/+21
* * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference toAaron Patterson2012-05-152-0/+7
* * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should notAaron Patterson2012-04-292-2/+7
* add a test for ast roundtrippingAaron Patterson2012-04-281-0/+7
* bumping up the versionv1.3.2Aaron Patterson2012-04-061-1/+1
* * ext/psych/parser.c: fall back to any encoding if the externalAaron Patterson2012-04-063-4/+11
* bumping to 1.3.1 in order to include warningv1.3.1Aaron Patterson2012-03-271-1/+1
* updating manifestAaron Patterson2012-03-271-1/+2
* bumping to 1.3.0Aaron Patterson2012-03-271-1/+1
* Merge pull request #53 from eregon/patch-1Aaron Patterson2012-03-231-1/+1
|\
| * add missing #warn in #init_with for #yaml_initialize deprecationBenoit Daloze2012-03-231-1/+1
|/
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading afterAaron Patterson2012-03-083-2/+21
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block isAaron Patterson2012-03-084-6/+101
* only run test on ruby less than 2.0.0Aaron Patterson2012-03-051-0/+1
* testing against ruby-headAaron Patterson2012-03-051-0/+1
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedAaron Patterson2012-03-052-0/+7
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externalAaron Patterson2012-03-053-3/+9
* * ext/psych/parser.c: prevent a memory leak by protecting calls toAaron Patterson2012-02-273-24/+155
* * ext/psych/parser.c: set parser encoding based on the YAML inputAaron Patterson2012-02-235-3/+174
* * ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson2012-02-094-33/+21
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson2012-01-174-4/+55
* syncing with ruby trunkAaron Patterson2012-01-174-4/+85
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredAaron Patterson2011-12-174-0/+26
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson2011-12-173-2/+35
* * ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson2011-12-064-15/+136
* * ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson2011-12-064-9/+25
* sync with ruby-coreAaron Patterson2011-11-291-1/+1
* * ext/psych/lib/psych.rb: remove autoload from psychAaron Patterson2011-11-213-9/+8
* infinite loop seems fixed, so I can uncomment this assertionAaron Patterson2011-11-161-3/+1