<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/trn/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/trn/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 06 Aug 2020 05:35:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trn/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>UTF-8 fix to not "molest" sequences</title><link>https://sourceforge.net/p/trn/patches/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Problem: UTF-8 sequences can include octets between 0x80 and 0x9F, which also correspond to the old notion of "highbit control characters". trn, by default, squashes control characters, &lt;em&gt;including highbit control characters&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Solution: stop doing that&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gd"&gt;--- trn-4.0-test77/art.c.orig   2010-09-02 02:12:26.000000000 -0400&lt;/span&gt;
&lt;span class="gi"&gt;+++ trn-4.0-test77/art.c        2018-03-01 20:15:59.000000000 -0500&lt;/span&gt;
&lt;span class="gu"&gt;@ -468,7 +468,7 @@&lt;/span&gt;
                        outpos += 2;
                    }
                    else {              /* other control char */
&lt;span class="gd"&gt;-                       if (dont_filter_control) {&lt;/span&gt;
&lt;span class="gi"&gt;+                       if (dont_filter_control || (*bufptr &amp;amp; 0x80)) {&lt;/span&gt;
                            if (outputok)
                                putchar(*bufptr);
                            outpos++;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eli the Bearded</dc:creator><pubDate>Thu, 06 Aug 2020 05:35:34 -0000</pubDate><guid>https://sourceforge.netb85af08c0fe3f4a9b4bd182186ca4e7f9c4802f7</guid></item><item><title>Recognize dates from nntp.olduse.net</title><link>https://sourceforge.net/p/trn/patches/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;nntp.olduse.net may give Date: lines like this:&lt;br /&gt;
Date: Tue Dec  8 11:47:11 1981&lt;br /&gt;
and they were not recognized. Sorting by date failed because of that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olaf Seibert</dc:creator><pubDate>Thu, 30 Aug 2012 19:37:36 -0000</pubDate><guid>https://sourceforge.netc68826078d4f1c43766ef6d06b7d1bc4c1a070e3</guid></item><item><title>Configure recognizes .dylib</title><link>https://sourceforge.net/p/trn/patches/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On darwin (OS X) the extension for shared libraries is&lt;br /&gt;
".dylib", but Configure assumes ".so".  The attached&lt;br /&gt;
patch correts this.&lt;/p&gt;
&lt;p&gt;Otherwise I'm happy that trn now compiles under&lt;br /&gt;
darwin.&lt;/p&gt;
&lt;p&gt;Anno&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anno</dc:creator><pubDate>Wed, 08 Jul 2009 18:17:15 -0000</pubDate><guid>https://sourceforge.net46cd9fdf705ec7f31cabad15b0311e7cf6bb6414</guid></item><item><title>patch to build trn with gcc 4.x</title><link>https://sourceforge.net/p/trn/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From &lt;a href="http://packages.debian.org/changelogs/pool/non-free/t/trn4/trn4_4.0-test76-10/changelog:" rel="nofollow"&gt;http://packages.debian.org/changelogs/pool/non-free/t/trn4/trn4_4.0-test76-10/changelog:&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;* Always include opt.h after util.h to avoid "array type has incomplete element type" errors&lt;/p&gt;
&lt;p&gt;This patch enabled trn to build on a Gentoo 2007.0 system with gcc 4.1.2.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Alfter</dc:creator><pubDate>Wed, 13 Jun 2007 23:03:37 -0000</pubDate><guid>https://sourceforge.netea976b194313c263a4998c674745cff81c75a97b</guid></item><item><title>Make trn/Pnews screen-aware</title><link>https://sourceforge.net/p/trn/patches/2/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 19 Aug 2000 01:15:33 -0000</pubDate><guid>https://sourceforge.neted057f0ed8ddd41cee123571614c9fbd042696c1</guid></item><item><title>Use In-Reply-To: lines to help threading</title><link>https://sourceforge.net/p/trn/patches/1/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Watson</dc:creator><pubDate>Wed, 31 May 2000 01:13:40 -0000</pubDate><guid>https://sourceforge.net3828031d8a71461f2f476197b9e6abdb5786fcd8</guid></item></channel></rss>