issues
search
S0YKIM
/
42-MINISHELL
C project to mimic bash shell. This program interprets and executes commands just like bash shell. Built-in functions such as echo, cd, exit, etc. available.
1
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Merge into main branch
#250
S0YKIM
closed
2 years ago
0
Refactor pipe
#249
hhkim0729
closed
2 years ago
0
Refactor execute_cmd()
#248
S0YKIM
closed
2 years ago
0
Remove handle_invalid_env (#3)
#247
hhkim0729
closed
2 years ago
0
Refactor
#246
hhkim0729
closed
2 years ago
0
Update function to check syntax error
#245
S0YKIM
closed
2 years ago
0
Syntax error 인 경우 엑싯 코드($?)가 바뀌지 않는 문제
#244
S0YKIM
closed
2 years ago
2
Fix error not expanding env after tilde (#3)
#243
hhkim0729
closed
2 years ago
0
Fix bug when cd is used by itself
#242
S0YKIM
closed
2 years ago
0
Refactor init (#3 #4 #13)
#241
hhkim0729
closed
2 years ago
0
Remove unnecessary code
#240
hhkim0729
closed
2 years ago
0
Fix fd leaks caused by heredoc (#169)
#239
hhkim0729
closed
2 years ago
0
Add close() in print_art()
#238
S0YKIM
closed
2 years ago
0
Refactor ft_exit()
#237
S0YKIM
closed
2 years ago
0
Add tab (#171)
#236
hhkim0729
closed
2 years ago
0
Update art (#171 #3)
#235
hhkim0729
closed
2 years ago
0
Fix error removing $ followed by space (#232)
#234
hhkim0729
closed
2 years ago
0
인자가 숫자가 아닐 때 종료되지 않는 문제
#233
hhkim0729
closed
2 years ago
1
$ 뒤에 공백이 오는 경우 $가 사라지는 문제
#232
hhkim0729
closed
2 years ago
0
Remove unused variable value_len
#231
hhkim0729
closed
2 years ago
0
Fix error in is_valid_key_name()
#230
S0YKIM
closed
2 years ago
0
Refactor ft_cd() and ft_echo()
#229
S0YKIM
closed
2 years ago
0
Fix norm (#106)
#228
hhkim0729
closed
2 years ago
0
Implement printing ascii art
#227
S0YKIM
closed
2 years ago
0
Remove print funcs (#3 #13)
#226
hhkim0729
closed
2 years ago
0
Fix heredoc SIGQUIT
#225
hhkim0729
closed
2 years ago
0
Add expanding tilde (#3 #223)
#224
hhkim0729
closed
2 years ago
0
'~' 또는 '~/' 로 시작하는 인자를 환경변수 값으로 치환
#223
S0YKIM
closed
2 years ago
0
Expand "~" to home directory value
#222
S0YKIM
closed
2 years ago
0
Fix error in cd ~/[path]
#221
S0YKIM
closed
2 years ago
0
Fix err expanding invalid env key (#213)
#220
hhkim0729
closed
2 years ago
0
Fix err not expanding multiple envs in double quotes (#212)
#219
hhkim0729
closed
2 years ago
0
Refactor ft_cd()
#218
S0YKIM
closed
2 years ago
0
Refactor ft_export()
#217
S0YKIM
closed
2 years ago
0
Remove data arg from execute_cmd in child
#216
hhkim0729
closed
2 years ago
0
Refactor ft_exit()
#215
S0YKIM
closed
2 years ago
0
Refactor ft_cd()
#214
S0YKIM
closed
2 years ago
0
$ 뒤의 첫 문자가 유효하지 않은 문자인 경우 없는 취급
#213
hhkim0729
closed
2 years ago
0
큰 따옴표 안의 환경변수가 첫 번째 하나만 파싱되는 문제
#212
hhkim0729
closed
2 years ago
0
존재하지 않는 환경변수를 입력하면 종료되는 문제
#211
hhkim0729
closed
2 years ago
5
환경변수 파싱 오류
#210
hhkim0729
closed
2 years ago
4
Fix error updating exit code when exited with signal (#202)
#209
hhkim0729
closed
2 years ago
0
Fix norm error (#106)
#208
hhkim0729
closed
2 years ago
0
Remove print code
#207
hhkim0729
closed
2 years ago
0
Fix syntax error when first token is pipe (#155)
#206
hhkim0729
closed
2 years ago
0
Fix implicit declaration err (#3)
#205
hhkim0729
closed
2 years ago
0
Fix memory leak in ft_export() and update_env()
#204
S0YKIM
closed
2 years ago
0
$PATH 를 unset 하거나 export 를 통해 공백값으로 바꾼 경우 명령어 실행 메시지
#203
S0YKIM
closed
2 years ago
0
exit status($?) 처리
#202
S0YKIM
closed
2 years ago
0
Signal handling: SIGQUIT in heredoc, Ignoring signal in multiple process, etc.
#201
S0YKIM
closed
2 years ago
0
Next