issues
search
Naji-k
/
minishell
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
last commit
#120
Naji-k
closed
1 year ago
0
protect executer_part, fix export, env_del_one
#119
Naji-k
closed
1 year ago
0
Fixed parsing issue where || was not seperated.
#118
srondss
closed
1 year ago
0
Final
#117
srondss
closed
1 year ago
0
hello minishell
#116
Naji-k
closed
1 year ago
0
Ready with debug
#115
Naji-k
closed
1 year ago
0
Youssef branch
#114
srondss
closed
1 year ago
0
Included error_exit func in builtin.h library
#113
srondss
closed
1 year ago
0
Small norminette fixing and error messages.
#112
srondss
closed
1 year ago
0
only "" should give error "command not found". Our minishell does nothing.
#111
srondss
closed
1 year ago
1
fix #108, fix is_directory and command not found, SHLVL,
#110
Naji-k
closed
1 year ago
0
Fixed issue with creating tokens.
#109
srondss
closed
1 year ago
0
echo should run even if not first argument
#108
srondss
closed
1 year ago
0
fix some errors in executing,redirection, WITH DEBUG
#107
Naji-k
closed
1 year ago
0
echo hi | > ./non_exist/file
#106
Naji-k
closed
1 year ago
0
clean code
#105
Naji-k
closed
1 year ago
0
Youssef branch
#104
srondss
closed
1 year ago
0
ready to eval with DEBUGGING
#103
Naji-k
closed
1 year ago
0
fix #101 leaks in export $VAR+=asd, protece create_hd
#102
Naji-k
closed
1 year ago
0
protect malloc and exit correctly heredoc
#101
srondss
closed
1 year ago
1
str leak in handle_export_args
#100
srondss
closed
1 year ago
1
Youssef branch
#99
srondss
closed
1 year ago
0
norminette builtins
#98
Naji-k
closed
1 year ago
0
mini_export+=, protect ftp_strjoin, norm,currDir
#97
Naji-k
closed
1 year ago
0
More norminette cleaning + fix small error with $$
#96
srondss
closed
1 year ago
0
Env list changes merged
#95
srondss
closed
1 year ago
0
Fixed error with quotations + norminette
#94
srondss
closed
1 year ago
0
Fixed leaks + complete parsing support for '~'.
#93
srondss
closed
1 year ago
0
OLD_PWD leak
#92
srondss
closed
1 year ago
0
fix export +=, modify env->has_value
#91
Naji-k
closed
1 year ago
0
only putting ~ in command will cause segfaults
#90
srondss
closed
1 year ago
3
Added support for '~' and fixed malloc issue
#89
srondss
closed
1 year ago
0
Signal branch
#88
srondss
closed
1 year ago
0
fixed #86, improve (ambiguous redirect)
#87
Naji-k
closed
1 year ago
0
segfault when "<< EOF"
#86
srondss
closed
1 year ago
0
Fixed SOME leaks + v1 signals
#85
srondss
closed
1 year ago
0
Valgrind support + fix SOME of the leaks
#84
srondss
closed
1 year ago
0
leaks
#83
Naji-k
closed
1 year ago
0
fixed #76 missed i++, and fix handler_sigquit(s)
#82
Naji-k
closed
1 year ago
0
Signals v0.5
#81
srondss
closed
1 year ago
0
some norminette
#80
Naji-k
closed
1 year ago
0
Fixed issue when echo ""add would break
#79
srondss
closed
1 year ago
0
fix #74
#78
Naji-k
closed
1 year ago
0
closes #72 , closes #73 issues, add_history funtion
#77
Naji-k
closed
1 year ago
0
echo ""asd
#76
Naji-k
closed
1 year ago
1
Multiple fixes to Heredoc, Parsing, and Expansion.
#75
srondss
closed
1 year ago
0
only inputting "" in terminal does not return error.
#74
srondss
closed
1 year ago
0
echo "" bonjour does not return bonjour. It stops after seeing empty string.
#73
srondss
closed
1 year ago
0
export "" does not return error
#72
srondss
closed
1 year ago
0
Added support for history
#71
srondss
closed
1 year ago
0
Next