[#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:30062] Re: years in Time.utc

From: Rick DeNatale <rick.denatale@...>
Date: 2010-05-06 17:13:48 UTC
List: ruby-core #30062
It just requires an appleid, if you have an itunes account it's the same one.

If not it's pretty easy to register

https://myinfo.apple.com/cgi-bin/WebObjects/MyInfo.woa

On Thu, May 6, 2010 at 12:54 PM, Benoit Daloze <eregontp@gmail.com> wrote:
> 2010/5/6 Nobuyoshi Nakada <nobu@ruby-lang.org>:
>> Following code also freezes on x86_64 but works fine on i386.
>> Do you know how to report the bug to apple?
>>
>>
>> #include <time.h>
>>
>> int
>> main(void)
>> {
>> ime_t t = -693369331200L;
>> ocaltime(&t);
>> eturn 0;
>> }
>>
>>
>> --
>> Nobu Nakada
>>
> I didn't know but tried on
> http://bugreport.apple.com.
>
> Unhopely, it seems it's very closed and so I can't find any link to
> 'share' the bug report.
> I just hope it will be solved ...
>
> Thanks for your help,
>
> B.D.
>
> PS: I don't much about localtime(), but is the value you give in
> example supposed to be supported?
>
>



-- 
Rick DeNatale

Blog: http://talklikeaduck.denhaven2.com/
Github: http://github.com/rubyredrick
Twitter: @RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale

In This Thread