summaryrefslogtreecommitdiff
path: root/ext/psych/parser.c
AgeCommit message (Expand)Author
2012-11-17only embed libyaml if the system does not have itAaron Patterson
2012-11-16embedding libyamlAaron Patterson
2012-10-22Psych::SyntaxError now inherits from RuntimeErrorEric Hodel
2012-05-17* ext/psych/parser.c (transcode_string): fix encoding index names.Aaron Patterson
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externalAaron Patterson
2012-02-27* ext/psych/parser.c: prevent a memory leak by protecting calls toAaron Patterson
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputAaron Patterson
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson
2011-12-06* ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson
2011-11-01merging from rubyAaron Patterson
2011-10-04adding more information to the syntax error exceptionAaron Patterson
2011-10-04Using context_mark from the parser struct for accuruate line / columnAaron Patterson
2011-06-05release memory associated with yaml_event using yaml_event_delete at bottom o...Mark J. Titorenko
2011-04-21setting correct taint status for stringsAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-06merging from rubyAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-05-18setting the encoding twice is not allowedAaron Patterson
2010-05-18adding UTF-16 and UTF-16+BOM supportAaron Patterson
2010-05-15merging from rubyAaron Patterson
2010-04-16merging from rubyAaron Patterson
2010-04-09implementing some deprecated api methodsAaron Patterson
2010-04-09merging from ruby to psychAaron Patterson
2010-03-29Author: naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>Aaron Patterson
2010-02-20matching indentation with rubyAaron Patterson
2010-01-16more docsAaron Patterson
2010-01-15raise an exception when bogus values are returned from an IO objectAaron Patterson
2010-01-09adding encoding support checksAaron Patterson
2010-01-09document tags have the correct encodingAaron Patterson
2010-01-09list anchors have encodingsAaron Patterson
2010-01-09anchors and aliases have an encodingAaron Patterson
2010-01-05caching rb_intern callsAaron Patterson
2010-01-04speeding up and caching encoding lookupAaron Patterson
2010-01-04testing scalar encoding supprtAaron Patterson
2010-01-03adding more documentationAaron Patterson
2010-01-03supporting io objects in the parse methodAaron Patterson
2009-09-27adding yaml syntax errorAaron Patterson
2009-09-27all events handledAaron Patterson
2009-09-27end mapping event handledAaron Patterson
2009-09-27mapping start testedAaron Patterson
2009-09-27end_sequence supportedAaron Patterson
2009-09-27start_sequence implementedAaron Patterson
2009-09-27folded scalarsAaron Patterson
2009-09-26scalar supports anchorsAaron Patterson
2009-09-26supporting scalar tagsAaron Patterson
2009-09-26eliminating warningsAaron Patterson
2009-09-26scalar foundAaron Patterson
2009-09-26alias supportedAaron Patterson
2009-09-26implicit start and end documentAaron Patterson
2009-09-26start docuemnt flushed outAaron Patterson