1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/syck
matz 070fcde39d * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare
"self", making it default to "int".

* ext/syck/rubyext.c (syck_emitter_simple_write): ditto.

* gc.c (rb_gc): should mark backing store region on IA64.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-08-01 10:57:32 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
emitter.c * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * ext/syck/token.c: prefixed many constants and definitions with YAML_ to 2003-07-29 03:27:01 +00:00
gram.h * ext/syck/token.c: prefixed many constants and definitions with YAML_ to 2003-07-29 03:27:01 +00:00
handler.c * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
implicit.c * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
MANIFEST Missed MANIFEST change and addition of ext/syck/emitter.c. 2003-07-11 23:44:37 +00:00
node.c * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
rubyext.c * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare 2003-08-01 10:57:32 +00:00
syck.c * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
syck.h * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
token.c * ext/syck/token.c: prefixed many constants and definitions with YAML_ to 2003-07-29 03:27:01 +00:00