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
/
test
Age
Commit message (
Expand
)
Author
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
sync with ruby core
Aaron Patterson
2011-09-01
Strings tagged binary will be emitted as binary. Fixes #27
Aaron Patterson
2011-09-01
sync with ruby-trunk
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
avoid ruby warnings
Aaron Patterson
2011-06-21
merge from ruby trunk
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
synching with ruby trunk
Aaron Patterson
2011-04-21
setting correct taint status for strings
Aaron Patterson
2011-03-30
synching with ruby trunk
Aaron Patterson
2011-03-29
pulling in changes from ruby core
Aaron Patterson
2011-02-25
add a failing test for time strings whose timezone follows the (+/-)dddd format
Gonçalo Silva
2011-02-25
improved time scanning tests
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-19
emitter transcodes to UTF-8 automatically
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-15
merging from ruby
Aaron Patterson
2010-05-03
merging from ruby
Aaron Patterson
2010-04-24
adding deprecated method "tagurize"
Aaron Patterson
2010-04-24
adding support for deprecated "add_private_type" function
Aaron Patterson
2010-04-24
merge from ruby
Aaron Patterson
2010-04-23
supporting add_ruby_type
Aaron Patterson
2010-04-23
merging from ruby
Aaron Patterson
2010-04-16
binary strings should be dumped with literal formatting
Aaron Patterson
2010-04-16
merging from ruby
Aaron Patterson
2010-04-09
adding deprecation warnings
Aaron Patterson
2010-04-09
implementing some deprecated api methods
Aaron Patterson
2010-04-09
merging from ruby to psych
Aaron Patterson
2010-03-29
Fix problem with empty and white-space only strings. Add test.
Peter McLain
2010-03-29
* test/psych/*: switching tests to use relative require. [ruby-core:29104]
Aaron Patterson
[next]