-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
4 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Tue May 20 15:26:25 2003 WATANABE Hirofumi <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* win32/win32.c (kill): set errno after calling raise(). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters