issues
search
fucalerro
/
42-minishell
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
testing branching do not merge
#66
Lu-ni
opened
6 months ago
0
close all pipe in child
#65
Lu-ni
opened
6 months ago
0
Not treating prompt with no cmd
#64
Lu-ni
opened
6 months ago
0
export multi variable with wrong val in them -> should work for the correct one and display a message for the other
#63
Lu-ni
opened
6 months ago
0
env var in here_doc
#62
Lu-ni
opened
6 months ago
0
export when no value should not show in env but should show in export
#61
Lu-ni
opened
6 months ago
0
make a proper makefile
#60
Lu-ni
opened
6 months ago
0
protect max pipe
#59
Lu-ni
opened
6 months ago
0
Pallocation
#58
fucalerro
closed
6 months ago
0
ctrl-\ in an empty prompt should not do anything.
#57
Lu-ni
closed
6 months ago
0
file redirection >out << heredoc
#56
Lu-ni
opened
6 months ago
0
Refactor/parser
#55
fucalerro
closed
6 months ago
0
pass ENV in each execve
#54
Lu-ni
closed
6 months ago
0
Increment SHLVL
#53
Lu-ni
closed
6 months ago
0
crash when empty expansion
#52
Lu-ni
closed
6 months ago
0
The history seems to be created in in the current folder. It should be put in $HOME and if HOME not defined -> current folder
#51
Lu-ni
closed
6 months ago
0
var expansion only compare the firsts chars of a var
#50
fucalerro
closed
6 months ago
0
oweijoriej
#49
Lu-ni
closed
6 months ago
0
ft_getenv done
#48
fucalerro
closed
6 months ago
0
fix export and unset
#47
fucalerro
closed
6 months ago
0
segfault when PATH has been unset
#46
fucalerro
closed
6 months ago
0
Expansion broken
#45
fucalerro
closed
6 months ago
0
Execute full refactor (maybe refractor too)
#44
Lu-ni
closed
6 months ago
0
forking before builtin_cd
#43
Lu-ni
closed
6 months ago
0
built_in echo with infile is broken
#42
Lu-ni
closed
6 months ago
0
Tokenizer refactor
#41
fucalerro
closed
7 months ago
0
We need to drop undeclared variable at expenssion
#40
Lu-ni
closed
6 months ago
1
replace get_env() by custom made
#39
Lu-ni
closed
6 months ago
1
File redirection need to be done in correct order (no hack with sort_infile())
#38
Lu-ni
closed
6 months ago
0
in builtin, should not execute set_pipe as it is because of the exit part
#37
Lu-ni
closed
7 months ago
0
[cmd] [redirection file] [cmd args] should work
#36
Lu-ni
closed
7 months ago
0
seg fault with $EMPTY
#35
Lu-ni
closed
7 months ago
1
In cmd we need to manage /
#34
Lu-ni
closed
7 months ago
1
protect open, read, dup, dup2
#33
Lu-ni
opened
7 months ago
0
segfault on parsing ?
#32
Lu-ni
closed
7 months ago
0
remove "" in token for file name
#31
Lu-ni
closed
7 months ago
0
wrong type flagging
#30
Lu-ni
closed
7 months ago
1
standalone vs piped cmd
#29
Lu-ni
closed
6 months ago
2
Fix history
#28
fucalerro
closed
7 months ago
0
last status expansion
#27
fucalerro
closed
7 months ago
0
GNL seems to be leaking
#26
fucalerro
opened
7 months ago
0
remove leaks
#25
fucalerro
opened
7 months ago
0
parsing error management
#24
fucalerro
closed
6 months ago
1
History file
#23
fucalerro
closed
7 months ago
0
expand `$?` to last execution status
#22
fucalerro
closed
7 months ago
1
fix quotes in parsing
#21
fucalerro
closed
7 months ago
1
export + unset + env builtins
#20
fucalerro
closed
7 months ago
0
export sans arg: print env with "declare -x ..."
#19
fucalerro
closed
7 months ago
0
PIPE execute
#18
Lu-ni
closed
7 months ago
0
pipe redirection working
#17
Lu-ni
closed
7 months ago
0
Next