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
Improvements to shell_goodman
#141
Haliris
closed
2 months ago
1
Shell goodman final version
#140
Haliris
closed
3 months ago
0
export keys can now start with _
#139
BenjaminHThomas
closed
3 months ago
0
Double check where PANIC is used, when 1 should be used instead.
#138
BenjaminHThomas
closed
3 months ago
0
Dollar string fixes
#137
BenjaminHThomas
closed
3 months ago
0
Shell psycho, also resets terminal properly when execute_builtin is called in main process.
#136
Haliris
closed
3 months ago
0
better error messages for cd
#135
BenjaminHThomas
closed
3 months ago
0
can no longer export null variables like "export $notreal"
#134
BenjaminHThomas
closed
3 months ago
0
Fixed err message and Leak from orphaned pipe token
#133
BenjaminHThomas
closed
3 months ago
1
Brackets bug fix
#132
BenjaminHThomas
closed
3 months ago
0
moved g_sig_offset check in get_input() so that we immediately catch signals before exiting
#131
Haliris
closed
3 months ago
0
Strange leak after multiple invalid tokens
#130
BenjaminHThomas
closed
3 months ago
0
No longer concats redirections, pipes or heredocs
#129
BenjaminHThomas
closed
3 months ago
0
Pipes improvements rl hang fix
#128
Haliris
closed
3 months ago
0
lexmem now freed after lexer error
#127
BenjaminHThomas
closed
3 months ago
0
command not found leak
#126
BenjaminHThomas
closed
3 months ago
0
Concat no longer concatenates non-echo equals strings. Improved readability too.
#125
BenjaminHThomas
closed
3 months ago
0
Tokens without spaces between them now concatenate properly
#124
BenjaminHThomas
closed
3 months ago
0
Invalid read fix exxpanding strs
#123
BenjaminHThomas
closed
3 months ago
0
weird fd error with cd
#122
BenjaminHThomas
closed
3 months ago
2
Lexer cannot handle succession of single quotes and double quotes
#121
Haliris
closed
3 months ago
4
Fixed invalid read in vector_split.c
#120
Haliris
closed
3 months ago
0
Quotes/single quotes expansion still does not work
#119
Haliris
closed
3 months ago
0
Bad file error message
#118
Haliris
closed
3 months ago
0
Need to fix invalid read for null exports
#117
BenjaminHThomas
closed
3 months ago
0
Need to fix export leak
#116
BenjaminHThomas
closed
3 months ago
0
fixed invalid read
#115
BenjaminHThomas
closed
3 months ago
0
fixed leak in export & expanding the exit status after refactor
#114
BenjaminHThomas
closed
3 months ago
0
Need to fix leak in export function
#113
BenjaminHThomas
closed
3 months ago
0
Fixed SIGPIPE received when builtin would be called in the middle of a pipeline.
#112
Haliris
closed
3 months ago
0
Added token concatenation
#111
BenjaminHThomas
closed
3 months ago
0
added quit_exec() signal handler to exit child processes with sigquit, message formatted like bash posix
#110
Haliris
closed
3 months ago
0
Converted buffer in command tables created by parser to a simple vector.
#109
Haliris
closed
3 months ago
0
fixed missing free() call in get_exec_path resulting in leak.
#108
Haliris
closed
3 months ago
0
Leak from get_var_val() call in is_executable()
#107
Haliris
closed
3 months ago
0
Lexing str refactor
#106
BenjaminHThomas
closed
3 months ago
0
Removed pthread flag from compilation flags variable in Makefile
#105
Haliris
closed
3 months ago
0
Fixed checks in get_token and check_orphan_op to check for pipes at the end of the prompt or as the first input.
#104
Haliris
closed
3 months ago
0
Fixes parent not returning early in case of open() exception when executing built_ins.
#103
Haliris
closed
3 months ago
0
Fixed invalid read of size 8 in call_exit() when exception would be thrown
#102
Haliris
closed
3 months ago
0
Remove pthread from Makefile compilation
#101
Haliris
closed
3 months ago
0
Fix invalid read of size 8 in call_exit in child or parent I forgot
#100
Haliris
closed
3 months ago
0
Add early return in exec_child() when process_files() threw exceptions in execute_builtin()
#99
Haliris
closed
3 months ago
0
Sigpipe happens when echo is called in the middle of a pipeline
#98
Haliris
closed
3 months ago
0
Leak in call_exit when executed in pipe
#97
Haliris
closed
3 months ago
2
Refactor randomize_str to convert the adress of str to a number instead of reading from /dev/urandom
#96
Haliris
closed
3 months ago
1
Must overload sigquit in signal handler for execution
#95
Haliris
closed
3 months ago
0
Add lexer exception when last token is pipe
#94
Haliris
closed
3 months ago
0
Change quote lexing to seperate quotes into separate tokens
#93
BenjaminHThomas
closed
3 months ago
1
fixed KO from unsetting PATH
#92
BenjaminHThomas
closed
3 months ago
0
Next