whaffman
da6f69b575
unused parameter
2025-03-27 10:45:45 +01:00
whaffman
18069053ee
norm
2025-03-19 15:40:01 +01:00
whaffman
964a1cec57
Merge remote-tracking branch 'origin/main' into willem
2025-03-19 14:58:18 +01:00
whaffman
503486a8e6
waiting on all processes before returnning to the read evalloop
2025-03-19 14:56:32 +01:00
whaffman
0e94a5a97a
exit code on signal in prompt
2025-03-19 14:56:32 +01:00
Quinten Mennen
c8acd3d4f2
chore (format): make it norminette compliant once again
2025-03-18 16:24:05 +01:00
Quinten Mennen
6b9e09fb55
feat (lexer): print syntax error
2025-03-18 16:22:03 +01:00
Quinten Mennen
1679624f8d
fix (heredoc): handling signals in heredoc better
2025-03-18 14:33:00 +01:00
whaffman
f7bf872920
norminette parser_get_arguments.c
2025-03-17 14:38:12 +01:00
whaffman
ace00a615b
signal in heredoc
2025-03-07 17:46:35 +01:00
whaffman
d4baa4b440
norm
2025-03-07 16:37:41 +01:00
whaffman
05a6474b8c
shell_name in Makefile
2025-03-06 15:58:02 +01:00
whaffman
dd12a170d9
report last exit status
2025-03-06 11:38:16 +01:00
Quinten Mennen
af4e215242
some more refactor and todo
2025-03-05 21:42:59 +01:00
Quinten Mennen
526eba189e
refactor command get arguments
2025-03-05 21:18:52 +01:00
whaffman
097ab702b5
clear is back
2025-03-05 13:35:03 +01:00
Quinten Mennen
c3cc79d662
Merge branch 'willem' into quinten
2025-03-05 13:21:14 +01:00
Quinten Mennen
56b5e7c0a5
moving some files around
2025-03-05 13:12:46 +01:00
whaffman
32f416694c
Merge remote-tracking branch 'origin/quinten' into willem
2025-03-05 12:52:22 +01:00
Quinten
b3b6ed6d88
refactor: work on expansion
2025-03-05 11:32:12 +01:00
whaffman
09e4befa22
command->command is too much, print pretty please
2025-03-04 18:42:12 +01:00
whaffman
35083ca6c8
export without args
2025-03-04 16:33:32 +01:00
whaffman
7d32667e4d
executo builtin fix?
2025-03-04 16:17:31 +01:00
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