[#29911] [Bug #3231] Digest Does Not Build — Charlie Savage <redmine@...>

Bug #3231: Digest Does Not Build

19 messages 2010/05/01

[#29920] [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless — Benoit Daloze <redmine@...>

Feature #3232: Loops (while/until) should return last statement value if any, like if/unless

9 messages 2010/05/01

[#29997] years in Time.utc — Xavier Noria <fxn@...>

Does anyone have a precise statement about the years supported by

13 messages 2010/05/04

[#30010] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly — Luis Lavena <redmine@...>

Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly

9 messages 2010/05/05

[#30226] [Bug #3288] Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88 — Szymon Jeż <redmine@...>

Bug #3288: Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88

10 messages 2010/05/13

[#30358] tk doesn't startup well in doze — Roger Pack <rogerdpack2@...>

Currently with 1.9.x and tk 8.5,the following occurs

12 messages 2010/05/22

[ruby-core:30124] Re: [Bug #1131] String#unpack("V") does not work correctly is linux on s390x

From: Tanaka Akira <akr@...>
Date: 2010-05-09 21:55:46 UTC
List: ruby-core #30124
2010/5/10 Klaus K=E4mpf <redmine@ruby-lang.org>:
> Issue #1131 has been updated by Klaus K=E4mpf.
>
>
> The 'N' case is also affected on little-endian systems with sizeof(long) =
=3D=3D 8; but I'm currently not aware of such architectures.

GNU/Linux (x86_64) is sizeof(long) =3D=3D 8 and little endian.
It is seems to work.

% ./ruby -v -e 'p [17138429].pack("N").unpack("N")'
ruby 1.8.8dev (2010-05-07) [x86_64-linux]
[17138429]

Is there a test case?

Also, pack.c in ruby-1.9.2 don't use OFF32.
Can you reproduce the problem with that?
--=20
Tanaka Akira

In This Thread