Commit Graph

11 Commits

Author SHA1 Message Date
whaffman
5d01cf3086 minishell -> msh 2025-02-26 16:17:07 +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 Mennen
9f6f48c0ef expansion 2025-02-19 15:24:06 +01:00
Quinten Mennen
4005f98b16 refactor: naming conventions 2025-02-18 17:03:40 +01:00
Quinten Mennen
75cbe896ce banner work 2025-02-06 13:37:12 +01:00
Quinten Mennen
473135b33d print error 2025-02-05 20:48:45 +01:00
Quinten Mennen
f86720a3ec feat: now it really works with double qoutes 2025-02-05 19:58:22 +01:00
Quinten Mennen
3aa1098b29 refactor: upate logo 2025-02-05 19:48:20 +01:00
Quinten Mennen
8e4baccc22 fix: works with any amount of quotes now 2025-02-05 19:27:29 +01:00
Quinten Mennen
a88a4656e3 chore: split up function in multiple files 2025-02-05 19:12:27 +01:00