<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dreness.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=How_to_make_and_apply_patches</id>
		<title>How to make and apply patches - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dreness.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=How_to_make_and_apply_patches"/>
		<link rel="alternate" type="text/html" href="https://dreness.com/wikimedia/index.php?title=How_to_make_and_apply_patches&amp;action=history"/>
		<updated>2026-05-23T14:25:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>https://dreness.com/wikimedia/index.php?title=How_to_make_and_apply_patches&amp;diff=1219&amp;oldid=prev</id>
		<title>Dre: page created</title>
		<link rel="alternate" type="text/html" href="https://dreness.com/wikimedia/index.php?title=How_to_make_and_apply_patches&amp;diff=1219&amp;oldid=prev"/>
				<updated>2007-07-01T03:40:00Z</updated>
		
		<summary type="html">&lt;p&gt;page created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Once you have the needed changes, apply them (pre autoconf) to a copy of a fresh source directory. You should now have a &amp;#039;patched&amp;#039; directory sitting alongside an unpatched direcetory. Now generate the patch...&lt;br /&gt;
&lt;br /&gt;
 diff -ruN old new &amp;gt; my_patch&lt;br /&gt;
&lt;br /&gt;
To apply this patch to a fresh source directory, place the patch alongside the source dir:&lt;br /&gt;
 patch -p0 &amp;lt; my_patch&lt;/div&gt;</summary>
		<author><name>Dre</name></author>	</entry>

	</feed>