whaffman
dbe5a0d433
some more export and malloc safe returns null if size zero
2025-03-04 18:17:25 +01:00
whaffman
35083ca6c8
export without args
2025-03-04 16:33:32 +01:00
whaffman
8c9a3a1e74
Merge remote-tracking branch 'origin/willem' into willem
2025-03-04 16:19:23 +01:00
whaffman
7d32667e4d
executo builtin fix?
2025-03-04 16:17:31 +01:00
whaffman
5fc09400cd
executo builtin fix?
2025-03-04 16:04:10 +01:00
whaffman
8178757d98
norm
2025-03-03 23:07:51 +01:00
whaffman
04ac2df8a5
builtin cd and exit WIP 42/52
2025-03-03 22:35:22 +01:00
whaffman
4e5dc8c816
10 builtin errors less
2025-03-03 14:47:00 +01:00
whaffman
74bc47171f
error_msg and soem norm
2025-03-03 14:36:03 +01:00
whaffman
8e5deaa6c0
minor fix export
2025-03-03 11:49:09 +01:00
whaffman
43f2100c5c
use ft_split_safe
2025-03-02 22:34:18 +01:00
whaffman
de9f3f7f8c
NORM
2025-03-02 22:15:46 +01:00
whaffman
0f2040cb9f
make ft_split_safe and environment safe
2025-03-02 22:08:37 +01:00
whaffman
f9062d4385
error_MSG in builtin_cd/exit
2025-03-01 14:11:46 +01:00
Quinten Mennen
dd76e2c521
norminette
2025-02-27 16:21:49 +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
Quinten Mennen
f67c5a0f21
clear history on shell end
2025-02-25 21:00:40 +01:00
Quinten Mennen
e0e77f4012
processing heredocs
2025-02-25 20:55:30 +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
a93185a45e
fixe builtin exit to accept arguments
2025-02-20 15:54:48 +01:00
whaffman
eda2954279
builtins working
2025-02-20 15:10:38 +01:00
whaffman
d289065ade
feat: builtin router, checker and buitlin stubs
2025-02-20 11:43:15 +01:00