whaffman
bc019e4c04
Merge remote-tracking branch 'origin/quinten' into willem
2025-02-26 22:56:31 +01:00
Quinten Mennen
11b19749f0
print correct command output
2025-02-26 18:36:45 +01:00
whaffman
23e987b5bf
parse $?
2025-02-26 17:44:59 +01:00
whaffman
5d01cf3086
minishell -> msh
2025-02-26 16:17:07 +01:00
whaffman
a5e877fdd5
norm 1
2025-02-26 15:27:53 +01:00
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
whaffman
e83df82dc3
create better Makefile
2025-02-23 11:59:59 +01:00
whaffman
8c02b32601
dont throw away of_fd before testing the new one
2025-02-21 13:17:22 +01:00
whaffman
3631e127e4
redirects and fds+count
2025-02-21 13:03:49 +01:00
whaffman
49d3a8232b
preliminary signals
2025-02-19 13:58:50 +01:00
whaffman
c368cf80ea
exit status at the end of the executor_execute_pipeline
2025-02-18 16:00:38 +01:00
whaffman
0784d3cf04
fixed some norm
2025-02-13 15:05:17 +01:00
whaffman
c02e19bfc8
split executor in files
2025-02-12 21:30:04 +01:00
whaffman
68efadf4ac
feat: made an executer and commented print functions out for show
2025-02-12 20:52:49 +01:00
whaffman
b196377066
add executor_fork and executor_child
2025-02-12 19:14:05 +01:00
whaffman
486a207834
norm errors
2025-02-11 17:22:11 +01:00
whaffman
ed7a23eeb3
tabs
2025-02-11 16:45:30 +01:00
whaffman
3aa6459969
executor_absolute_path
2025-02-08 19:42:34 +01:00