aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/emitter.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck: suppress warnings more.nobu2008-07-221-1/+1
* * ext/syck: suppress warnings.nobu2008-07-221-24/+30
* * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame2008-07-221-2/+2
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-3/+3
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-5/+5
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-021-1/+0
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-161-21/+15
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-201-6/+28
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-31/+32
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-121/+903
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-1/+2
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-1/+1
* * ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz2003-12-211-1/+10
* C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu2003-10-211-1/+1
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-1/+1
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-261-1/+1
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-0/+83
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-1/+1
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-241-18/+52
* * ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban2003-07-151-1/+1
* Missed MANIFEST change and addition of ext/syck/emitter.c.why2003-07-111-0/+317