minishell/src
2025-04-24 12:45:00 +02:00
..
buffer fix: potential buffer overflow caused by missing terminating null byte in t_buffer 2025-04-15 15:17:51 +02:00
env Expansion: Most changes dealt with 2025-03-21 18:54:10 +01:00
executing feat(postprocess): show error when post-processing failure occurs 2025-04-24 12:45:00 +02:00
parser feat(postprocess/redir): remove quotes in redirection targets 2025-04-24 12:45:00 +02:00
postprocess feat(redir): expand wildcards in targets and handle ambiguous redirects 2025-04-24 12:45:00 +02:00
sig feat(here_doc): handle signals (^C, ^\) correctly 2025-04-17 12:06:48 +02:00
subst fix(expansion/wildcard): do not remove quotes twice on non-pattern strings 2025-04-24 12:45:00 +02:00
word_search Expansion: correction of type conflict 2025-03-21 10:09:32 +01:00
ft_errno.c feat(here_doc): handle signals (^C, ^\) correctly 2025-04-17 12:06:48 +02:00
ft_errno.h feat(here_doc): handle signals (^C, ^\) correctly 2025-04-17 12:06:48 +02:00
get_command.c exec: command to toggle execution 2025-04-15 15:17:51 +02:00
get_command.h debug: special command can turn debug mode on and off 2025-04-15 15:16:51 +02:00
minishell.c feat(debug): add function to easily treeprint a cmd 2025-04-17 12:28:57 +02:00
minishell.h feat(redir): fieldsplit redir target, and handle ambiguous redirects 2025-04-24 12:44:33 +02:00
treedrawing.c treedrawing: fix bug where rare circumstances could lead to incorrect indent 2025-03-28 14:50:37 +01:00
treedrawing.h treedrawing: fix bug where rare circumstances could lead to incorrect indent 2025-03-28 14:50:37 +01:00