From normalperson at yhbt.net Thu Jul 30 01:54:19 2009 From: normalperson at yhbt.net (Eric Wong) Date: Wed, 29 Jul 2009 22:54:19 -0700 Subject: test Message-ID: <20090730055419.GB5677@dcvr.yhbt.net> hello -- Eric Wong From normalperson at yhbt.net Thu Jul 30 22:34:02 2009 From: normalperson at yhbt.net (Eric Wong) Date: Thu, 30 Jul 2009 19:34:02 -0700 Subject: [ANN] fast_xs 0.7.1 Released Message-ID: <20090731023402.GA11036@dcvr.yhbt.net> fast_xs version 0.7.1 has been released! * fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: * http://intertwingly.net/stories/2005/09/28/xchar.rb * http://intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. Changes: ### 0.7.1 / 2009-07-30 * 2 bug fixes: * extra: CGI::escape handles high bits correctly - thanks to Jesse Storimer for helping me find this * fix build on systems with poor symbol visibility - thanks to Jeff Solomon for helping me with this * cleaned up build/packaging/documentation Browse gitweb for full history: http://fast-xs.rubyforge.org/git?p=fast-xs.git -- Eric Wong From normalperson at yhbt.net Fri Jul 31 15:11:23 2009 From: normalperson at yhbt.net (Eric Wong) Date: Fri, 31 Jul 2009 12:11:23 -0700 Subject: [ANN] fast_xs 0.7.2 Released In-Reply-To: <20090731023402.GA11036@dcvr.yhbt.net> References: <20090731023402.GA11036@dcvr.yhbt.net> Message-ID: <20090731191123.GA28581@dcvr.yhbt.net> fast_xs version 0.7.2 has been released! * fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: * http://intertwingly.net/stories/2005/09/28/xchar.rb * http://intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. Changes: ### 0.7.2 / 2009-07-31 * 1 bug fix: * build gem extension correctly on install - thanks to Jesse Storimer for noticing and reporting * 1 packaging fix: * rake-compiler is only needed for cross compiles Browse gitweb for full history: http://fast-xs.rubyforge.org/git?p=fast-xs.git -- Eric Wong From e at yhbt.net Fri Jul 31 15:22:33 2009 From: e at yhbt.net (Eric Wong) Date: Fri, 31 Jul 2009 12:22:33 -0700 Subject: test unsubscribed post Message-ID: <20090731192233.GA28706@dcvr.yhbt.net> From e at bogomips.org Fri Jul 31 15:33:55 2009 From: e at bogomips.org (Eric Wong) Date: Fri, 31 Jul 2009 12:33:55 -0700 Subject: test unsubscribed post Message-ID: <20090731193355.GA28725@dcvr.yhbt.net> From normalperson at gmail.com Fri Jul 31 16:59:40 2009 From: normalperson at gmail.com (Eric Wong) Date: Fri, 31 Jul 2009 13:59:40 -0700 Subject: test unsubscribed from gmail Message-ID: <20090731205940.GA30757@localhost.localdomain> From normalperson at yhbt.net Fri Jul 31 17:16:14 2009 From: normalperson at yhbt.net (Eric Wong) Date: Fri, 31 Jul 2009 14:16:14 -0700 Subject: [ANN] fast_xs 0.7.3 Released In-Reply-To: <20090731191123.GA28581@dcvr.yhbt.net> References: <20090731023402.GA11036@dcvr.yhbt.net> <20090731191123.GA28581@dcvr.yhbt.net> Message-ID: <20090731211614.GA31437@dcvr.yhbt.net> fast_xs version 0.7.3 has been released! * fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: * http://intertwingly.net/stories/2005/09/28/xchar.rb * http://intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. Changes: ### 0.7.3 / 2009-07-31 * 1 bug fix: * extra: fix Mongrel::HttpRequest monkey patch - thanks (again) to Jesse Storimer for noticing and reporting Browse gitweb for full history: http://fast-xs.rubyforge.org/git?p=fast-xs.git -- Eric Wong