summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: fix syntax error.tenderlove
2013-05-15yaml_tree.rb: fix warning messagenobu
2013-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: only emit warnings whentenderlove
2013-05-14* ext/psych/lib/psych/visitors/yaml_tree.rb: adding backwardstenderlove
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove
2013-05-14changing variable nametenderlove
2013-04-14* ext/-test-/debug/depend: New file.akr
2013-04-05* ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove
2013-04-05* ext/psych/lib/psych/exception.rb: there should be only one exceptiontenderlove
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove
2013-03-01* lib/psych.rb: specify in rdoc what object is returned in parserzzak
2013-02-28* ext/psych/lib/psych.rb: rdoc for Psych overview by Adam Stankiewiczzzak
2013-02-16* ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewiczzzak
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: change output referencetenderlove
2013-01-17* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove
2013-01-13* ext/psych/yaml/scanner.c: Fix typos, patch by James Dabbszzak
2013-01-12* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove
2013-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove
2013-01-03* ext/psych/lib/psych.rb (Psych.load): Return value ofzzak
2012-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping sotenderlove
2012-12-13* ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove
2012-12-05* remove trailing spaces.nobu
2012-11-29* ext/psych/extconf.rb: added --enable-bundled-libyaml option. thisusa
2012-11-28emitter.c: constifynobu
2012-11-28extconf.rb: mingw32nobu
2012-11-28extconf.rb: VPATHnobu
2012-11-28* ext/psych/extconf.rb: copy sources into build directory,ko1
2012-11-28* ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17* ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove
2012-10-22* ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove
2012-10-22* ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove
2012-07-31* ext/psych/lib/psych.rb: updated to released version.tenderlove
2012-07-19* ext/psych/emitter.c (initialize): allow a configuration object to betenderlove
2012-07-16* ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove
2012-06-15* ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove
2012-05-18* ext/psych/extconf.rb: Use an exception instaed of bare abort.kosaki
2012-05-17* ext/psych/parser.c (transcode_string): fix encoding index names.tenderlove