<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/utils/MTP, branch quake5</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>MTP: put libs after files in the Makefile, to please old gcc versions</title>
<updated>2014-12-13T11:58:08+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-12-13T11:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0389fd0982d1db132669242bc6e5809bbee43c7c'/>
<id>0389fd0982d1db132669242bc6e5809bbee43c7c</id>
<content type='text'>
Change-Id: I6de6771bd8888e40fb9dafa3c84653c8c680bbef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6de6771bd8888e40fb9dafa3c84653c8c680bbef
</pre>
</div>
</content>
</entry>
<entry>
<title>Bulk convert all DOS line endings to UNIX.</title>
<updated>2011-11-06T22:44:25+00:00</updated>
<author>
<name>Torne Wuff</name>
<email>torne@wolfpuppy.org.uk</email>
</author>
<published>2011-11-06T22:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=569285794b9112f0134ddad4bb886308ea4a7be6'/>
<id>569285794b9112f0134ddad4bb886308ea4a7be6</id>
<content type='text'>
For the git migration we want a nice clean repository with UNIX line
endings. git does not use svn:eol-style, we just need the file contents to be
sane.

Sorry everybody. I know this messes up blame.

Scumbag *NIX developer says migrating to git will make line ending issues go
away; commits giant change to svn which changes line endings anyway. :)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the git migration we want a nice clean repository with UNIX line
endings. git does not use svn:eol-style, we just need the file contents to be
sane.

Sorry everybody. I know this messes up blame.

Scumbag *NIX developer says migrating to git will make line ending issues go
away; commits giant change to svn which changes line endings anyway. :)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo spotted from r30864.</title>
<updated>2011-10-30T11:58:33+00:00</updated>
<author>
<name>Robert Menes</name>
<email>rmenes@rockbox.org</email>
</author>
<published>2011-10-30T11:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b67475197436cf683c30fc34a261070c8c554a7e'/>
<id>b67475197436cf683c30fc34a261070c8c554a7e</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>beastpatcher: check WMP version.</title>
<updated>2011-10-30T11:01:00+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2011-10-30T11:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=1e74ef639d9d6701d732ee61164f84cf2f660a09'/>
<id>1e74ef639d9d6701d732ee61164f84cf2f660a09</id>
<content type='text'>
The current implementation fails silently if Windows Media Player is version
10. Add a check and inform the user if the version installed is too old to work
properly with beastpatcher.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30864 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current implementation fails silently if Windows Media Player is version
10. Add a check and inform the user if the version installed is too old to work
properly with beastpatcher.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30864 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't close file descriptor twice</title>
<updated>2011-08-25T20:38:27+00:00</updated>
<author>
<name>Thomas Jarosch</name>
<email>tomj@simonv.com</email>
</author>
<published>2011-08-25T20:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=51ae2e6ffcb6e0f5fbecb1ec6af207be70d5701a'/>
<id>51ae2e6ffcb6e0f5fbecb1ec6af207be70d5701a</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30352 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30352 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous executable bits on a bunch of files.</title>
<updated>2011-06-08T14:22:03+00:00</updated>
<author>
<name>Torne Wuff</name>
<email>torne@wolfpuppy.org.uk</email>
</author>
<published>2011-06-08T14:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=754b1572fb09ad6911c7d57cb4f806bb98ab7015'/>
<id>754b1572fb09ad6911c7d57cb4f806bb98ab7015</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Add error messages to a few more failure cases to beastpatcher.</title>
<updated>2010-06-19T21:27:43+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2010-06-19T21:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9d242ab16748c93df5acd1cb57162a3b644fa73e'/>
<id>9d242ab16748c93df5acd1cb57162a3b644fa73e</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26978 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26978 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure files which aren't windows-specific use \n line endings only</title>
<updated>2010-06-17T16:59:51+00:00</updated>
<author>
<name>Rafaël Carré</name>
<email>rafael.carre@gmail.com</email>
</author>
<published>2010-06-17T16:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c0bd4173aa3b8f49153964d5a3ff311fc7d59651'/>
<id>c0bd4173aa3b8f49153964d5a3ff311fc7d59651</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26893 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26893 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert an accidental commit that I didn't want to go in.</title>
<updated>2009-12-04T02:54:27+00:00</updated>
<author>
<name>Robert Menes</name>
<email>rmenes@rockbox.org</email>
</author>
<published>2009-12-04T02:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9096114bd3a2d83af1a4ae9e40443fd9fe020652'/>
<id>9096114bd3a2d83af1a4ae9e40443fd9fe020652</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Another round of plugin keymaps for the Philips GoGear SA9200.</title>
<updated>2009-12-03T23:13:45+00:00</updated>
<author>
<name>Robert Menes</name>
<email>rmenes@rockbox.org</email>
</author>
<published>2009-12-03T23:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=29d20d806838ca3a3691f723bdb0eaeefb480c5d'/>
<id>29d20d806838ca3a3691f723bdb0eaeefb480c5d</id>
<content type='text'>
Just a few more to go...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just a few more to go...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
