<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/bbe-/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/bbe-/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 26 Aug 2018 14:25:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bbe-/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#4 Github Hosted Fork</title><link>https://sourceforge.net/p/bbe-/bugs/4/?limit=25#b1b2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Great! This has been quite dead for years...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Savinen</dc:creator><pubDate>Sun, 26 Aug 2018 14:25:49 -0000</pubDate><guid>https://sourceforge.net5eb0f4ec5948708aea6d4e0cf5e93d5e77cab918</guid></item><item><title>#4 Github Hosted Fork</title><link>https://sourceforge.net/p/bbe-/bugs/4/?limit=25#02a6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Debian doc changes should say "see ticket #2"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joey Smith</dc:creator><pubDate>Sat, 25 Aug 2018 19:54:39 -0000</pubDate><guid>https://sourceforge.net92ada81e7be479c5c78406d61ca31c3cc2f9aa1d</guid></item><item><title>Github Hosted Fork</title><link>https://sourceforge.net/p/bbe-/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have forked this project at &lt;a href="https://github.com/tml/bbe" rel="nofollow"&gt;https://github.com/tml/bbe&lt;/a&gt; - there you will find I have merged the doc changes submitted by Debian (see ticket ) as well as added an (undocumented as of yet) &lt;code&gt;K&lt;/code&gt; mode which inverts the logic of &lt;code&gt;D&lt;/code&gt;, keeping the specified block and deleting others - currently only tested when &lt;code&gt;K&lt;/code&gt; is the sole mode used.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joey Smith</dc:creator><pubDate>Sat, 25 Aug 2018 19:54:01 -0000</pubDate><guid>https://sourceforge.net3dc1172128282f5011a3f5716385e0ea2b26754d</guid></item><item><title>#1 Add option --in-place like in GNU sed</title><link>https://sourceforge.net/p/bbe-/bugs/1/?limit=250#a059</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would also be very great if bbe could (optionally) perform block changes directly in source file, without creating temporary file first. At least for changes, which doesn't increase block's size.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Anisimov</dc:creator><pubDate>Fri, 09 Sep 2016 12:25:47 -0000</pubDate><guid>https://sourceforge.nete74f414bb55b21d0d389f182ded985387324497e</guid></item><item><title>strange off_t type with mingw compilation</title><link>https://sourceforge.net/p/bbe-/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried to compile the code with mingw to obtain a version runnable under windows without cygwin.&lt;br/&gt;
from a cygwin console, with mingw64-i686-gcc-core package installed, I ran&lt;br/&gt;
  ./configure CC=/usr/bin/i686-w64-mingw32-gcc.exe&lt;br/&gt;
Compilation works fine, and resulting exe is ok under Windows XP, and Seven, but under Windows 2000, "r" commands do nothing.&lt;br/&gt;
After some tests, it seems off_t type is weirdly defined thus in bbe.h line 52, I removed #ifdef and force define to be :&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;#define off_t long int
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Seems enough at least for the small usage i'm concerned with but i suppose it's not the better way to fix this issue&lt;/p&gt;
&lt;p&gt;Tested with i686-w64-mingw32-gcc (GCC) 4.9.2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pif</dc:creator><pubDate>Thu, 15 Oct 2015 16:24:30 -0000</pubDate><guid>https://sourceforge.net804e898d75217ece2627a33b0f1b1d2b06b42f55</guid></item><item><title>PATCH manpage typos: allways, begining, occurence, occurence</title><link>https://sourceforge.net/p/bbe-/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Cf. &lt;a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637106" rel="nofollow"&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637106&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please apply patch found from above page.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jari Aalto</dc:creator><pubDate>Sat, 02 Mar 2013 12:43:15 -0000</pubDate><guid>https://sourceforge.net41a649a8f4e48f7396ef817b441e3cc9cdf0c262</guid></item><item><title>Add option --in-place like in GNU sed</title><link>https://sourceforge.net/p/bbe-/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;C.f. &lt;a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432121" rel="nofollow"&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432121&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From: "Trent Buck" &amp;lt;trentbuck@gmail.com&amp;gt;&lt;br /&gt;
Subject: --in-place switch&lt;br /&gt;
Date: Sun, 08 Jul 2007 04:00:16 +1000&lt;br /&gt;
Package: bbe&lt;br /&gt;
Version: 0.1.9-1&lt;br /&gt;
Severity: wishlist&lt;/p&gt;
&lt;p&gt;GNU sed has the immensely useful --in-place switch:&lt;/p&gt;
&lt;p&gt;sed -i -e x y&lt;/p&gt;
&lt;p&gt;is roughly equivalent to&lt;/p&gt;
&lt;p&gt;sed -e x y &amp;gt;y~ &amp;amp;&amp;amp;&lt;br /&gt;
mv y~ y&lt;/p&gt;
&lt;p&gt;It would be convenient if bbe(1) had the same functionality.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jari Aalto</dc:creator><pubDate>Sat, 02 Mar 2013 12:39:20 -0000</pubDate><guid>https://sourceforge.net733669df6c2847370758cd6015c4384214b5e41f</guid></item></channel></rss>