aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/node.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-407/+0
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-9/+9
* * ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.mame2008-09-111-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
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-3/+3
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * ext/syck/node.c (syck_replace_str): was using return from thematz2005-09-161-1/+1
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-0/+71
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-3/+5
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-1/+1
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-6/+17
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-1/+1
* * ext/syck/token.c: directives choked on a period.why2003-06-051-1/+0
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-0/+19
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-12/+12
* Initial checkin of YAML substances.why2003-05-091-0/+306