From 2538a0ab13efe71d15cc39b7426f2ff1f77876c3 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 20 May 2003 06:48:04 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@3834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c802f86e5..0fb39d006 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue May 20 15:26:25 2003 WATANABE Hirofumi + + * 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. + Tue May 20 13:29:04 2003 NAKAMURA Usaku * win32/win32.c (kill): set errno after calling raise(). -- cgit