[#8484] strptime fails to properly parse certain inputs — <noreply@...>

Bugs item #5263, was opened at 2006-08-01 23:14

13 messages 2006/08/02
[#8485] Re: [ ruby-Bugs-5263 ] strptime fails to properly parse certain inputs — Yukihiro Matsumoto <matz@...> 2006/08/02

Hi,

[#8538] Re: [ ruby-Bugs-5263 ] strptime fails to properly parse certain inputs — nobu@... 2006/08/06

Hi,

[#8561] sandbox timers & block scopes — why the lucky stiff <ruby-core@...>

Two puzzles I am trying to solve:

28 messages 2006/08/08
[#8624] Re: sandbox timers & block scopes — why the lucky stiff <ruby-core@...> 2006/08/15

raise ThisDecayingInquisition, "anyone? anyone at all?"

[#8627] Re: sandbox timers & block scopes — MenTaLguY <mental@...> 2006/08/15

On Wed, 2006-08-16 at 00:35 +0900, why the lucky stiff wrote:

[#8628] Re: sandbox timers & block scopes — why the lucky stiff <ruby-core@...> 2006/08/15

On Wed, Aug 16, 2006 at 02:46:30AM +0900, MenTaLguY wrote:

[#8629] Re: sandbox timers & block scopes — "Charles O Nutter" <headius@...> 2006/08/15

On 8/15/06, why the lucky stiff <ruby-core@whytheluckystiff.net> wrote:

[#8690] a ruby-core primer — why the lucky stiff <ruby-core@...>

Hello, all. I've been working on the ruby-core page for the new Ruby site.

21 messages 2006/08/22

Re: a ruby-core primer

From: why the lucky stiff <ruby-core@...>
Date: 2006-08-23 15:32:44 UTC
List: ruby-core #8697
On Thu, Aug 24, 2006 at 12:16:19AM +0900, Justin Bailey wrote:
> It might be useful if the provided a list of tags and the version they
> match up with for patching (i.e. if you want to patch 1.8, use tag X.
> If you want to patch against 1.9, use tag Y). I have submitted a patch
> against 1.8 but I don't think I used the right version and my patch
> still sits untouched on RubyForge.

The only two relevant tags right now are RUBY_1_8 and HEAD, but I will
definitely see that these get altered or updated with new tags in the future.

> Maybe even providing an example of the patching process would help?
> I.e. How to check out, how to create the diff, and where to go to
> submit it. Suggestions if the patch should be multiple files or single
> files would help too.

A diff command is given:

  diff -wur /dir/to/ruby-1.8-unpatched /dir/to/ruby-1.8-patched

And the URL to Rubyforge bug tracker as well:

  <http://rubyforge.org/tracker/?func=browse&group_id=426&atid=1698>

(It's the first link in "Improving Ruby, Patch by Patch".)  Are you saying it
might be nicer as an ordered list, steps 1 to 3 sort of?  Okay, I'll see about
this.  Thankyou!

_why

In This Thread