]> git.dkaiser.de - 42/get_next_line.git/log
42/get_next_line.git
20 months agoAdd null check master
Dominik Kaiser [Tue, 26 Mar 2024 09:50:48 +0000 (10:50 +0100)]
Add null check

20 months agoMake helper funcs static
Dominik Kaiser [Mon, 25 Mar 2024 13:22:40 +0000 (14:22 +0100)]
Make helper funcs static

20 months agoRefactor some more
Dominik Kaiser [Mon, 25 Mar 2024 13:20:51 +0000 (14:20 +0100)]
Refactor some more

Should be ready for eval now

20 months agoSome more refactoring
Dominik Kaiser [Mon, 25 Mar 2024 12:01:55 +0000 (13:01 +0100)]
Some more refactoring

20 months agoRefactor a little bit
Dominik Kaiser [Mon, 25 Mar 2024 11:24:29 +0000 (12:24 +0100)]
Refactor a little bit

20 months agoCode works now as it should.
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.

20 months agoIt is working (or is it?)
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...)

20 months agoAdd some functions
Dominik Kaiser [Thu, 21 Mar 2024 15:21:46 +0000 (16:21 +0100)]
Add some functions

20 months agoRemove old code and add str_realloc()
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.

20 months agoAdd core functionality
Dominik Kaiser [Thu, 21 Mar 2024 12:18:23 +0000 (13:18 +0100)]
Add core functionality

20 months agoSetup project
Dominik Kaiser [Fri, 15 Mar 2024 14:05:31 +0000 (15:05 +0100)]
Setup project