aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2006-01-12-recent-ruby-patches.html
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
commit4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch)
tree12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2006-01-12-recent-ruby-patches.html
downloadpablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2
pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip
initial commit, including theme
Diffstat (limited to 'content/posts/2006-01-12-recent-ruby-patches.html')
-rw-r--r--content/posts/2006-01-12-recent-ruby-patches.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/content/posts/2006-01-12-recent-ruby-patches.html b/content/posts/2006-01-12-recent-ruby-patches.html
new file mode 100644
index 0000000..3856e61
--- /dev/null
+++ b/content/posts/2006-01-12-recent-ruby-patches.html
@@ -0,0 +1,33 @@
+---
+date: "2006-01-12T21:32:04Z"
+title: Recent Ruby Patches
+---
+
+<p>I've submitted a couple of patches to <a href="http://ruby-lang.org/">Ruby</a> in the last month or so.
+<a href="http://diff.pablotron.org/ruby-1.8.4-cgi&#95;headers.diff">The first patch</a>, which has been accepted for <a href="http://ruby-lang.org/">Ruby</a> 1.9, and
+possibly 1.8, adds several missing
+<acronym title='HyperText Transfer Protocol'>HTTP</acronym>
+headers to <a href="http://www.ruby-doc.org/stdlib/libdoc/cgi/rdoc/index.html">Ruby
+<acronym title='Common Gateway Interface'>CGI</acronym></a>, including
+the ever-important <code>If-Modified-Since</code> and <code>If-None-Match</code> headers.</p>
+
+<p><a href="http://diff.pablotron.org/ruby-1.8.4-rdoc&#95;html&#95;cleanup.diff">The second patch</a>, which (as of today) is still floating on
+<code>ruby-core</code>, improves the
+<acronym title='HyperText Markup Language'>HTML</acronym> output of
+<a href="http://rdoc.sourceforge.net/">RDoc</a> by adding proper encoding and language declarations, closing
+dangling <code>&lt;img&gt;</code> and <code>&lt;br/&gt;</code> elements, and fixing a handful of other
+annoyances.</p>
+
+<p>Without any further ado, each of the patches and their respective
+descriptions from <code>ruby-core</code>:</p>
+
+<ul>
+<li><a href="http://diff.pablotron.org/ruby-1.8.4-cgi&#95;headers.diff">ruby-1.8.4-cgi_headers.diff</a> (<a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/6906">description</a>)</li>
+<li><a href="http://diff.pablotron.org/ruby-1.8.4-rdoc&#95;html&#95;cleanup-3.diff">ruby-1.8.4-rdoc_html_cleanup-3.diff</a> (<a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7028">description</a>)</li>
+</ul>
+
+<p>(Second post written using
+<a href='http://daringfireball.net/projects/markdown/'>Markdown</a>; I could get used to this...)</p>
+
+<p><b>Update:</b> Updated to reflect latest version of second patch.</p>
+