aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/bytecode.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-1165/+0
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-251-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-11/+11
* * ext/syck: suppress warnings more.nobu2008-07-221-2/+2
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-201-119/+114
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-2/+2
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-131-1/+1
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-151-95/+157
* * 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-4/+4
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-251-43/+59
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-171-175/+533
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-0/+735