* re.c (rb_reg_regcomp): fix a GC problem on x86_64 with
gcc 3.3.5 (Debian 1:3.3.5-13). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
682292ea7d
commit
51f4d6645b
@ -1,9 +1,13 @@
|
||||
Tue Dec 13 12:23:47 2005 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* re.c (rb_reg_regcomp): fix a GC problem on x86_64 with
|
||||
gcc 3.3.5 (Debian 1:3.3.5-13).
|
||||
|
||||
Tue Dec 13 01:44:16 2005 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* array.c (rb_ary_diff): fix a GC problem on IA64 with
|
||||
gcc 3.3.5 (Debian 1:3.3.5-13).
|
||||
When rb_ary_push is called, there was no register
|
||||
which contains
|
||||
When rb_ary_push is called, there was no register which contains
|
||||
`hash' but `&RHASH(hash)->tbl' instead.
|
||||
|
||||
Tue Dec 13 00:08:09 2005 Tanaka Akira <akr@m17n.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user