whaffman
04ac2df8a5
builtin cd and exit WIP 42/52
2025-03-03 22:35:22 +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
ededbc98f4
minishell test script
2025-03-01 14:10:25 +01:00
whaffman
888476ea0c
Made NOBANNER NOPROMPT and NOCOLOR FLAGS for make,
...
make run FLAGS="-DNOCOLORS -DNOBANNER -DNOPROMPT"
2025-03-01 12:01:56 +01:00
whaffman
98451de1fa
0 Norm errors
2025-02-28 14:19:54 +01:00
whaffman
775a9f635e
DBG in CFLAGS
2025-02-28 13:57:34 +01:00
Quinten Mennen
48256b2c81
extracting more
2025-02-27 19:04:02 +01:00
Quinten Mennen
efd4d3f751
extract token conversion funcs
2025-02-27 18:49:04 +01:00
Quinten Mennen
05b7ae3a6a
norminette made me do it
2025-02-27 18:11:44 +01:00
Quinten Mennen
3cc3dff55c
Merge branch 'willem' into quinten
2025-02-27 17:46:46 +01:00
Quinten Mennen
9de806e648
limits
2025-02-27 16:46:54 +01:00
Quinten Mennen
4cdc9c3530
more refactor for parser
2025-02-27 16:09:36 +01:00
Quinten Mennen
e5569d9b0b
refactor: creating commands
2025-02-27 16:05:15 +01:00
whaffman
bc019e4c04
Merge remote-tracking branch 'origin/quinten' into willem
2025-02-26 22:56:31 +01:00
Quinten Mennen
ce2c50e753
redirect norminette
2025-02-26 17:45:05 +01:00
whaffman
23e987b5bf
parse $?
2025-02-26 17:44:59 +01:00
Quinten Mennen
46bea87309
get inputs is done
2025-02-26 17:25:22 +01:00
Quinten Mennen
c8806e22c6
process heredoc new structure
2025-02-26 16:54:33 +01:00
Quinten Mennen
f3bd69a2e9
s
2025-02-26 16:29:25 +01:00
Quinten Mennen
46a39c17cb
validating redirects WIP
2025-02-26 16:24:30 +01:00
whaffman
c366ddd6d6
norm 4
2025-02-26 16:21:17 +01:00
whaffman
5d01cf3086
minishell -> msh
2025-02-26 16:17:07 +01:00
whaffman
7b1951bf85
DDEBUG
2025-02-25 18:31:14 +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
1d4316cbf1
Merge remote-tracking branch 'origin/main' into willem
2025-02-23 13:36:40 +01:00
Quinten
8b33185add
readability
2025-02-23 13:14:48 +01:00
Quinten
ea90a00c33
merge main into quitnen
2025-02-23 12:46:02 +01:00
Quinten
2117a6538e
redirects
2025-02-23 12:44:31 +01:00
Quinten
3c14325711
some more structure
2025-02-23 12:34:34 +01:00
Quinten
45968e547e
parsing input redirects
2025-02-23 12:20:19 +01:00
whaffman
a81b84f605
norm
2025-02-21 16:16:17 +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
8da0e0a036
error_msg and safe strdup strjoin and malloc
2025-02-20 18:09:28 +01:00
Quinten Mennen
a9f356176f
redirect setup
2025-02-20 17:54:34 +01:00
whaffman
d289065ade
feat: builtin router, checker and buitlin stubs
2025-02-20 11:43:15 +01:00
whaffman
12c439afb0
Merge branch 'willem'
2025-02-19 18:00:09 +01:00
whaffman
450add4cb7
fixed signal and removed infloop after unicode nofix
2025-02-19 17:56:57 +01:00
Quinten Mennen
4621fd2497
move token print to debug
2025-02-19 17:30:34 +01:00
Quinten Mennen
fbe2c51d41
Merge branch 'quinten'
2025-02-19 16:38:29 +01:00
Quinten Mennen
9f6f48c0ef
expansion
2025-02-19 15:24:06 +01:00
whaffman
49d3a8232b
preliminary signals
2025-02-19 13:58:50 +01:00
whaffman
9f5c134517
first signals in minshell
2025-02-19 12:47:09 +01:00
Quinten Mennen
ce028b7b6f
refactoring expander
2025-02-18 21:04:26 +01:00
Quinten Mennen
4793ab36b4
better expension but cat doesnt work
2025-02-18 20:32:42 +01:00
Quinten Mennen
6d308b4a67
we're expanding
2025-02-18 20:04:56 +01:00
Quinten Mennen
4005f98b16
refactor: naming conventions
2025-02-18 17:03:40 +01:00