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
eban b614db0432 * st.h: define ST_DATA_T_DEFINED for portability.
* ext/syck/syck.h: add typedef, st_data_t for Ruby 1.6.

* ext/syck/syck.c (syck_st_free_nodes): return int.

* ext/syck/syck.c (syck_add_sym): cast the data to st_data_t
  to avoid error on bcc32.

* ext/syck/syck.c (syck_lookup_sym): ditto.

* ext/syck/syck.c (syck_free_parser): NULL is not integer.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-20 06:48:04 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numbers 2003-05-19 16:37:20 +00:00
gram.h Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
handler.c ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning. 2003-05-13 16:25:41 +00:00
implicit.c * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8, 2003-05-19 18:46:57 +00:00
MANIFEST * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
node.c * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on 2003-05-14 20:01:09 +00:00
rubyext.c * lib/gram.c: fixes to one-line documents and end of stream documents. 2003-05-15 21:46:47 +00:00
syck.c * st.h: define ST_DATA_T_DEFINED for portability. 2003-05-20 06:48:04 +00:00
syck.h * st.h: define ST_DATA_T_DEFINED for portability. 2003-05-20 06:48:04 +00:00
token.c * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8, 2003-05-19 18:46:57 +00:00