-
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.
* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned…
… int. * include/ruby/encoding.h (rb_enc_codepoint): ditto. * encoding.c (rb_enc_codepoint): signed int to unsigned int. * encoding.c (rb_enc_ascget): ditto. * string.c (rb_str_casecmp): ditto. * string.c (enc_succ_alnum_char): ditto. * string.c (rb_str_inspect): ditto. * string.c (rb_str_upcase_bang): ditto. * string.c (rb_str_downcase_bang): ditto. * string.c (rb_str_capitalize_bang): ditto. * string.c (rb_str_swapcase_bang): ditto. * string.c (struct tr): ditto. * string.c (trnext): ditto. * string.c (tr_trans): ditto. * string.c (tr_setup_table): ditto. * string.c (tr_find): ditto. * string.c (rb_str_delete_bang): ditto. * string.c (rb_str_squeeze_bang): ditto. * string.c (rb_str_count): ditto. * string.c (rb_str_split_m): ditto. * string.c (rb_str_each_line): ditto. * string.c (rb_str_lstrip_bang): ditto. * string.c (rb_str_rstrip_bang): ditto. * string.c (rb_str_intern): ditto. * dir.c (char_casecmp): ditto. * sprintf.c (rb_str_format): ditto. * enc/emacs_mule.c (mbc_to_code): to be 32bit clean. * enc/emacs_mule.c (code_to_mbc): ditto. * enc/gb18030.c (mbc_to_code): ditto. * enc/gb18030.c (code_to_mbc): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
9 changed files
with
124 additions
and
63 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,65 @@ | ||
Thu Sep 11 19:12:56 2008 NARUSE, Yui <[email protected]> | ||
|
||
* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | ||
|
||
* include/ruby/encoding.h (rb_enc_codepoint): ditto. | ||
|
||
* encoding.c (rb_enc_codepoint): signed int to unsigned int. | ||
|
||
* encoding.c (rb_enc_ascget): ditto. | ||
|
||
* string.c (rb_str_casecmp): ditto. | ||
|
||
* string.c (enc_succ_alnum_char): ditto. | ||
|
||
* string.c (rb_str_inspect): ditto. | ||
|
||
* string.c (rb_str_upcase_bang): ditto. | ||
|
||
* string.c (rb_str_downcase_bang): ditto. | ||
|
||
* string.c (rb_str_capitalize_bang): ditto. | ||
|
||
* string.c (rb_str_swapcase_bang): ditto. | ||
|
||
* string.c (struct tr): ditto. | ||
|
||
* string.c (trnext): ditto. | ||
|
||
* string.c (tr_trans): ditto. | ||
|
||
* string.c (tr_setup_table): ditto. | ||
|
||
* string.c (tr_find): ditto. | ||
|
||
* string.c (rb_str_delete_bang): ditto. | ||
|
||
* string.c (rb_str_squeeze_bang): ditto. | ||
|
||
* string.c (rb_str_count): ditto. | ||
|
||
* string.c (rb_str_split_m): ditto. | ||
|
||
* string.c (rb_str_each_line): ditto. | ||
|
||
* string.c (rb_str_lstrip_bang): ditto. | ||
|
||
* string.c (rb_str_rstrip_bang): ditto. | ||
|
||
* string.c (rb_str_intern): ditto. | ||
|
||
* dir.c (char_casecmp): ditto. | ||
|
||
* sprintf.c (rb_str_format): ditto. | ||
|
||
* enc/emacs_mule.c (mbc_to_code): to be 32bit clean. | ||
|
||
* enc/emacs_mule.c (code_to_mbc): ditto. | ||
|
||
* enc/gb18030.c (mbc_to_code): ditto. | ||
|
||
* enc/gb18030.c (code_to_mbc): ditto. | ||
|
||
Thu Sep 11 19:09:25 2008 NARUSE, Yui <[email protected]> | ||
|
||
* ext/iconv/iconv.c: add attention for machine independent. | ||
|
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
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
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
Oops, something went wrong.