<feed xmlns='http://www.w3.org/2005/Atom'>
<title>stdu.git, branch work/1.1.1</title>
<subtitle>a C program to 'C' the amount of input data in real time</subtitle>
<id>https://git.cron4.fi/stdu.git/atom/?h=work%2F1.1.1</id>
<link rel='self' href='https://git.cron4.fi/stdu.git/atom/?h=work%2F1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/'/>
<updated>2025-01-05T12:48:44Z</updated>
<entry>
<title>Bug fix for `--forward`</title>
<updated>2025-01-05T12:48:44Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-01-05T12:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=0e9e21139dc19f81d38957035a4ba603917cb77b'/>
<id>urn:sha1:0e9e21139dc19f81d38957035a4ba603917cb77b</id>
<content type='text'>
`--forward` used printf for outputting data to stdout, which failed with binary data that didn\'t first of all neccessarily contain null bytes and secondly could contain unexpected null bytes. Also fixed the trailing newline appended to files when using `--forward`. That bug in turn was caused by the newline getting sent to the wrong place - it was meant to the user.
</content>
</entry>
<entry>
<title>Added `--forward`</title>
<updated>2024-06-30T05:31:37Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2024-05-31T12:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=576b7a70dbf6c43651dc77db3a0104c019eed018'/>
<id>urn:sha1:576b7a70dbf6c43651dc77db3a0104c019eed018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed non-C99-compliant declaration after label default in config-parser.c</title>
<updated>2024-05-28T09:01:33Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2024-05-28T09:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=41de123de0453274fb2e5b2192548ce274ad8deb'/>
<id>urn:sha1:41de123de0453274fb2e5b2192548ce274ad8deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor fixes</title>
<updated>2024-04-21T15:34:15Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2024-04-21T15:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=3be3d993576fbce97cfa6068e427334deb5feb96'/>
<id>urn:sha1:3be3d993576fbce97cfa6068e427334deb5feb96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added installation and `-O3` in Makefile, created manpage and README and licensed under the MIT license</title>
<updated>2024-04-15T07:24:56Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joelkronqvist@proton.me</email>
</author>
<published>2024-04-14T07:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=6c4ec5c0bd46b1292d15a789560fb5acd813bbce'/>
<id>urn:sha1:6c4ec5c0bd46b1292d15a789560fb5acd813bbce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Combined one-letter options support (eg. "-mhp 3")</title>
<updated>2024-04-13T18:51:01Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joelkronqvist@proton.me</email>
</author>
<published>2024-04-13T18:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=ba5dd828bde07493ef5f2f8abf6921e0a040133d'/>
<id>urn:sha1:ba5dd828bde07493ef5f2f8abf6921e0a040133d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Multiline printing &amp; fixes to output space padding</title>
<updated>2024-04-13T15:31:30Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joelkronqvist@proton.me</email>
</author>
<published>2024-04-11T13:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=f8f07ca39bd617ddaeb2149f138b12aa7a6532bf'/>
<id>urn:sha1:f8f07ca39bd617ddaeb2149f138b12aa7a6532bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added help message &amp; fixed blocksize bug</title>
<updated>2024-04-11T13:01:36Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joelkronqvist@proton.me</email>
</author>
<published>2024-04-10T13:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=a793df3e2a07c65f36fb2f5f43d2c51ab0c47bf2'/>
<id>urn:sha1:a793df3e2a07c65f36fb2f5f43d2c51ab0c47bf2</id>
<content type='text'>
The bug was caused by integer overflow with too large precisions.
</content>
</entry>
<entry>
<title>Bigger `bytes_read` &amp; removed redundant code handling impossible signed `bytes_read`</title>
<updated>2024-04-07T10:41:46Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joelkronqvist@proton.me</email>
</author>
<published>2024-04-07T10:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=4ff6a08d73f0ef1e2fcb7a93a74cc6fa66c24e2b'/>
<id>urn:sha1:4ff6a08d73f0ef1e2fcb7a93a74cc6fa66c24e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finished implementation for formatting for human readability</title>
<updated>2024-04-07T07:53:40Z</updated>
<author>
<name>Joel Kronqvist</name>
<email>joelkronqvist@proton.me</email>
</author>
<published>2024-04-07T07:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/stdu.git/commit/?id=f975594e55bdc05ee436bc7bdcd6e09aec5357b1'/>
<id>urn:sha1:f975594e55bdc05ee436bc7bdcd6e09aec5357b1</id>
<content type='text'>
</content>
</entry>
</feed>
