aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml/rubytypes.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-031-446/+0
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-041-2/+2
* * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu2009-03-261-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+38
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-161-1/+1
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-9/+9
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-10/+12
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+1
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-201-2/+3
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-39/+4
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-464/+278
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-2/+2
* * lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why2004-08-181-1/+0
* * lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why2004-08-181-7/+7
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-301-1/+1
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-1/+3
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-151-3/+3
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-4/+4
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-49/+163
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-1/+1
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-1/+1
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-1/+1
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-201-3/+4
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-1/+1
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-2/+2
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-78/+0
* * ext/syck/emitter.c: new emitter code.why2003-07-111-4/+4
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-5/+5
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-10/+2
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-101-5/+6
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-2/+33
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+2
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-1/+7
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-3/+0
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-131-7/+11
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-10/+3
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-11/+11
* Initial checkin of YAML substances.why2003-05-091-0/+558