<feed xmlns='http://www.w3.org/2005/Atom'>
<title>even.git/src, branch master</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=master</id>
<link rel='self' href='https://git.zachir.xyz/even.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/'/>
<updated>2024-03-11T07:00:31Z</updated>
<entry>
<title>Add error handling for non-numbers passed</title>
<updated>2024-03-11T07:00:31Z</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-11T07:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=3d95ee49b4e45c11d0a9d6368ea3ec6808006a35'/>
<id>urn:sha1:3d95ee49b4e45c11d0a9d6368ea3ec6808006a35</id>
<content type='text'>
Non-numbers that are passed will return -1, and print an error message.
This includes decimal places, as only integers can be even or odd.
</content>
</entry>
<entry>
<title>Prints help msg when no args</title>
<updated>2024-03-11T06:59:34Z</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-11T06:59:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=45933ed41766da5e08b59f970ff58df63eb18c8b'/>
<id>urn:sha1:45933ed41766da5e08b59f970ff58df63eb18c8b</id>
<content type='text'>
When no args are provided, even will now print the help message and
return -1.
</content>
</entry>
<entry>
<title>Fixes logic error with quiet</title>
<updated>2024-03-11T06:57:53Z</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-11T06:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=934a7be0be6764c8b47aedbf6aad22654d3bd3f2'/>
<id>urn:sha1:934a7be0be6764c8b47aedbf6aad22654d3bd3f2</id>
<content type='text'>
Before, quiet worked in reverse, i.e. text was only displayed when -q
was passed. Also, even now will not return 1 with an odd number when
quiet is not passed.
</content>
</entry>
<entry>
<title>Replace build system with zig</title>
<updated>2024-03-11T06:34:22Z</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-11T06:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=2b135d87f5c1f1f307984f5fd78e151f5ee99dae'/>
<id>urn:sha1:2b135d87f5c1f1f307984f5fd78e151f5ee99dae</id>
<content type='text'>
Zig is actually handling the building and such, now the Makefile is
here just as a wrapper for it.
</content>
</entry>
</feed>
