aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/token.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-2724/+0
* * ext/syck/rubyext.c (mktime_do): use ISDIGIT().nobu2012-03-021-1/+1
* * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu2012-01-301-2/+2
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-251-6/+6
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-47/+47
* * ext/syck: suppress warnings more.nobu2008-07-221-1/+1
* * ext/syck: suppress warnings.nobu2008-07-221-1/+1
* * $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/token.c: correctly compute identation of a blockwhy2005-09-201-110/+115
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-201-140/+141
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-464/+475
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-614/+686
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-131-933/+1319
* * lib/implicit.c: added sexagecimal float#base60.why2004-08-071-347/+189
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-301-1152/+964
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-151-170/+299
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-1/+1
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-64/+68
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-1/+1
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-125/+194
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-251-32/+30
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-171-492/+985
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-1047/+586
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-031-546/+562
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-61/+64
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-291-45/+45
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-83/+85
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-241-93/+174
* *** empty log message ***nobu2003-07-041-16/+16
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-512/+566
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-101-432/+543
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-56/+61
* * ext/syck/token.c: directives choked on a period.why2003-06-051-71/+129
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-301-129/+205
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-291-63/+61
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-291-277/+260
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-44/+46
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-44/+45
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-191-558/+888
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-191-59/+60
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-151-3/+3
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-131-7/+7
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-132/+127
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-50/+60
* Initial checkin of YAML substances.why2003-05-091-0/+1638