<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libvformat/test, branch master</title>
<subtitle>A small, portable library for accessing vformat objects eg VCARD.</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libvformat.git/'/>
<entry>
<title>Use lowercase &lt;windows.h&gt; include to fix build on case-sensitive systems</title>
<updated>2013-02-10T20:29:32+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-10T20:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libvformat.git/commit/?id=91d00cd3123c9382bbaf5a88c3c3c6a45fc2e109'/>
<id>91d00cd3123c9382bbaf5a88c3c3c6a45fc2e109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not install vformat test program</title>
<updated>2013-02-10T20:29:16+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-10T20:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libvformat.git/commit/?id=11a856070d61c4adb892ebc4310145187acd31f2'/>
<id>11a856070d61c4adb892ebc4310145187acd31f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast NULL in void * in functions using va_arg</title>
<updated>2013-02-10T19:16:17+00:00</updated>
<author>
<name>Thomas Preud'homme</name>
</author>
<published>2013-02-10T19:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libvformat.git/commit/?id=7cbf283090ec273c006a14129eee8bba1885da58'/>
<id>7cbf283090ec273c006a14129eee8bba1885da58</id>
<content type='text'>
NULL isn't necessary a zero value. For instance, on AMD64 architecture,
a null pointer is 0x7fff00000000. Usually things works automagically as
the compiler always cast NULL and 0 in void * if stored in a pointer
variable. But with functions with variable number of arguments the
compiler can't know the type of the arguments and thus don't make the
cast. In consequences, NULL and 0 must be cast explicitely in void * if
the parameter is a pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NULL isn't necessary a zero value. For instance, on AMD64 architecture,
a null pointer is 0x7fff00000000. Usually things works automagically as
the compiler always cast NULL and 0 in void * if stored in a pointer
variable. But with functions with variable number of arguments the
compiler can't know the type of the arguments and thus don't make the
cast. In consequences, NULL and 0 must be cast explicitely in void * if
the parameter is a pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ease distribution of libvformat</title>
<updated>2013-02-10T19:10:12+00:00</updated>
<author>
<name>Mathias Palm</name>
</author>
<published>2013-02-10T19:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libvformat.git/commit/?id=199c1b8d3d69113110d3c8be57528ac83f8ca145'/>
<id>199c1b8d3d69113110d3c8be57528ac83f8ca145</id>
<content type='text'>
* Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used.
* Remove unused AC_CONFIG_FILES.
* Remove files generated when testing the library in clean rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used.
* Remove unused AC_CONFIG_FILES.
* Remove files generated when testing the library in clean rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit of 1.13 sources</title>
<updated>2013-02-10T19:06:08+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-02-10T19:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libvformat.git/commit/?id=d3a53b82aa57f5090d95b69e6f567b06eb544df9'/>
<id>d3a53b82aa57f5090d95b69e6f567b06eb544df9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
