summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2014-02-21backport from ruby trunkSHIBATA Hiroshi
2014-02-05merge from ruby trunkAaron Patterson
2014-02-05* ext/psych/yaml/config.h: bump libyaml to 0.1.5Zachary Scott
2014-02-04* ext/psych/yaml/emitter.c: merge libyaml 0.1.5Aaron Patterson
2014-01-19fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby...SHIBATA Hiroshi
2013-12-11fix typoAkira Matsuda
2013-09-20* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]Zachary Scott
2013-07-05merging from ruby trunkAaron Patterson
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-05-14merge from RubyAaron Patterson
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-28version list should be a listAaron Patterson
2012-04-28change `parse` arityAaron Patterson
2012-04-28put psych in the psych packageAaron Patterson
2012-04-28import the java implementation from JRubyAaron 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