]>
git.dkaiser.de - 42/get_next_line.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dominik Kaiser [Tue, 26 Mar 2024 09:50:48 +0000 (10:50 +0100)]
Add null check
Dominik Kaiser [Mon, 25 Mar 2024 13:22:40 +0000 (14:22 +0100)]
Make helper funcs static
Dominik Kaiser [Mon, 25 Mar 2024 13:20:51 +0000 (14:20 +0100)]
Refactor some more
Should be ready for eval now
Dominik Kaiser [Mon, 25 Mar 2024 12:01:55 +0000 (13:01 +0100)]
Some more refactoring
Dominik Kaiser [Mon, 25 Mar 2024 11:24:29 +0000 (12:24 +0100)]
Refactor a little bit
Dominik Kaiser [Mon, 25 Mar 2024 10:59:40 +0000 (11:59 +0100)]
Code works now as it should.
TODO: Refactoring and some improvements
Other than that, the code works fine and should pass eval after
norminette has been dealt with.
Dominik Kaiser [Fri, 22 Mar 2024 15:52:19 +0000 (16:52 +0100)]
It is working (or is it?)
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...)
Dominik Kaiser [Thu, 21 Mar 2024 15:21:46 +0000 (16:21 +0100)]
Add some functions
Dominik Kaiser [Thu, 21 Mar 2024 14:23:26 +0000 (15:23 +0100)]
Remove old code and add str_realloc()
Code doesn't work at all after this but I have to refactor it anyways.
Dominik Kaiser [Thu, 21 Mar 2024 12:18:23 +0000 (13:18 +0100)]
Add core functionality
Dominik Kaiser [Fri, 15 Mar 2024 14:05:31 +0000 (15:05 +0100)]
Setup project