19 Commits

Author SHA1 Message Date
1899b01d0a fix makefile and tests 2025-08-07 13:41:51 +02:00
caa21a3fb0 change labels from global to local in functions, align function calls in stack 2025-08-06 20:10:05 +02:00
2a65c14032 fix atoi and list_remove_if 2025-08-06 19:15:09 +02:00
49501469c8 fix bonus rule and fix error in write and read (returned -1 instead of 0) 2025-08-06 14:29:50 +02:00
e6c4b33fc1 fix uninitialized register use 2025-06-02 16:31:52 +02:00
5f5ea11549 fix leak in list_remove_if 2025-04-12 20:49:55 +02:00
5d98a06bf4 remove reminder in tests and remove useless file 2025-04-12 19:12:45 +02:00
2adeac70ce add list remove if and fix valgrind error 2025-04-12 19:07:44 +02:00
919948abe9 add ft_list_sort 2025-04-06 01:39:39 +02:00
34b139c60b separate declarations in libasm.h file and add list_push_front and list_size 2025-04-03 04:55:28 +02:00
394b016f2f remove objects and output file 2025-04-02 19:56:15 +02:00
1c04a0be59 finish ft_atoi_base 2025-04-02 02:39:26 +02:00
d341aa9341 add bonus rule and start making ft_atoi_base 2025-03-31 17:38:21 +02:00
3b97b88f9b remove test_file.tmp and make test.c remove it after using it 2025-03-30 15:56:00 +02:00
2c298fe2b4 add README 2025-03-29 20:35:47 +01:00
5d706edf0c add gitignore 2025-03-29 20:04:31 +01:00
b6ad45ab6d add other basic functions and test with them 2025-03-29 19:54:58 +01:00
76cf33dd1c finish tests for strlen and makefile works 2025-03-27 20:07:18 +01:00
589addcb91 start project 2025-03-27 17:11:46 +01:00