From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2006-01-12-recent-ruby-patches.html | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/posts/2006-01-12-recent-ruby-patches.html (limited to 'content/posts/2006-01-12-recent-ruby-patches.html') 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 +--- + +

I've submitted a couple of patches to Ruby in the last month or so. +The first patch, which has been accepted for Ruby 1.9, and +possibly 1.8, adds several missing +HTTP +headers to Ruby +CGI, including +the ever-important If-Modified-Since and If-None-Match headers.

+ +

The second patch, which (as of today) is still floating on +ruby-core, improves the +HTML output of +RDoc by adding proper encoding and language declarations, closing +dangling <img> and <br/> elements, and fixing a handful of other +annoyances.

+ +

Without any further ado, each of the patches and their respective +descriptions from ruby-core:

+ + + +

(Second post written using +Markdown; I could get used to this...)

+ +

Update: Updated to reflect latest version of second patch.

+ -- cgit v1.2.3