issues
search
Haliris
/
minishell
Minishell repo by bthomas and jteissie
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
sanity check
#91
BenjaminHThomas
closed
3 months ago
0
Changed echo calls in Makefile to not repeat for all rule, changed syntax
#90
Haliris
closed
3 months ago
0
Adds heredoc EOF warning message when user presses ctrl+D during heredoc reading, fixed lexer exception when heredoc is interrupted.
#89
Haliris
closed
3 months ago
0
var expansion now allows more literal strings
#88
BenjaminHThomas
closed
3 months ago
0
cd bug with variable expansion
#87
BenjaminHThomas
closed
3 months ago
1
Fixes errcode not properly updating, adds printing of bad command when access returns exception
#86
Haliris
closed
3 months ago
0
Fixes exit printing to the terminal when executed within a subshell
#85
Haliris
closed
3 months ago
0
need to be less strict with ?
#84
BenjaminHThomas
closed
3 months ago
1
unset now ignores commands with '='
#83
BenjaminHThomas
closed
3 months ago
0
Fixes main process executing last command in a pipeline instead of creating a subshell.
#82
Haliris
closed
3 months ago
0
Need to ignore piped exit call
#81
BenjaminHThomas
closed
3 months ago
0
Need to disable weird unset's with '='
#80
BenjaminHThomas
closed
3 months ago
1
echo with $ followed by quotes doesn't work
#79
BenjaminHThomas
closed
3 months ago
1
We need the command in the error message
#78
BenjaminHThomas
closed
3 months ago
0
fixed segfault when no heredoc present
#77
BenjaminHThomas
closed
3 months ago
0
Exit code updating correctly depending on circumstances.
#76
Haliris
closed
3 months ago
0
find out what this does.
#75
BenjaminHThomas
closed
3 months ago
1
Leak with pipe children
#74
BenjaminHThomas
closed
3 months ago
1
Invalid var ignore
#73
BenjaminHThomas
closed
3 months ago
0
Need to change err message in process_file
#72
BenjaminHThomas
closed
3 months ago
1
Echo flag fix
#71
BenjaminHThomas
closed
3 months ago
0
lexing improved with strings
#70
BenjaminHThomas
closed
3 months ago
1
echo flag fix
#69
BenjaminHThomas
closed
3 months ago
0
exit code needs to be a long long, not an int
#68
BenjaminHThomas
closed
3 months ago
1
Parsing Errors
#67
BenjaminHThomas
closed
3 months ago
2
Sigint improvements
#66
Haliris
closed
3 months ago
1
Improved var extraction
#65
BenjaminHThomas
closed
3 months ago
0
Weird leak with &&&&
#64
BenjaminHThomas
closed
3 months ago
1
added check for TK_PATH in build_cmd_buff()in parser to correctly expand variables passed as arguments to commands when the lexers finds their path
#63
Haliris
closed
3 months ago
0
now throws an error with equals and spaces for export
#62
BenjaminHThomas
closed
3 months ago
0
Need to make echo ignore invalid vars and not throw an error
#61
BenjaminHThomas
closed
3 months ago
3
Need to have token specifically for numeric variables
#60
BenjaminHThomas
closed
3 months ago
1
Need to add more operator tokens
#59
BenjaminHThomas
closed
3 months ago
1
Need to ensure echo doesn't print duplicated flags
#58
BenjaminHThomas
closed
3 months ago
2
Need to change some error messages
#57
BenjaminHThomas
closed
3 months ago
7
Exit & prompt leak fix
#56
BenjaminHThomas
closed
3 months ago
1
Refactors heredoc creation logic, adds proper error handling in build_tokenlist1/build_tokenlist2
#55
Haliris
closed
3 months ago
0
Improved cd logic, OLDPWD is now initialised, removed cd leak (not sure if I created it or not, but it's gone now :^) )
#54
BenjaminHThomas
closed
3 months ago
0
executing a blocking command like "cat" and then pressing ctrl-c displays a double prompt
#53
BenjaminHThomas
closed
3 months ago
3
fixed memleak with expanding vars
#52
BenjaminHThomas
closed
3 months ago
0
Lexer will try to create heredocs when it should instead throw an error.
#51
Haliris
closed
3 months ago
1
fixed token validation so it doesn't exit minishell.
#50
BenjaminHThomas
closed
3 months ago
2
Lexer calls exit at some point whenever it picks an "invalid token"
#49
Haliris
closed
3 months ago
1
Fixed variable expansion, Refactored and cleaned code, got rid of tiny leak in get_substr
#48
BenjaminHThomas
closed
3 months ago
1
Adds env_vars updating to call_cd()
#47
Haliris
closed
3 months ago
1
Error handling improvements, fixes stray memory issues
#46
Haliris
closed
3 months ago
0
Need to update PWD in env when cd is called
#45
BenjaminHThomas
closed
3 months ago
1
Builtins memory fixes
#44
Haliris
closed
3 months ago
0
need to add overwriting to env vars
#43
BenjaminHThomas
closed
3 months ago
0
Builtins memory fixes
#42
Haliris
closed
3 months ago
1
Previous
Next