summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into embedembedAaron Patterson2012-11-177-23/+68
|\
| * Merge pull request #97 from atambo/masterAaron Patterson2012-11-162-2/+10
| |\
| | * Use literal style when emitting multiline strings, fixes #64Alex Tambellini2012-10-282-2/+10
| * | * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whenAaron Patterson2012-11-163-13/+43
| * | * ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it canAaron Patterson2012-11-163-8/+15
* | | fix c file nameAaron Patterson2012-11-171-0/+0
* | | only do have_header checks if we are embedding libyamlAaron Patterson2012-11-171-14/+16
* | | mkmf has a global for this testAaron Patterson2012-11-171-2/+1
* | | fix build on windowsAaron Patterson2012-11-171-5/+5
* | | only embed libyaml if the system does not have itAaron Patterson2012-11-1712-1/+17
* | | Merge pull request #101 from tarui/embedAaron Patterson2012-11-161-0/+5
|\ \ \
| * | | for compiling on mswinMasaya TARUI2012-11-171-0/+5
|/ / /
* | | embedding libyamlAaron Patterson2012-11-1622-878/+13594
|/ /
* | * ruby.c (load_file_internal): set default source encoding asAaron Patterson2012-11-163-1/+10
* | Merge pull request #96 from zzak/masterAaron Patterson2012-11-051-2/+22
|\ \
| * | Install documentation, fixes #91Zachary Scott2012-10-201-2/+22
* | | * ext/psych/lib/psych/handlers/recorder.rb: added a class forAaron Patterson2012-10-284-0/+87
* | | * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson2012-10-273-0/+15
* | | * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson2012-10-273-1/+19
| |/ |/|
* | merging from ruby trunkAaron Patterson2012-10-221-16/+0
* | Ignore vim swap files and *.bundleEric Hodel2012-10-221-3/+4
* | Psych::SyntaxError now inherits from RuntimeErrorEric Hodel2012-10-223-2/+26
* | Skip set_syck on Ruby 2.0 where syck has been removedEric Hodel2012-10-221-0/+6
* | Merge pull request #92 from nirvdrum/cache_symbolsAaron Patterson2012-10-131-2/+4
|\ \ | |/ |/|
| * Cache symbols while tokenizing.Kevin Menard2012-10-121-2/+4
|/
* 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