issues
search
andreaulicna
/
42_minishell
This project is about creating a simple shell.
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Signals management and expander fixes
#153
andreaulicna
closed
9 months ago
0
ft_export - fix sorting algorithm to include the last member of the array
#152
sl16
closed
9 months ago
0
handle_empty_envs() memory leak
#151
sl16
closed
7 months ago
0
segfault when expanding e.g. echo "$USER"hoe
#150
sl16
closed
9 months ago
1
expanding when single quotes without space before
#149
sl16
closed
9 months ago
1
minishell in minishell - CTRL+C printing newline for every child minishell (and loses prompt)
#148
sl16
closed
7 months ago
1
exported variable in 'export' not in alphabetical order if digit name
#147
sl16
closed
9 months ago
0
Memleaks & segfaults fix in ft_cd.c and prompt.c
#146
sl16
closed
9 months ago
0
prompt.c - memory leak when PWD unset
#145
sl16
closed
9 months ago
0
ft_cd memory leak + segfault upon PWD or OLDPWD unset
#144
sl16
closed
9 months ago
0
File permission checks, pid_list implementation & norminette
#143
sl16
closed
9 months ago
0
Hanging commands interrupted by SIGINT
#142
andreaulicna
closed
9 months ago
0
Stop whitespaces from breaking our wonderful minishell
#141
andreaulicna
closed
9 months ago
0
? does exit() implementation in handle_redirects break single builtin calls?
#140
sl16
closed
9 months ago
0
Small heredoc and parser fixes
#139
andreaulicna
closed
9 months ago
0
Report unset HOME test error in minishell_tester
#138
andreaulicna
closed
7 months ago
1
redirection chain flag malloc/free?
#137
sl16
closed
7 months ago
0
correct redirection chain logic
#136
sl16
closed
9 months ago
0
Hanging commands interrupted by SIGINT (how to definitely 'break' the minishell)
#135
andreaulicna
closed
9 months ago
1
Expander (and some general) refactoring
#134
andreaulicna
closed
9 months ago
0
Add 'static' to functions used only within the file they're in
#133
andreaulicna
closed
9 months ago
0
minishell tester: unset HOME
#132
andreaulicna
closed
9 months ago
3
Should we keep delete_backslash (in expander) function?
#131
andreaulicna
closed
9 months ago
1
? exported variables in minishell show up as last with 'env'
#130
sl16
closed
9 months ago
1
mandatory manual test: invalid command, followed by empty variable, should clear the exit code
#129
sl16
closed
9 months ago
1
'< missing' (simply input redirect from a missing file) causing segfault
#128
sl16
closed
9 months ago
0
Review manual tests from minishell tester
#127
andreaulicna
closed
9 months ago
0
$ in redirects (parser) doesn't expand :'(
#126
andreaulicna
closed
9 months ago
1
Document new no_space_split (and possibly some changes in lexer)
#125
andreaulicna
closed
9 months ago
0
Exec hanging, pipe malloc, heredoc with pipes, tokens with no space
#124
andreaulicna
closed
9 months ago
0
No space tokens
#123
andreaulicna
closed
9 months ago
3
Heredoc not closing when with pipe
#122
andreaulicna
closed
9 months ago
1
Check tester for parsing errors
#121
andreaulicna
closed
7 months ago
0
Cleanup exec.c + close file descriptors
#120
andreaulicna
closed
9 months ago
1
Free new_pipe array
#119
andreaulicna
closed
9 months ago
1
? add new pipe for every pair of commands ?
#118
sl16
closed
10 months ago
1
Execve
#117
sl16
closed
10 months ago
0
#104 fix to not rely on spaces when distinguishing redirects.
#116
andreaulicna
closed
10 months ago
0
ft_exit not exiting on first call after failed file redirect in minishell
#115
sl16
closed
9 months ago
0
attempting to run a directory should return 'Is a directory'
#114
sl16
closed
9 months ago
0
add length checker for var name in env_find
#113
sl16
closed
10 months ago
0
Proper definition of global variable and compilation that would work with it
#112
andreaulicna
closed
10 months ago
0
Join team on intra
#111
andreaulicna
closed
10 months ago
0
Prompt: segfault when unset is run on env variables that make up prompt
#110
andreaulicna
closed
10 months ago
3
update builtins to set correct exit status
#109
sl16
closed
10 months ago
0
exit builtin - 'exit hello' should exit with '2'
#108
sl16
closed
10 months ago
0
export builtin - additional parsing
#107
sl16
closed
10 months ago
0
Signals, parser improvements, prompt and heredoc segfaults
#106
andreaulicna
closed
10 months ago
0
Heredoc: Ctrl + D segfault
#105
andreaulicna
closed
10 months ago
1
Remove quotes not working, e.g. cat <"test"
#104
andreaulicna
closed
10 months ago
0
Next