<feed xmlns='http://www.w3.org/2005/Atom'>
<title>metastore, branch v1.1.2</title>
<subtitle>File metadata backup/comparison/restoration tool</subtitle>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/'/>
<entry>
<title>metastore v1.1.2</title>
<updated>2018-01-06T00:48:00+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-06T00:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=82bb5be8b586e35db523b808913eea3d78331258'/>
<id>82bb5be8b586e35db523b808913eea3d78331258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Treat LDFLAGS as passed to the compiler, not linker directly.</title>
<updated>2018-01-06T00:33:13+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-06T00:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=8a11fb9f9a06c69bdcfc04c04a7c90aa6ecf8b13'/>
<id>8a11fb9f9a06c69bdcfc04c04a7c90aa6ecf8b13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Mention recent PATH_MAX-related change.</title>
<updated>2018-01-06T00:28:16+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-06T00:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=9c45845435699023ae9e55744892f84ba0a0366f'/>
<id>9c45845435699023ae9e55744892f84ba0a0366f</id>
<content type='text'>
See commit 16cde6c32fb3e0640ac01ca5d8ddea127f59106c for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See commit 16cde6c32fb3e0640ac01ca5d8ddea127f59106c for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add printvars phony target.</title>
<updated>2018-01-03T16:30:52+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-03T16:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=ccec0786aa3b0268635ae5d90082f2a19603c254'/>
<id>ccec0786aa3b0268635ae5d90082f2a19603c254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metaentry.c: Define PATH_MAX if it's undefined.</title>
<updated>2018-01-03T16:26:24+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-03T16:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=16cde6c32fb3e0640ac01ca5d8ddea127f59106c'/>
<id>16cde6c32fb3e0640ac01ca5d8ddea127f59106c</id>
<content type='text'>
PATH_MAX is not guaranteed by POSIX to be present and some systems, like
GNU Hurd, indeed does not define it.

http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
https://www.gnu.org/software/hurd/hurd/porting/guidelines.html

For now let's define PATH_MAX as 4096 (if it is not already defined),
because that's how Linux defines it and it seems quite reasonable.
In future dependence on PATH_MAX can be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PATH_MAX is not guaranteed by POSIX to be present and some systems, like
GNU Hurd, indeed does not define it.

http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
https://www.gnu.org/software/hurd/hurd/porting/guidelines.html

For now let's define PATH_MAX as 4096 (if it is not already defined),
because that's how Linux defines it and it seems quite reasonable.
In future dependence on PATH_MAX can be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>metastore v1.1.1a</title>
<updated>2018-01-02T17:26:59+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-02T17:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=5d2b607498bdf9dd83f2aafa47355573b9929881'/>
<id>5d2b607498bdf9dd83f2aafa47355573b9929881</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Do not ignore debian/ directory.</title>
<updated>2018-01-02T17:14:29+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-02T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=9281841e0c4dbeef37e34fb389c28760ec49b017'/>
<id>9281841e0c4dbeef37e34fb389c28760ec49b017</id>
<content type='text'>
https://bugs.debian.org/883539

Requested-by: Romain Francoise &lt;rfrancoise@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.debian.org/883539

Requested-by: Romain Francoise &lt;rfrancoise@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>metastore v1.1.1</title>
<updated>2017-12-04T00:55:31+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2017-12-04T00:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=56f3f9228dfeb190f8a94eae8e198610fb070f5f'/>
<id>56f3f9228dfeb190f8a94eae8e198610fb070f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Fix another typo.</title>
<updated>2017-12-02T23:19:34+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2017-12-02T23:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=d2a15300caffe3970c4434c611964b2a5d1081e7'/>
<id>d2a15300caffe3970c4434c611964b2a5d1081e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Fix typo.</title>
<updated>2017-12-02T23:08:56+00:00</updated>
<author>
<name>Andy</name>
<email>github@portmacc.net</email>
</author>
<published>2017-12-01T14:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=89f20ecf1a0ed9828d9e15e03ff6dd667bb175cc'/>
<id>89f20ecf1a0ed9828d9e15e03ff6dd667bb175cc</id>
<content type='text'>
Signed-off-by: Przemyslaw Pawelczyk &lt;przemoc@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Przemyslaw Pawelczyk &lt;przemoc@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
