summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-01-13* ext/psych/yaml/scanner.c: Typos by James Dabbs [Github Fixes #118]Zachary Scott
2012-12-13merge changes from ruby trunkAaron Patterson
2012-11-27make some header file adjustments for ruby compileAaron Patterson
2012-11-27add the license for libyamlAaron Patterson
2012-11-17fix c file nameAaron Patterson
2012-11-17only do have_header checks if we are embedding libyamlAaron Patterson
2012-11-17mkmf has a global for this testAaron Patterson
2012-11-17fix build on windowsAaron Patterson
2012-11-17only embed libyaml if the system does not have itAaron Patterson
2012-11-17for compiling on mswinMasaya TARUI
2012-11-16embedding libyamlAaron Patterson
2012-10-22Psych::SyntaxError now inherits from RuntimeErrorEric Hodel
2012-07-18* ext/psych/emitter.c (initialize): allow a configuration object to beAaron Patterson
2012-07-18use RbConfig rather than ConfigAaron Patterson
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
2012-01-17syncing with ruby trunkAaron 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-30synching with ruby trunkAaron 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-07-07preferred line width may be setAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson
2010-05-22merging from rubyAaron Patterson
2010-05-19emitter transcodes to UTF-8 automaticallyAaron 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-03-28removing cflag modificationsAaron Patterson
2010-03-28cleaning up some warningsAaron Patterson
2010-02-20matching indentation with rubyAaron Patterson
2010-02-05indentation level can be setAaron Patterson
2010-02-05canonical output may be setAaron Patterson
2010-01-16more docsAaron Patterson
2010-01-161.8 compatibilityAaron Patterson
2010-01-15switching inject to use rb_path_to_classAaron Patterson
2010-01-15raise an exception when bogus values are returned from an IO objectAaron Patterson