index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
syck
/
emitter.c
Age
Commit message (
Expand
)
Author
2012-08-22
* ext/syck: removed. Fixes [ruby-core:43360]
tenderlove
2011-03-25
* ext/sdbm/_sdbm.c (sdbm_open): use size_t.
naruse
2010-05-02
* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag
nobu
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2009-10-16
* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.
naruse
2008-07-22
* ext/syck: suppress warnings more.
nobu
2008-07-22
* ext/syck: suppress warnings.
nobu
2008-07-22
* ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,
mame
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2007-06-10
* include/ruby: moved public headers.
nobu
2006-08-31
* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.
usa
2006-06-20
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-02-02
* ext/syck/emitter.c (syck_emitter_write): should not set '\0' on
ocean
2006-01-16
* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):
ocean
2005-09-20
* ext/syck/emitter.c (syck_scan_scalar): prevent indicators from
why
2005-09-17
* lib/yaml/rubytypes.rb: remove comments that are bungling up
why
2005-09-13
* lib/yaml.rb: reworking YAML::Stream to use the new
why
2004-05-06
* lib/yaml/rubytypes.rb (to_yaml): added instance variable handling
why
2004-01-02
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2003-12-21
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-10-21
C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)
nobu
2003-10-14
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
why
2003-08-26
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-07-28
* ext/syck/syck.h: Added 'syck' yacc prefixes.
why
2003-07-25
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-24
* ext/syck/emitter.c (syck_emitter_flush): accepts count
why
2003-07-15
* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.
eban
2003-07-11
Missed MANIFEST change and addition of ext/syck/emitter.c.
why