aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/implicit.c
Commit message (Expand)AuthorAgeFilesLines
* * 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