mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* array.c (rb_ary_and): should not push frozen key string.
* array.c (rb_ary_or): ditto. * eval.c (rb_thread_schedule): should save context before raising deadlock, saved context for current thread might be obsolete. * time.c (make_time_t): non DST timezone shift supported (hopefully). * signal.c: SIGINFO added. * eval.c (rb_ensure): should not SEGV when prot_tag is NULL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91fdbecbda
commit
be256c6f5a
7 changed files with 50 additions and 18 deletions
3
signal.c
3
signal.c
|
@ -162,6 +162,9 @@ static struct signals {
|
|||
#endif
|
||||
#ifdef SIGSOUND
|
||||
"SOUND", SIGSOUND,
|
||||
#endif
|
||||
#ifdef SIGINFO
|
||||
"INFO", SIGINFO,
|
||||
#endif
|
||||
NULL, 0,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue