minishell/src
2025-04-15 15:27:20 +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 env: correctly handle write errors such as /dev/full 2025-04-15 15:19:27 +02:00
parser debug: show command about to be executed in debug mode 2025-04-15 15:19:27 +02:00
postprocess token_type: add field with no logic for populating it 2025-04-15 15:15:30 +02:00
sig signal: SIGQUIT prints ^\ to the terminal, and does not redisplay the prompt 2025-04-15 15:10:40 +02:00
subst token_type: add field with no logic for populating it 2025-04-15 15:15:30 +02:00
word_search Expansion: correction of type conflict 2025-03-21 10:09:32 +01:00
ft_errno.c Expansion: Most changes dealt with 2025-03-21 18:54:10 +01:00
ft_errno.h Expansion: A fix attempt 2025-03-21 10:14:34 +01: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 minishell: reinstante interactive mode 2025-04-15 15:27:20 +02:00
minishell.h exec: command to toggle execution 2025-04-15 15:17:51 +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