<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/trn/patches/" rel="alternate"/><link href="https://sourceforge.net/p/trn/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/trn/patches/</id><updated>2020-08-06T05:35:34.898000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>UTF-8 fix to not "molest" sequences</title><link href="https://sourceforge.net/p/trn/patches/6/" rel="alternate"/><published>2020-08-06T05:35:34.898000Z</published><updated>2020-08-06T05:35:34.898000Z</updated><author><name>Eli the Bearded</name><uri>https://sourceforge.net/u/bearded/</uri></author><id>https://sourceforge.netb85af08c0fe3f4a9b4bd182186ca4e7f9c4802f7</id><summary type="html">&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;</summary></entry><entry><title>Recognize dates from nntp.olduse.net</title><link href="https://sourceforge.net/p/trn/patches/5/" rel="alternate"/><published>2012-08-30T19:37:36Z</published><updated>2012-08-30T19:37:36Z</updated><author><name>Olaf Seibert</name><uri>https://sourceforge.net/u/rhialto/</uri></author><id>https://sourceforge.netc68826078d4f1c43766ef6d06b7d1bc4c1a070e3</id><summary type="html">&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;</summary></entry><entry><title>Configure recognizes .dylib</title><link href="https://sourceforge.net/p/trn/patches/4/" rel="alternate"/><published>2009-07-08T18:17:15Z</published><updated>2009-07-08T18:17:15Z</updated><author><name>Anno</name><uri>https://sourceforge.net/u/anno43/</uri></author><id>https://sourceforge.net46cd9fdf705ec7f31cabad15b0311e7cf6bb6414</id><summary type="html">&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;</summary></entry><entry><title>patch to build trn with gcc 4.x</title><link href="https://sourceforge.net/p/trn/patches/3/" rel="alternate"/><published>2007-06-13T23:03:37Z</published><updated>2007-06-13T23:03:37Z</updated><author><name>Scott Alfter</name><uri>https://sourceforge.net/u/salfter/</uri></author><id>https://sourceforge.netea976b194313c263a4998c674745cff81c75a97b</id><summary type="html">&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;</summary></entry><entry><title>Make trn/Pnews screen-aware</title><link href="https://sourceforge.net/p/trn/patches/2/" rel="alternate"/><published>2000-08-19T01:15:33Z</published><updated>2000-08-19T01:15:33Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neted057f0ed8ddd41cee123571614c9fbd042696c1</id><summary type="html"/></entry><entry><title>Use In-Reply-To: lines to help threading</title><link href="https://sourceforge.net/p/trn/patches/1/" rel="alternate"/><published>2000-05-31T01:13:40Z</published><updated>2000-05-31T01:13:40Z</updated><author><name>Colin Watson</name><uri>https://sourceforge.net/u/cjwatson/</uri></author><id>https://sourceforge.net3828031d8a71461f2f476197b9e6abdb5786fcd8</id><summary type="html"/></entry></feed>