diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 06:48:04 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 06:48:04 +0000 |
| commit | 2538a0ab13efe71d15cc39b7426f2ff1f77876c3 (patch) | |
| tree | 0444d4d8af5637f732690a130b911808eb6d6842 /ChangeLog | |
| parent | eb0c96510a072f35ddcaf418d560e30786e5cef1 (diff) | |
| download | ruby-2538a0ab13efe71d15cc39b7426f2ff1f77876c3.tar.gz ruby-2538a0ab13efe71d15cc39b7426f2ff1f77876c3.tar.xz ruby-2538a0ab13efe71d15cc39b7426f2ff1f77876c3.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Tue May 20 15:26:25 2003 WATANABE Hirofumi <eban@ruby-lang.org> + + * 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 <usa@ruby-lang.org> * win32/win32.c (kill): set errno after calling raise(). |
