<feed xmlns='http://www.w3.org/2005/Atom'>
<title>even.git, branch 1.0.0</title>
<subtitle>A very basic c binary to check if an input number is even.
</subtitle>
<id>https://git.zachir.xyz/even.git/atom?h=1.0.0</id>
<link rel='self' href='https://git.zachir.xyz/even.git/atom?h=1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/'/>
<updated>2024-03-07T05:32:28+00:00</updated>
<entry>
<title>Optimize for size, and redo Makefile</title>
<updated>2024-03-07T05:32:28+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-07T05:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=42b5d719a0207a56b482a4e0298d72b628b93fa0'/>
<id>urn:sha1:42b5d719a0207a56b482a4e0298d72b628b93fa0</id>
<content type='text'>
Optimizing for size for the current comparison. Also, I don't know of a
generic way to do ${OBJ}: ${SRC} as a Makefile target, so I made that
part not generic.
</content>
</entry>
<entry>
<title>Use strtol instead of checking each digit</title>
<updated>2024-03-07T05:31:51+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-07T05:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=a94711362f844d5de6b498d05f12611312e22e0d'/>
<id>urn:sha1:a94711362f844d5de6b498d05f12611312e22e0d</id>
<content type='text'>
This makes it both faster and smaller.
</content>
</entry>
<entry>
<title>Reorganize the help message</title>
<updated>2024-03-07T05:30:08+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-07T05:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=ea86302d44a0370264959970eb624035aeb4cef4'/>
<id>urn:sha1:ea86302d44a0370264959970eb624035aeb4cef4</id>
<content type='text'>
Changed around stuff in the help message to make it more consistent
with zeven.
</content>
</entry>
<entry>
<title>even: Fix help message</title>
<updated>2024-02-15T05:57:43+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-02-15T05:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=9c60d421fd95a33350ac9c68512e6b1d2edd9f27'/>
<id>urn:sha1:9c60d421fd95a33350ac9c68512e6b1d2edd9f27</id>
<content type='text'>
The help message was missing some information, that has now been added.
</content>
</entry>
<entry>
<title>even: Add bin to check if number is even</title>
<updated>2024-02-15T05:54:52+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-02-15T05:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=0689d6bbbb0e6ecc3934d8e4a2e9b0fc66a0b29f'/>
<id>urn:sha1:0689d6bbbb0e6ecc3934d8e4a2e9b0fc66a0b29f</id>
<content type='text'>
even is a basic binary to check if the provided number is even.
</content>
</entry>
</feed>
