[#2367] Standard libraries — Dave Thomas <dave@...>

From ruby-dev summary:

60 messages 2004/02/11

[#2397] PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library — Gavin Sinclair <gsinclair@...>

Index: cgi-lib.rb

15 messages 2004/02/12

[#2465] PATCH: OpenStruct#initialize to yield self — Gavin Sinclair <gsinclair@...>

This is a common approach I use to object initialization; I don't know

24 messages 2004/02/19

Re: Patch for socket.c: control reverse lookup for every instance

From: matz@... (Yukihiro Matsumoto)
Date: 2004-02-06 01:03:19 UTC
List: ruby-core #2348
Hi,

In message "Re: Patch for socket.c: control reverse lookup for every instance"
    on 04/02/06, nobu.nokada@softhome.net <nobu.nokada@softhome.net> writes:

|At Fri, 6 Feb 2004 07:03:12 +0900,
|Thomas Uehlinger wrote in [ruby-core:02346]:
|> While experimenting with Webrick I felt that it would be nice
|> if I could control for every socket whether reverse lookup
|> should be done or not (instead of using the global
|> BasicSocket.do_not_reverse_lookup flag).
|
|Your patch makes impossible to control it in singleton method
|BasicSocket.getaddrinfo.

Commit the patch, please.

							matz.

In This Thread