<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-utils, branch vdr-xine-version-712</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Revert the "#define lprintf" debug changes.</title>
<updated>2007-09-17T19:01:44+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-09-17T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=46aa879a2a6dacc1a2dca71625d59f8813ad6dd6'/>
<id>46aa879a2a6dacc1a2dca71625d59f8813ad6dd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip leading white space from an initial text segment nested in an XML element.</title>
<updated>2007-09-14T19:48:06+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-09-14T19:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7ad9950de18e577dcf8e28ede08c433051a80dab'/>
<id>7ad9950de18e577dcf8e28ede08c433051a80dab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop xml_parser_build_tree_relaxed().</title>
<updated>2007-09-14T19:42:36+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-09-14T19:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bfb7fdac3deee7037f7cd399fa19805cf71e0380'/>
<id>bfb7fdac3deee7037f7cd399fa19805cf71e0380</id>
<content type='text'>
That isn't in any release, and anyway we have a suitable replacement in
xml_parser_build_tree_with_options().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That isn't in any release, and anyway we have a suitable replacement in
xml_parser_build_tree_with_options().
</pre>
</div>
</content>
</entry>
<entry>
<title>Create child "[CDATA]" nodes for extra text (but prefer merging).</title>
<updated>2007-09-14T19:35:21+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-09-14T19:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d30342f36c093e6fe7a693da437dd15cd1e7075b'/>
<id>d30342f36c093e6fe7a693da437dd15cd1e7075b</id>
<content type='text'>
&lt;a&gt;b&lt;[CDATA[c]]&gt;&lt;/a&gt; gives a.data = "bc".
&lt;a&gt;b&lt;d/&gt;c&lt;/a&gt; gives a.data = "b" &amp; .child = "d" then "[CDATA]" with .data = "c"
if XML_PARSER_MULTI_TEXT is set, else a.data = "bc" and there's no "[CDATA]".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;a&gt;b&lt;[CDATA[c]]&gt;&lt;/a&gt; gives a.data = "bc".
&lt;a&gt;b&lt;d/&gt;c&lt;/a&gt; gives a.data = "b" &amp; .child = "d" then "[CDATA]" with .data = "c"
if XML_PARSER_MULTI_TEXT is set, else a.data = "bc" and there's no "[CDATA]".
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle &lt;[CDATA[...]]&gt;. (Based on a patch by Bastien Nocera &lt;hadess@hadess.net&gt;.)</title>
<updated>2007-09-14T19:30:04+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-09-14T19:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5b1c15d5ffb5509eddd4408e2e4495f1e5e43162'/>
<id>5b1c15d5ffb5509eddd4408e2e4495f1e5e43162</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Given &lt;a&gt;b&lt;c/&gt;d&lt;/a&gt;, append rather than replace text - "bd", not "d".</title>
<updated>2007-09-14T19:28:52+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-09-14T19:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c3cef78f9f432b5a6032ce7f0022d9a0a139e2fd'/>
<id>c3cef78f9f432b5a6032ce7f0022d9a0a139e2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge XML parser relaxation branch.</title>
<updated>2007-07-13T15:27:49+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-07-13T15:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5651b420ac2f8efb0f467caebf28c98a6e926c1a'/>
<id>5651b420ac2f8efb0f467caebf28c98a6e926c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite the xine_hexdump function not to use _only_ fprintf even when it's overkill (constant strings or single characters).</title>
<updated>2007-06-13T14:23:36+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-06-13T14:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c6a78767204e30c0cb9b6e736b46f48d25f16685'/>
<id>c6a78767204e30c0cb9b6e736b46f48d25f16685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make xine_hexdump take a void * parameter, so that there are no problems of signedness.</title>
<updated>2007-06-13T14:12:54+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-06-13T14:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e8ae539c37584f54ba77c8135ddefcb4f01affdd'/>
<id>e8ae539c37584f54ba77c8135ddefcb4f01affdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A nice simple merge from 1.1.</title>
<updated>2007-06-12T21:32:26+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-06-12T21:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=58d9467d1b2188463b216b79b51a423559e97a75'/>
<id>58d9467d1b2188463b216b79b51a423559e97a75</id>
<content type='text'>
Hopefully, I've applied all of the $(LTLIBINTL) changes correctly...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hopefully, I've applied all of the $(LTLIBINTL) changes correctly...
</pre>
</div>
</content>
</entry>
</feed>
