-
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.
* gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from
Satoshi Shiba <shiba AT rvm.jp> at [ruby-dev:40973]. * gc.h (ruby_get_stack_grow_direction): fixed prototype. * thread_pthread.c (get_stack, ruby_stack_overflowed_p): both side should be same type. [Bug ruby#3145] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 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,13 @@ | ||
Wed Apr 14 16:29:02 2010 Nobuyoshi Nakada <[email protected]> | ||
|
||
* gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from | ||
Satoshi Shiba <shiba AT rvm.jp> at [ruby-dev:40973]. | ||
|
||
* gc.h (ruby_get_stack_grow_direction): fixed prototype. | ||
|
||
* thread_pthread.c (get_stack, ruby_stack_overflowed_p): both side | ||
should be same type. [Bug #3145] | ||
|
||
Wed Apr 14 15:58:11 2010 Nobuyoshi Nakada <[email protected]> | ||
|
||
* string.c (rb_string_value_cstr): make NUL terminated if it is | ||
|
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