[#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

RDoc should recognise https:// links

From: Ian Macdonald <ian@...>
Date: 2004-02-06 09:48:34 UTC
List: ruby-core #2349
Patch attached.

Ian
-- 
Ian Macdonald               | Who goeth a-borrowing goeth a-sorrowing.   
System Administrator        | -- Thomas Tusser 
ian@caliban.org             | 
http://www.caliban.org      | 
                            | 

Attachments (1)

diff (568 Bytes, text/plain)
--- /usr/lib/ruby/1.8/rdoc/generators/html_generator.rb.orig	2004-02-06 01:45:25.000000000 -0800
+++ /usr/lib/ruby/1.8/rdoc/generators/html_generator.rb	2004-02-06 01:44:16.000000000 -0800
@@ -209,7 +209,7 @@
                             :CROSSREF)
 
         # external hyperlinks
-        @markup.add_special(/((link:|http:|mailto:|ftp:|www\.)\S+\w)/, :HYPERLINK)
+        @markup.add_special(/((link:|https?:|mailto:|ftp:|www\.)\S+\w)/, :HYPERLINK)
 
         # and links of the form  <text>[<url>]
         @markup.add_special(/\b(\S+?\[\S+?\.\S+?\])/, :TIDYLINK)

In This Thread

Prev Next