[#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] Persistent IRB history

From: Thomas Uehlinger <uehli@...>
Date: 2004-02-07 08:13:35 UTC
List: ruby-core #2356
On Sat, 7 Feb 2004 10:58:20 +0900
nobu.nokada@softhome.net wrote:

> Hi,
> 
> At Sat, 7 Feb 2004 03:15:37 +0900,
> Thomas Uehlinger wrote in [ruby-core:02352]:
> > I found persistent Readline history (i.e. saved to a hidden
> > file in the users home directory) a pretty useful feature in
> > other applicatons.
> > So here is a patch for IRB so the history gets automatically
> > saved to ~/.irb_history and will be loaded next time IRB is
> > used.
> 
> Sounds nice, but I guess it would be better if configurable.
> 

Yead, that sounds good.
Do you think you can commit this?

-- Thomas Uehlinger

In This Thread