<feed xmlns='http://www.w3.org/2005/Atom'>
<title>makepnd.git/src/util, branch makepnd</title>
<subtitle>makepnd-ng
</subtitle>
<id>https://git.cloudef.pw/makepnd.git/atom?h=makepnd</id>
<link rel='self' href='https://git.cloudef.pw/makepnd.git/atom?h=makepnd'/>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/'/>
<updated>2017-01-04T03:59:14Z</updated>
<entry>
<title>Update copyright years</title>
<updated>2017-01-04T03:59:14Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2017-01-01T07:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=1a2d5bee3bc8841f81db7a4d6b2d41a2363b93d6'/>
<id>urn:sha1:1a2d5bee3bc8841f81db7a4d6b2d41a2363b93d6</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove pacsort</title>
<updated>2016-12-05T05:20:08Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-10-24T00:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=0dbc55a35738d0e3718f99a428253140f282ef9a'/>
<id>urn:sha1:0dbc55a35738d0e3718f99a428253140f282ef9a</id>
<content type='text'>
Moved to the pacman-contrib project

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Represent bitfields as ints, not enums</title>
<updated>2016-10-22T10:50:55Z</updated>
<author>
<name>Ivy Foster</name>
<email>ivy.foster@gmail.com</email>
</author>
<published>2016-10-12T20:13:32Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=fa06951d90fee028ece95fc7caab39fc7d35d55f'/>
<id>urn:sha1:fa06951d90fee028ece95fc7caab39fc7d35d55f</id>
<content type='text'>
Many bitfield variables are declared to be enums, because they are
generated using bitwise operations on enums such. However, their
actual values aren't necessary members of their parent enum, so
declaring them 'int' is more accurate.

Signed-off-by: Ivy Foster &lt;ivy.foster@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove pactree</title>
<updated>2016-10-22T10:50:55Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-10-17T12:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=4c4ce473d6a671234be534414ba3660c7267c9ee'/>
<id>urn:sha1:4c4ce473d6a671234be534414ba3660c7267c9ee</id>
<content type='text'>
This has been moved to the pacman-contrib project.

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pacsort help clearly states that files contain inputs to be sorted</title>
<updated>2016-05-05T03:52:23Z</updated>
<author>
<name>Ashley Whetter</name>
<email>ashley@awhetter.co.uk</email>
</author>
<published>2016-05-01T21:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=6c96ad36e082755e8a008b34aedde55a9a9f3dcd'/>
<id>urn:sha1:6c96ad36e082755e8a008b34aedde55a9a9f3dcd</id>
<content type='text'>
Fixes FS#44121

Signed-off-by: Ashley Whetter &lt;ashley@awhetter.co.uk&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pacsort, introduce define for escape_char error code</title>
<updated>2016-01-04T04:05:28Z</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2015-12-31T13:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=88f348f2b15fed8a7b92085d01ffeced117f3599'/>
<id>urn:sha1:88f348f2b15fed8a7b92085d01ffeced117f3599</id>
<content type='text'>
The signedness of char is implementation defined. On systems where
char is unsigned, comparing a variable of type char with -1 is never
true, due to integer promotion rules. To avoid this, introduce a
define for invalid field separators where -1 is cast to char. This will
ensure that the return value check works for both unsigned and signed char.

Fixes one warning [-Wtype-limits] for comparissons with -1 when compiling
with -funsigned-char.

Signed-off-by: Rikard Falkeborn &lt;rikard.falkeborn@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update copyright years for 2016</title>
<updated>2016-01-04T03:27:08Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-01-03T03:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=4742f5929dda4a7418781bc4b3d834a9f22b2d62'/>
<id>urn:sha1:4742f5929dda4a7418781bc4b3d834a9f22b2d62</id>
<content type='text'>
make update-copyright OLD=2015 NEW=2016

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pacsort: clean up if error</title>
<updated>2015-10-21T05:12:25Z</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2015-08-10T19:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=e28aff4d87f9456c213359adaf7299a882cdcb04'/>
<id>urn:sha1:e28aff4d87f9456c213359adaf7299a882cdcb04</id>
<content type='text'>
* free memory
* close open file

Signed-off-by: Rikard Falkeborn &lt;rikard.falkeborn@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pacsort: don't overwrite memory if realloc fails</title>
<updated>2015-10-21T05:11:27Z</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2015-08-10T19:42:38Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=aa8a674b6b2c8474a1111b16806c27d4562b5d80'/>
<id>urn:sha1:aa8a674b6b2c8474a1111b16806c27d4562b5d80</id>
<content type='text'>
That makes it impossible to free it later.

Signed-off-by: Rikard Falkeborn &lt;rikard.falkeborn@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pacsort: handle failing list_add</title>
<updated>2015-10-21T05:06:25Z</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2015-08-10T19:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=19d373c9b95ff5c9ee6d5a4cdb097670f69068d4'/>
<id>urn:sha1:19d373c9b95ff5c9ee6d5a4cdb097670f69068d4</id>
<content type='text'>
Since it can fail, check the return value.
If it fails, we need to free the memory of the object we wanted
to add to the list.

Signed-off-by: Rikard Falkeborn &lt;rikard.falkeborn@gmail.com&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
</feed>
