Commit Graph

5 Commits

Author SHA1 Message Date
whaffman
5d01cf3086 minishell -> msh 2025-02-26 16:17:07 +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 Mennen
3dda5621b6 feat: include command parsing in minishell struct 2025-02-11 16:35:32 +01:00
whaffman
6c726f67f1 enviroNment 2025-02-07 16:01:12 +01:00
whaffman
f64e1f055d split functions cleanup init and free process 2025-02-05 16:24:17 +01:00