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
/
path.c
Age
Commit message (
Collapse
)
Author
2020-09-16
Fixing memory leaks in preprocess and parser
Charles Cabergs
2020-09-15
Refactoring env, Removing bloat from utils, exec and env
Charles Cabergs
2020-09-15
Fixing most of the bugs in path
Charles Cabergs
2020-09-14
Removing path hash table, replacing it by brute force search
Charles Cabergs
2020-09-09
Moving utils_directory_iter back to path.c, abstraction not needed without globs
Charles Cabergs
2020-07-18
Fixing exit error message and overflow detection
Charles
2020-07-15
Added export/unset builtin error message and status code
Charles
2020-04-05
Preprocessing (glob and iterpolation) draft (not tested)
Charles
2020-04-03
Refactoring env, connecting pipes, preprocess draft
Charles
2020-04-03
Evaluation pipe frame (not tested)
Charles
2020-04-01
Norm compliant comment format, dirty script for doxygen comments
Charles
2020-04-01
Added AST functions, tested eval with basic input
Charles
2020-03-31
Removing ms_ prefix, Removing junk
Charles
2020-03-30
Added doc
Charles
2020-03-28
Cleaning env and path, Removed state struct
Charles
2020-02-28
Added environment and state
Charles
Also dummy files eval.c parse.c
2020-02-27
WIP: path update from PATH formated string
Charles