summaryrefslogtreecommitdiffstats
path: root/ext/syck/implicit.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck: suppress warnings more.nobu2008-07-221-1/+1
* * ext/syck: suppress warnings more.nobu2008-07-221-4/+4
* * ext/syck: suppress warnings.nobu2008-07-221-3/+4
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * ext/syck/implicit.c (syck_type_id_to_uri): should returnocean2005-10-261-2/+2
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-201-75/+75
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-29/+54
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-131-1039/+2501
* * lib/implicit.c: added sexagecimal float#base60.why2004-08-071-2596/+1160
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-151-79/+159
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-1/+1
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-121-566/+617
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-171-889/+2276
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-2317/+906
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-261-78/+83
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-525/+526
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-2/+3
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-101-633/+654
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-191-930/+2288
* * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy2003-05-151-575/+554
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-9/+9
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-27/+37
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-45/+642
* Initial checkin of YAML substances.why2003-05-091-0/+860