summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-06bumping up the versionAaron Patterson
2012-03-27bumping to 1.3.1 in order to include warningAaron Patterson
2012-03-27bumping to 1.3.0Aaron Patterson
2012-03-23add missing #warn in #init_with for #yaml_initialize deprecationBenoit Daloze
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading afterAaron Patterson
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block isAaron Patterson
2012-03-05* ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedAaron Patterson
2012-03-05* ext/psych/lib/psych.rb: default open YAML files with utf8 externalAaron Patterson
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson
2012-01-17* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson
2012-01-17syncing with ruby trunkAaron Patterson
2011-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredAaron Patterson
2011-12-17* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychAaron Patterson
2011-11-16* ext/psych/lib/psych.rb (load_file): make sure opened yaml files areAaron Patterson
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,Aaron Patterson
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson
2011-10-04adding more information to the syntax error exceptionAaron Patterson
2011-10-04postfix rescue statement cannot receive Exception class specification.nagachika
2011-10-03updating manifest, bumping up to 1.2.2Aaron Patterson
2011-10-03Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson
2011-10-03Avoid accepting incorrect floating point values.Aaron Patterson
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can beAaron Patterson
2011-10-03sync with ruby coreAaron Patterson
2011-10-03rc1Aaron Patterson
2011-10-031.9.2 compatibilityAaron Patterson
2011-09-01Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson
2011-08-24bumping version numberAaron Patterson
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to beAaron Patterson
2011-08-17syncing with ruby trunkAaron Patterson
2011-07-29sync with ruby trunkAaron Patterson
2011-06-21fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19Aaron Patterson
2011-06-21merge from ruby trunkAaron Patterson
2011-06-09bumping version and copying changelog from ruby coreAaron Patterson
2011-06-08fixing Hash subclass dump and load support. fixes #14Aaron Patterson
2011-06-08adding module serialization supportAaron Patterson
2011-06-08ruby classes can round tripAaron Patterson
2011-06-05merging from ruby trunkAaron Patterson
2011-05-13increasing version numberAaron Patterson
2011-05-13synching with ruby trunkAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-25add support for time strings whose timezone format is (+/-)hhmmGonçalo Silva
2011-02-25merging from ruby trunkAaron Patterson
2011-02-06merging from rubyAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-07-07line width option is passed to emitterAaron Patterson
2010-07-07preferred line width may be setAaron Patterson
2010-07-07dump options can include header and versionAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson