[#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: foldl and foldr

From: Eivind Eklund <eivind@...>
Date: 2004-02-25 14:53:33 UTC
List: ruby-core #2506
foldl is available under the name inject.

We don't have foldr, but I'm not sure I see much point in adding it,
given that it would have to do a reverse anyway, and it is better to
make this extra cost obvious to the programmer.

The preferred place for RCRs is (as far as I know) rcrchive.net

Eivind.

In This Thread