summaryrefslogtreecommitdiff
path: root/ext/psych/parser.c
Commit message (Expand)AuthorAgeFilesLines
* only embed libyaml if the system does not have itAaron Patterson2012-11-171-1374/+0
* embedding libyamlAaron Patterson2012-11-161-487/+1282
* Psych::SyntaxError now inherits from RuntimeErrorEric Hodel2012-10-221-1/+1
* * ext/psych/parser.c (transcode_string): fix encoding index names.Aaron Patterson2012-05-171-2/+2
* * ext/psych/parser.c: fall back to any encoding if the externalAaron Patterson2012-04-061-3/+4
* * ext/psych/parser.c: prevent a memory leak by protecting calls toAaron Patterson2012-02-271-24/+119
* * ext/psych/parser.c: set parser encoding based on the YAML inputAaron Patterson2012-02-231-2/+89
* * ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson2012-02-091-24/+4
* * ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson2011-12-061-8/+11
* merging from rubyAaron Patterson2011-11-011-1/+0
* adding more information to the syntax error exceptionAaron Patterson2011-10-041-6/+21
* Using context_mark from the parser struct for accuruate line / columnAaron Patterson2011-10-041-2/+2
* release memory associated with yaml_event using yaml_event_delete at bottom o...Mark J. Titorenko2011-06-051-0/+1
* setting correct taint status for stringsAaron Patterson2011-04-211-0/+14
* pulling in changes from ruby coreAaron Patterson2011-03-291-2/+2
* merging from rubyAaron Patterson2011-02-061-1/+13
* syncing up with ruby trunkAaron Patterson2011-01-211-0/+23
* setting the encoding twice is not allowedAaron Patterson2010-05-181-0/+7
* adding UTF-16 and UTF-16+BOM supportAaron Patterson2010-05-181-30/+46
* merging from rubyAaron Patterson2010-05-151-152/+161
* merging from rubyAaron Patterson2010-04-161-2/+2
* implementing some deprecated api methodsAaron Patterson2010-04-091-0/+1
* merging from ruby to psychAaron Patterson2010-04-091-0/+0
* Author: naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>Aaron Patterson2010-03-291-24/+26
* matching indentation with rubyAaron Patterson2010-02-201-220/+221
* more docsAaron Patterson2010-01-161-0/+4
* raise an exception when bogus values are returned from an IO objectAaron Patterson2010-01-151-1/+2
* adding encoding support checksAaron Patterson2010-01-091-0/+24
* document tags have the correct encodingAaron Patterson2010-01-091-10/+23
* list anchors have encodingsAaron Patterson2010-01-091-3/+5
* anchors and aliases have an encodingAaron Patterson2010-01-091-14/+24
* caching rb_intern callsAaron Patterson2010-01-051-13/+39
* speeding up and caching encoding lookupAaron Patterson2010-01-041-3/+18
* testing scalar encoding supprtAaron Patterson2010-01-041-0/+5
* adding more documentationAaron Patterson2010-01-031-0/+13
* supporting io objects in the parse methodAaron Patterson2010-01-031-8/+36
* adding yaml syntax errorAaron Patterson2009-09-271-3/+9
* all events handledAaron Patterson2009-09-271-0/+3
* end mapping event handledAaron Patterson2009-09-271-0/+3
* mapping start testedAaron Patterson2009-09-271-2/+21
* end_sequence supportedAaron Patterson2009-09-271-0/+3
* start_sequence implementedAaron Patterson2009-09-271-0/+19
* folded scalarsAaron Patterson2009-09-271-1/+10
* scalar supports anchorsAaron Patterson2009-09-261-1/+5
* supporting scalar tagsAaron Patterson2009-09-261-1/+6
* eliminating warningsAaron Patterson2009-09-261-7/+7
* scalar foundAaron Patterson2009-09-261-0/+9
* alias supportedAaron Patterson2009-09-261-0/+7
* implicit start and end documentAaron Patterson2009-09-261-0/+5
* start docuemnt flushed outAaron Patterson2009-09-261-2/+4