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
/
builtin
/
exit.c
Age
Commit message (
Collapse
)
Author
2020-11-28
Fixing exit not exiting on argument error
Charles Cabergs
2020-10-11
Fixing read of uninitialized value error in bultin/exit.c
Charles Cabergs
2020-09-28
Fixing builtin error message and status code to work on mac
Charles Cabergs
2020-09-16
Added g_state to store global variables, Refactoring tok_assign_str
Charles Cabergs
2020-09-15
Refactoring env, Removing bloat from utils, exec and env
Charles Cabergs
2020-09-13
Refactoring eval file structure, Added comment to builtin
Charles Cabergs
2020-09-10
Added errorf_ret helper, Removing error to status (just status code and ↵
Charles Cabergs
fatal error)
2020-09-10
Added better error handling in eval
Charles Cabergs
2020-08-20
Refactoring preprocess, replacing ms_split_notrim by a more direct function
Charles Cabergs
2020-07-19
Added errof for cleaner error message, Removed previous error functions
Charles
2020-07-18
Fixing exit error message and overflow detection
Charles
2020-07-14
Refactoring error handling during parsing
Charles
2020-06-23
Fixing builtin which needed to not be run in a child process, Added exit builtin
Charles
2020-04-01
Norm compliant comment format, dirty script for doxygen comments
Charles
2020-04-01
Added builtin support in command eval, Refactoring eval/builtin function, ↵
Charles
Added doc
2020-03-30
Added doc
Charles
2020-02-27
WIP: path update from PATH formated string
Charles