<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/lib, branch 1.1.18</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>Trim trailing space &amp; reduce space+tab.</title>
<updated>2009-11-30T21:24:21+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-11-30T21:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=add0bcc4c9191cb8980d0b6935ca5d51a9928d82'/>
<id>add0bcc4c9191cb8980d0b6935ca5d51a9928d82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MIN, MAX macro replacement (mingw32 fix)</title>
<updated>2008-07-09T14:19:01+00:00</updated>
<author>
<name>Matthias Ringwald</name>
<email>mringwal@inf.ethz.ch</email>
</author>
<published>2008-07-09T14:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=42f53bf3d5d3ec823e4db53fde5f0efd1bbc3451'/>
<id>42f53bf3d5d3ec823e4db53fde5f0efd1bbc3451</id>
<content type='text'>
xine was already checking for MIN/MAX macros but the replacement does not
work (at least not on mingw32). This change defines HAVE_[MIN|MAX]_MACRO and
if missing, providedes them in lib/os_internal.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xine was already checking for MIN/MAX macros but the replacement does not
work (at least not on mingw32). This change defines HAVE_[MIN|MAX]_MACRO and
if missing, providedes them in lib/os_internal.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Cope with missing strcasestr().</title>
<updated>2008-07-02T17:10:01+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-07-02T17:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4d9268deac1c4755343b392f9dd18ec30753444d'/>
<id>4d9268deac1c4755343b392f9dd18ec30753444d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for MIN/MAX macro and include the header for them if found.</title>
<updated>2008-05-23T21:31:33+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-05-23T21:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=157f5234c463abe1b23a2f86dd182f40f99020fe'/>
<id>157f5234c463abe1b23a2f86dd182f40f99020fe</id>
<content type='text'>
The MIN/MAX macro are quite often used on the source code to find the
minimum or maximum value between two, instead of defining it per-unit,
check if the system provides them include the right header, otherwise
define them during configure run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The MIN/MAX macro are quite often used on the source code to find the
minimum or maximum value between two, instead of defining it per-unit,
check if the system provides them include the right header, otherwise
define them during configure run.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to timegm.c</title>
<updated>2008-02-11T16:38:48+00:00</updated>
<author>
<name>Carlo Bramini</name>
<email>carlo_bramini@users.sourceforge.net</email>
</author>
<published>2008-02-11T16:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cbbfd6efbf8b632fc039eb1fce729258b5ac3bdb'/>
<id>cbbfd6efbf8b632fc039eb1fce729258b5ac3bdb</id>
<content type='text'>
timegm.c uses tzset(), but if host does not provide it, compilation or
linking will fail. I fixed it by checking the status of HAVE_TZSET. If the
function is not detected at configure time, it won't be used, like it has
been done in other parts of xine-lib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timegm.c uses tzset(), but if host does not provide it, compilation or
linking will fail. I fixed it by checking the status of HAVE_TZSET. If the
function is not detected at configure time, it won't be used, like it has
been done in other parts of xine-lib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a read-past-end bug in xine-lib's internal strtok_r replacement.</title>
<updated>2008-01-09T22:19:42+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-01-09T22:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2a9d1fe9f99cc2329a762f6e30a8ee0dc8e84014'/>
<id>2a9d1fe9f99cc2329a762f6e30a8ee0dc8e84014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace xine_private_strndup() implementation with NetBSD version.</title>
<updated>2007-11-13T23:20:36+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-13T23:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=024704b60f04c4eada240315983424969530a9f7'/>
<id>024704b60f04c4eada240315983424969530a9f7</id>
<content type='text'>
As the source file for xine_private_strndup() does not provide a licence
header, replace it with a safe copy (licence wise) taken from NetBSD CVS.

The implementation is licensed under 3-clause BSD licence, that is
compatible with GPL-2 or later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the source file for xine_private_strndup() does not provide a licence
header, replace it with a safe copy (licence wise) taken from NetBSD CVS.

The implementation is licensed under 3-clause BSD licence, that is
compatible with GPL-2 or later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace xine_private_strsep() implementation with OpenBSD version.</title>
<updated>2007-11-13T21:48:30+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-13T21:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=eb6de332a415907a8c1a5ae5783fc5d6b13ffabf'/>
<id>eb6de332a415907a8c1a5ae5783fc5d6b13ffabf</id>
<content type='text'>
As the source file for xine_private_strsep() does not provide a licence
header, replace it with a safe copy (licence wise) taken from OpenBSD CVS.

The implementation is licensed under 3-clause BSD licence, that is compatible
with GPL-2 or later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the source file for xine_private_strsep() does not provide a licence
header, replace it with a safe copy (licence wise) taken from OpenBSD CVS.

The implementation is licensed under 3-clause BSD licence, that is compatible
with GPL-2 or later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete most of the CVS $Id$/$Log$ lines.</title>
<updated>2007-11-10T22:06:10+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-11-10T22:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3c175fd21df04c5c0afa160f81aea0c305f69dc5'/>
<id>3c175fd21df04c5c0afa160f81aea0c305f69dc5</id>
<content type='text'>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address on non-contributed code and COPYING files.</title>
<updated>2007-11-09T17:11:05+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-09T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8f3cd1faf678b64920ad62f1275b03aae0157a7'/>
<id>c8f3cd1faf678b64920ad62f1275b03aae0157a7</id>
<content type='text'>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</pre>
</div>
</content>
</entry>
</feed>
