index
:
minishell.git
lexer
m_test
master
path
rendu
School project: a minimalistic shell based on bash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval
/
cmd.c
Age
Commit message (
Collapse
)
Author
2020-07-19
Added errof for cleaner error message, Removed previous error functions
Charles
2020-07-19
Fixing directory cmd and $?
Charles
2020-07-19
Fixing cd error messages, Fixing glob on links
Charles
2020-07-18
Fixing exit error message and overflow detection
Charles
2020-07-18
Fixing cmd_variable with same names with env_export, Refactoring signal and ↵
Charles
prompt out of main
2020-07-15
Added cmd local/exported environment variable (WIP, still a few edge cases)
Charles
2020-07-15
Added export/unset builtin error message and status code
Charles
2020-07-15
Added g_basename global for error message prefix
Charles
2020-07-14
Refactoring error handling during parsing
Charles
2020-07-13
Added signal interupt and signal quit
Charles
2020-06-23
Fixing builtin which needed to not be run in a child process, Added exit builtin
Charles
2020-06-19
Added parenthesis handling in eval (not tested)
Charles
2020-06-17
Added (basic) operator evaluation
Charles
2020-06-15
Refactoring redirection out of eval/cmd.c, Added tag check shortcut
Charles
2020-06-15
Fixing leaks (need refactoring)
Charles
2020-06-14
WIP: Added eval cmd with redirection and builtins
Charles
2020-06-14
Added eval cmd and error handling draft, Updated preprocessing for list
Charles