<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Development_-_Patches</id>
	<title>Development - Patches - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Development_-_Patches"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Development_-_Patches&amp;action=history"/>
	<updated>2026-04-13T15:03:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Development_-_Patches&amp;diff=1817&amp;oldid=prev</id>
		<title>Bill Valaski: moved Man 2 ch12s07 to Development - Patches:&amp;#32;Title updates (BV)</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Development_-_Patches&amp;diff=1817&amp;oldid=prev"/>
		<updated>2010-07-09T10:16:48Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/index.php/Man_2_ch12s07&quot; class=&quot;mw-redirect&quot; title=&quot;Man 2 ch12s07&quot;&gt;Man 2 ch12s07&lt;/a&gt; to &lt;a href=&quot;/index.php/Development_-_Patches&quot; title=&quot;Development - Patches&quot;&gt;Development - Patches&lt;/a&gt;: Title updates (BV)&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:16, 9 July 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bill Valaski</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Development_-_Patches&amp;diff=1006&amp;oldid=prev</id>
		<title>Fal7i: Created page with &#039;__NOTOC__ __NOEDITSECTION__ {{Man2top |lang=en |rev=2.0.0 |st=d |Title=7.&amp;nbsp;Patches |prev=Man 2 ch12s06 |Subtitle=Chapter&amp;nbsp;XII.&amp;nbsp;Development guidelines |next=Man 2 ch1…&#039;</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Development_-_Patches&amp;diff=1006&amp;oldid=prev"/>
		<updated>2009-12-30T09:11:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;__NOTOC__ __NOEDITSECTION__ {{Man2top |lang=en |rev=2.0.0 |st=d |Title=7. Patches |prev=Man 2 ch12s06 |Subtitle=Chapter XII. Development guidelines |next=Man 2 ch1…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{Man2top&lt;br /&gt;
|lang=en&lt;br /&gt;
|rev=2.0.0&lt;br /&gt;
|st=d&lt;br /&gt;
|Title=7.&amp;amp;nbsp;Patches&lt;br /&gt;
|prev=Man 2 ch12s06&lt;br /&gt;
|Subtitle=Chapter&amp;amp;nbsp;XII.&amp;amp;nbsp;Development guidelines&lt;br /&gt;
|next=Man 2 ch12s08&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;PLEASE SEE [[Sending Patches]] !&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
== 7. Patches ==&lt;br /&gt;
Before starting to code:&lt;br /&gt;
&lt;br /&gt;
# Update your SVN tree, or alternatively download the latest snapshot&lt;br /&gt;
# Copy this original tree, so you can make a patch against this tree&lt;br /&gt;
&lt;br /&gt;
Before creating the patch:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;#039;&amp;#039;&amp;#039;make distclean &amp;amp;&amp;amp; ./configure &amp;amp;&amp;amp; make&amp;#039;&amp;#039;&amp;#039; and test if it runs successfully&lt;br /&gt;
# If you have the possibility do this both with gcc-2.95 and gcc-3.x as compiler&lt;br /&gt;
&lt;br /&gt;
Now create the patch. Assuming that you have two directories, original-tree and my-tree:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;#039;&amp;#039;&amp;#039;make distclean&amp;#039;&amp;#039;&amp;#039; in both trees&lt;br /&gt;
# cd to the parent directory of both trees&lt;br /&gt;
# Run &amp;#039;&amp;#039;&amp;#039;diff -Naur original-tree my-tree | bzip2 -9c &amp;gt; patchbla.diff.bz2&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Man2bottom&lt;br /&gt;
|prev=Man 2 ch12s06&lt;br /&gt;
|up=Man 2 ch12&lt;br /&gt;
|next=Man 2 ch12s08&lt;br /&gt;
|prevname= 6.&amp;amp;nbsp;File reference&lt;br /&gt;
|nextname=8.&amp;amp;nbsp;Translations&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Fal7i</name></author>
	</entry>
</feed>