[#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: mathew <meta@...>
Date: 2006-08-24 16:37:25 UTC
List: ruby-core #8713
On 8/24/06, Dave Howell <groups+2006@howell.seattle.wa.us> wrote:
>
> I endorse somebody else's suggestion of adding links to the "Using CVS"
> section. I didn't get any error messages, so I guess it worked
> correctly, but I have absolutely no idea what was actually happening.
> Poof! Mysterious magic.



Well, assuming you ended up with a bunch of files, it probably worked.


> Well enough. On to ruby/lib/rdoc. Yup, looks a lot like my 1.8.4
> version. First, I figure I should RDoc the RDoc directory, so I have
> documentation that matches the actual code.


[ Travails deleted ]

Take me, for instance. Hey, I want to help, but what I want to do is
> add text to the code. Not add/fix/change code (by which I mean RUBY
> code, although I'm sure I'll end up doing some of that, too), but text.



In that case, I'd say forget about building 1.9. You don't need it.

I do all my RDoc writing using the 1.9 sources checked out from cvs, but I
use the 1.8 rdoc I already have to generate the documentation, check the
stuff I add works and results in good looking pages, and so on.

Then when I'm done I use cvs diff to generate the updates as a patch, and
shoot them off to someone on the ruby-doc list who can check them for sanity
and actually apply them.

Really, once you've mastered the initial checkout there are three commands
you need to worry about: cvs diff, cvs update (once a week or so to keep up
to date) and rdoc. OS X should have workable versions of cvs and rdoc, in
fact 10.4 has rdoc even if you haven't installed the developer tools. Other
than that, you just need to know how to edit a text file.

I'd suggest heading over to ruby-doc for more help on this topic.


mathew
-- 
<URL:http://www.pobox.com/~meta/>

In This Thread