<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libzahl/Makefile, branch master</title>
<subtitle>[Stable] Big integer library
</subtitle>
<id>https://git.maandree.se/libzahl/atom?h=master</id>
<link rel='self' href='https://git.maandree.se/libzahl/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/'/>
<updated>2026-02-25T18:55:12Z</updated>
<entry>
<title>Clean up makefile</title>
<updated>2026-02-25T18:55:12Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-02-25T18:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=2c4bb8e40512725876f3d86e4887b2dc231371ff'/>
<id>urn:sha1:2c4bb8e40512725876f3d86e4887b2dc231371ff</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Add -f flag when calling rm on make clean/uninstall</title>
<updated>2026-02-25T18:54:09Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-02-25T18:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=62f2bb50d223c26f20ed3cbd5eaab45b653e61ae'/>
<id>urn:sha1:62f2bb50d223c26f20ed3cbd5eaab45b653e61ae</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>makefile: add ".POSIX:" line and use `c99` rather than `cc -std=c99`</title>
<updated>2026-02-22T14:09:39Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-02-22T14:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=dd8c66cc99e31e71ae1cc9fc706f60fbb33c6d65'/>
<id>urn:sha1:dd8c66cc99e31e71ae1cc9fc706f60fbb33c6d65</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Use ar(1)'s s-flag instead of invoking ranlib(1)</title>
<updated>2022-07-20T23:26:34Z</updated>
<author>
<name>Tom Schwindl</name>
<email>schwindl@posteo.de</email>
</author>
<published>2022-07-20T14:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=8aa2a900974b100672d1af89a97c1043372a446d'/>
<id>urn:sha1:8aa2a900974b100672d1af89a97c1043372a446d</id>
<content type='text'>
ranlib(1) is legacy and not even part of POSIX anymore, ar(1) can do the
same job with the s-flag (which is an XSI-extension, but whatever).
</content>
</entry>
<entry>
<title>Clean up bench/util.h</title>
<updated>2016-07-24T14:42:17Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-07-24T14:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=58cbdbd892c9a83369e3e46aa9700cc7df98a17b'/>
<id>urn:sha1:58cbdbd892c9a83369e3e46aa9700cc7df98a17b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Rename bench/{benchmark.h =&gt; util.h}</title>
<updated>2016-07-24T13:33:37Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-07-24T13:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=12b97053570a5bb9c4b1115eae9509cafd975eb1'/>
<id>urn:sha1:12b97053570a5bb9c4b1115eae9509cafd975eb1</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add two exercises to the manual</title>
<updated>2016-07-23T15:49:40Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-07-23T15:49:40Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=67ebaf88644f0bf47103af79fee76d015d43ce00'/>
<id>urn:sha1:67ebaf88644f0bf47103af79fee76d015d43ce00</id>
<content type='text'>
[M10]  Convergence of the Lucas Number ratios
[M12+] Factorisation of factorials
</content>
</entry>
<entry>
<title>Makefile: remove intermediary files after compiling pdf files</title>
<updated>2016-06-02T07:19:30Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-06-02T07:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=ed5d0a78cc20ba7e9911adecca484ebd4e4a2d5a'/>
<id>urn:sha1:ed5d0a78cc20ba7e9911adecca484ebd4e4a2d5a</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Miscellaneous stuff</title>
<updated>2016-05-13T02:38:09Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-13T02:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa'/>
<id>urn:sha1:16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Work on the manual and zstr_length checks that the radix is valid</title>
<updated>2016-05-11T14:10:53Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-11T14:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=a36227cae9c9983faad42f98c3aa79c7a0d863a0'/>
<id>urn:sha1:a36227cae9c9983faad42f98c3aa79c7a0d863a0</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
