aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml.rb
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (ev_const_get): fixed a bug in constant reference duringmatz2005-12-261-1/+1
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-061-1/+1
* * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776]matz2005-09-201-0/+1
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-49/+70
* * lib/yaml.rb: Kernel#y requires an argument.why2005-01-071-1/+2
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-301-1/+39
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-23/+176
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-161-19/+2
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-7/+7
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-181-1/+1
* * ext/syck/syck.h: version 0.43.why2004-04-031-2/+18
* Move "y" documentation to correct placedave2004-03-241-15/+16
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-201-4/+4
* * ext/syck/emitter.c: new emitter code.why2003-07-111-1/+36
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-0/+7
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-0/+8
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-5/+12
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-1/+1
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-7/+9
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-29/+73
* Initial checkin of YAML substances.why2003-05-091-0/+119