index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
yaml
/
rubytypes.rb
Age
Commit message (
Expand
)
Author
2010-04-03
* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.
tenderlove
2010-02-04
* lib/yaml/rubytypes.rb: Struct members are emitted without a leading
tenderlove
2009-03-26
* lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-11-06
* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8
matz
2007-11-16
* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.
nobu
2007-11-15
* lib/yaml.rb (quick_emit): use combination of object_id and hash to
why
2006-01-10
* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in
ocean
2006-01-10
* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted
ocean
2005-09-20
* ext/syck/emitter.c (syck_scan_scalar): prevent indicators from
why
2005-09-17
* lib/yaml/rubytypes.rb: remove comments that are bungling up
why
2005-09-13
* lib/yaml.rb: reworking YAML::Stream to use the new
why
2005-06-07
* bignum.c (bignorm): fixed a bug in normalizing negative numbers
matz
2004-08-18
* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.
why
2004-08-18
* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,
why
2004-07-30
* lib/yaml/rubytypes.rb: exceptions were using an older
why
2004-05-25
* ext/syck/syck.c (syck_new_parser): clear parser on init.
why
2004-05-15
* ext/syck/MANIFEST, ext/syck/depend: new file.
nobu
2004-05-15
* lib/yaml.rb: removed fallback to pure Ruby parser.
why
2004-05-06
* lib/yaml/rubytypes.rb (to_yaml): added instance variable handling
why
2004-04-26
* lib/yaml/rubytypes.rb: passing Range tests.
why
2004-04-02
* ext/syck/lib/gram.c: allow root-level inline collections.
why
2004-03-18
* eval.c (proc_eq): avoid false positive by using scope and
matz
2004-01-28
* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]
why
2003-12-20
* lib/yaml.rb (YAML::YAML): adjust Marshal version.
nobu
2003-12-15
* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]
why
2003-12-12
* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]
why
2003-08-21
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-07-11
* ext/syck/emitter.c: new emitter code.
why
2003-06-18
* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.
why
2003-06-17
* ext/syck/gram.c: added grammar for certain empty sequence entries.
why
2003-06-10
* ext/syck/token.c: preserve newlines prepended to a block.
why
2003-05-22
* lib/token.c: single- and double-quoted root-level fix.
why
2003-05-22
* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on
why
2003-05-22
* ext/syck/rubyext.c (syck_parser_load): root-level false was returning
why
2003-05-14
* ext/syck/gram.c: sequence-in-map shortcut, transfer methods on
why
2003-05-13
* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id
why
2003-05-13
* lib/yaml/rubytypes.rb: object and struct loading
why
2003-05-11
* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...
why
2003-05-09
Initial checkin of YAML substances.
why