issues
search
mxafi
/
minishell
A school project at Hive Helsinki, recreating a simple version of bash.
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
norm round 2
#56
liocle
closed
1 year ago
0
add expansion feature: delete null expanded strings
#55
liocle
closed
1 year ago
0
norm, refactor and other various fixes
#54
liocle
closed
1 year ago
0
comment out debug lines
#53
liocle
closed
1 year ago
0
fix stuff and exit status printing
#52
liocle
closed
1 year ago
0
lexer expansion working again
#51
liocle
closed
1 year ago
0
all critical bugs fixed (excl. memory leaks)
#50
mxafi
closed
1 year ago
0
multiple fixes
#49
mxafi
closed
1 year ago
0
Pipe concurrency for redirectors
#48
mxafi
closed
1 year ago
1
critical fixes
#47
mxafi
closed
1 year ago
0
bash prints $ in all cases, minishell doesn't
#46
mxafi
closed
1 year ago
1
fix redir error output and redir chain behavior
#45
mxafi
closed
1 year ago
0
Bash recognize directories and files out of our CMD tokens, not our minishell, exit status is affected
#44
liocle
closed
1 year ago
0
various fixes
#43
mxafi
closed
1 year ago
0
implement execution in full
#42
mxafi
closed
1 year ago
0
Lexer is mislabeling CMD and ARG when redirectors before command
#41
mxafi
closed
1 year ago
2
implement wrappers for system calls
#40
mxafi
closed
1 year ago
1
implement redirector handling
#39
mxafi
closed
1 year ago
0
CTRL-C to exit running command exits the whole shell.
#38
liocle
closed
1 year ago
1
. refers in our shell to an arg or command, is that an issue?
#37
liocle
closed
1 year ago
3
fix stuff
#36
mxafi
closed
1 year ago
0
builtin progress
#35
liocle
closed
1 year ago
0
Unset removes variable but an empty line is kept in env, is that a problem?
#34
liocle
closed
1 year ago
1
AddressSanitizer: SEGV (minishell:x86_64+0x10001163a) in ft_strncmp
#33
liocle
closed
1 year ago
4
heredoc builtins fixes etc
#32
liocle
closed
1 year ago
0
add path expansion and fix builtin handling
#31
mxafi
closed
1 year ago
0
Implement env with no options or arguments
#30
liocle
closed
1 year ago
1
Implement unset with no options
#29
liocle
closed
1 year ago
1
Implement export with no options
#28
liocle
closed
1 year ago
2
Implement exit with no options
#27
liocle
closed
1 year ago
2
Implement cd with only a relative or absolute path
#26
liocle
closed
1 year ago
1
Implement pwd with no options
#25
liocle
closed
1 year ago
1
Implement echo with option -n
#24
liocle
closed
1 year ago
2
Implement Executor main requirements
#23
mxafi
closed
1 year ago
1
Lexer fsanitize=address fails
#22
mxafi
closed
1 year ago
1
Executor basic functionality
#21
mxafi
closed
1 year ago
0
Deprecate AST_BI_CMD
#20
mxafi
closed
1 year ago
1
Implement Heredoc
#19
liocle
closed
1 year ago
4
Lexer mostly working
#18
mxafi
closed
1 year ago
0
environ
#17
mxafi
closed
1 year ago
0
astree done, needs testing
#16
mxafi
closed
1 year ago
0
very basic environ inclusion into the project
#15
mxafi
closed
1 year ago
0
Create ast_builder that takes the output of the lexer and transforms it into an ast that is easy to process for execution
#14
mxafi
closed
1 year ago
0
Pipe as last character of input string?
#13
liocle
closed
1 year ago
1
add global struct g_minishell
#12
mxafi
closed
1 year ago
0
Input Syntax Validation
#11
liocle
closed
1 year ago
1
implemented basic input handling
#10
mxafi
closed
1 year ago
0
Implement a tokenizer for lexer
#9
liocle
closed
1 year ago
1
Implement Ctrl-\CD
#8
mxafi
closed
1 year ago
1
Add readline specific flags or options in Makefile
#7
mxafi
closed
1 year ago
0
Next