index
:
psych
cr/drop_ruby_2.x.x
master
A libyaml wrapper for Ruby
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2011-11-16
* ext/psych/lib/psych.rb (load_file): make sure opened yaml files are
Aaron 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 look
Aaron Patterson
2011-10-04
adding more information to the syntax error exception
Aaron Patterson
2011-10-04
postfix rescue statement cannot receive Exception class specification.
nagachika
2011-10-03
updating manifest, bumping up to 1.2.2
Aaron Patterson
2011-10-03
Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing this
Aaron Patterson
2011-10-03
Avoid accepting incorrect floating point values.
Aaron Patterson
2011-10-03
* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be
Aaron Patterson
2011-10-03
sync with ruby core
Aaron Patterson
2011-10-03
rc1
Aaron Patterson
2011-10-03
1.9.2 compatibility
Aaron Patterson
2011-09-01
Strings tagged binary will be emitted as binary. Fixes #27
Aaron Patterson
2011-08-24
bumping version number
Aaron Patterson
2011-08-24
* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
Aaron Patterson
2011-08-17
syncing with ruby trunk
Aaron Patterson
2011-07-29
sync with ruby trunk
Aaron Patterson
2011-06-21
fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19
Aaron Patterson
2011-06-21
merge from ruby trunk
Aaron Patterson
2011-06-09
bumping version and copying changelog from ruby core
Aaron Patterson
2011-06-08
fixing Hash subclass dump and load support. fixes #14
Aaron Patterson
2011-06-08
adding module serialization support
Aaron Patterson
2011-06-08
ruby classes can round trip
Aaron Patterson
2011-06-05
merging from ruby trunk
Aaron Patterson
2011-05-13
increasing version number
Aaron Patterson
2011-05-13
synching with ruby trunk
Aaron Patterson
2011-03-29
pulling in changes from ruby core
Aaron Patterson
2011-02-25
add support for time strings whose timezone format is (+/-)hhmm
Gonçalo Silva
2011-02-25
merging from ruby trunk
Aaron Patterson
2011-02-06
merging from ruby
Aaron Patterson
2011-01-21
syncing up with ruby trunk
Aaron Patterson
2010-07-07
line width option is passed to emitter
Aaron Patterson
2010-07-07
preferred line width may be set
Aaron Patterson
2010-07-07
dump options can include header and version
Aaron Patterson
2010-07-07
options are being used, :canonical and :indentation are supported
Aaron Patterson
2010-07-07
merging from ruby
Aaron Patterson
2010-07-05
merging changes from ruby
Aaron Patterson
2010-06-18
* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix the
Aaron Patterson
2010-05-22
adding a json stream emitter
Aaron Patterson
2010-05-19
adding yaml streaming api
Aaron Patterson
2010-05-18
setting the encoding twice is not allowed
Aaron Patterson
2010-05-18
adding UTF-16 and UTF-16+BOM support
Aaron Patterson
2010-05-16
removing unused file
Aaron Patterson
2010-05-16
reusing Psych::TreeBuilder to our advantage
Aaron Patterson
2010-05-16
using factory methods for tree building
Aaron Patterson
2010-05-15
using factory methods for node creation
Aaron Patterson
2010-05-03
using factory methods for building AST
Aaron Patterson
2010-05-03
merging from ruby
Aaron Patterson
2010-04-24
adding deprecated method "tagurize"
Aaron Patterson
2010-04-24
removing unused code
Aaron Patterson
[next]