Commit Graph

5 Commits

Author SHA1 Message Date
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
9f6f48c0ef expansion 2025-02-19 15:24:06 +01:00
Quinten Mennen
6d308b4a67 we're expanding 2025-02-18 20:04:56 +01:00
whaffman
a1b064fdfc fixed many malloc in prompt, chaged name history, added command to front of arg list so that its argv[0] 2025-02-12 13:00:51 +01:00
Quinten Mennen
0992ae20cf feat: parsing a token list into a command list 2025-02-11 16:29:31 +01:00