minishell/inc
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
..
allowed.h fix readme 2025-02-06 16:15:59 +01:00
builtin.h feat: builtin router, checker and buitlin stubs 2025-02-20 11:43:15 +01:00
debug.h merge main into quitnen 2025-02-23 12:46:02 +01:00
environment.h malloc_safe 2025-02-25 14:54:17 +01:00
executor.h malloc_safe 2025-02-25 14:54:17 +01:00
expander.h malloc_safe 2025-02-25 14:54:17 +01:00
minishell.h merge main into quitnen 2025-02-23 12:46:02 +01:00
parser.h malloc_safe 2025-02-25 14:54:17 +01:00
prompt.h 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
redirect.h malloc_safe 2025-02-25 14:54:17 +01:00
signals.h fixed signal and removed infloop after unicode nofix 2025-02-19 17:56:57 +01:00
tokenizer.h malloc_safe 2025-02-25 14:54:17 +01:00
typedef.h malloc_safe 2025-02-25 14:54:17 +01:00
utils.h malloc_safe 2025-02-25 14:54:17 +01:00