<feed xmlns='http://www.w3.org/2005/Atom'>
<title>get_next_line, branch master</title>
<subtitle>Reimplementation of the get_next_line library in C created at 42 Heilbronn
</subtitle>
<id>https://git.dkaiser.de/42/get_next_line/atom?h=master</id>
<link rel='self' href='https://git.dkaiser.de/42/get_next_line/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/'/>
<updated>2024-03-26T09:50:48Z</updated>
<entry>
<title>Add null check</title>
<updated>2024-03-26T09:50:48Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-26T09:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=cef09ac068d69cb2621ade938c6164aa6b1815c7'/>
<id>urn:sha1:cef09ac068d69cb2621ade938c6164aa6b1815c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make helper funcs static</title>
<updated>2024-03-25T13:22:40Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-25T13:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=1a0bce1446dda5bd8338d18bc842566905fac30b'/>
<id>urn:sha1:1a0bce1446dda5bd8338d18bc842566905fac30b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor some more</title>
<updated>2024-03-25T13:20:51Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-25T13:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=ac2a1018fe004bf158025eacb6bf78c2bd3fce7a'/>
<id>urn:sha1:ac2a1018fe004bf158025eacb6bf78c2bd3fce7a</id>
<content type='text'>
Should be ready for eval now
</content>
</entry>
<entry>
<title>Some more refactoring</title>
<updated>2024-03-25T12:01:55Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-25T12:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=33a83031dd615a342e2acf33cc134bb0a2a4acb8'/>
<id>urn:sha1:33a83031dd615a342e2acf33cc134bb0a2a4acb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor a little bit</title>
<updated>2024-03-25T11:24:29Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-25T11:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=74f2524ccfafd74dc348168c76a5720e5aa6baa7'/>
<id>urn:sha1:74f2524ccfafd74dc348168c76a5720e5aa6baa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code works now as it should.</title>
<updated>2024-03-25T10:59:40Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-25T10:59:40Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=baa1352385373ebdfcffa6272d9ca3a19cbf1210'/>
<id>urn:sha1:baa1352385373ebdfcffa6272d9ca3a19cbf1210</id>
<content type='text'>
TODO: Refactoring and some improvements
Other than that, the code works fine and should pass eval after
norminette has been dealt with.
</content>
</entry>
<entry>
<title>It is working (or is it?)</title>
<updated>2024-03-22T15:52:19Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-22T15:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=c9e8005df3f0f3f68f58626420960519b078f5a4'/>
<id>urn:sha1:c9e8005df3f0f3f68f58626420960519b078f5a4</id>
<content type='text'>
If '\n' is the last character in the buffer it won't work.
Other than that everything is working fine (as far as my current tests go...)
</content>
</entry>
<entry>
<title>Add some functions</title>
<updated>2024-03-21T15:21:46Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-21T15:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=149353e6b0895ae02ae05ee2635519a811b0f46d'/>
<id>urn:sha1:149353e6b0895ae02ae05ee2635519a811b0f46d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old code and add str_realloc()</title>
<updated>2024-03-21T14:23:26Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-21T14:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=18df570cd98093147845adfa822db424109a343c'/>
<id>urn:sha1:18df570cd98093147845adfa822db424109a343c</id>
<content type='text'>
Code doesn't work at all after this but I have to refactor it anyways.
</content>
</entry>
<entry>
<title>Add core functionality</title>
<updated>2024-03-21T12:18:23Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-03-21T12:18:23Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/get_next_line/commit/?id=94b47301589acbc1ac7e75dd93b183a796cc9bad'/>
<id>urn:sha1:94b47301589acbc1ac7e75dd93b183a796cc9bad</id>
<content type='text'>
</content>
</entry>
</feed>
