[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18213] [Ruby 1.8 - Bug #413] main() needs to return int

From: Shyouhei Urabe <redmine@...>
Date: 2008-08-09 02:03:13 UTC
List: ruby-core #18213
Issue #413 has been updated by Shyouhei Urabe.


No, not really.

Fact (1)

When abbreviated, a function's return value defaults to int. So,
  main(int, char*);
is a 100% conforming declaration of main function for C89.

Fact (2)

IEEE Std 1003.1 says in its rationale:
  "Implementations are required to support the two-argument calling
  sequence, but this does not prohibit an implementation from
  supporting envp as an optional third argument."
So optional third argument of main is not a bad habit.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/413

----------------------------------------
http://redmine.ruby-lang.org

In This Thread