Commit Graph

8 Commits

Author SHA1 Message Date
whaffman
91cb0af6ef Free_safe implemented, ft_lstnew_safe and ft_lstclear_safe added
ft_strdup_safe added
ft_strjoin_safe added
2025-02-25 16:55:13 +01:00
whaffman
07f48cfc62 free_safe working state WIP 2025-02-25 15:43:56 +01:00
whaffman
ab72bd5bbb malloc_safe
- add freelist to minishell
- add t_minishell *minishell to all function calling malloc_free
- substituted all malloc calls but the first to malloc_safe
2025-02-25 14:54:17 +01:00
Quinten
ea90a00c33 merge main into quitnen 2025-02-23 12:46:02 +01:00
whaffman
8da0e0a036 error_msg and safe strdup strjoin and malloc 2025-02-20 18:09:28 +01:00
Quinten Mennen
0992ae20cf feat: parsing a token list into a command list 2025-02-11 16:29:31 +01:00
Quinten Mennen
75cbe896ce banner work 2025-02-06 13:37:12 +01:00
whaffman
f64e1f055d split functions cleanup init and free process 2025-02-05 16:24:17 +01:00