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
/
include
Age
Commit message (
Collapse
)
Author
2020-09-16
Fixing memory leaks in preprocess and parser
Charles Cabergs
2020-09-16
Added g_state to store global variables, Refactoring tok_assign_str
Charles Cabergs
2020-09-16
Refactoring main, all setup code in setup.c, disabled -c and -l flags if not ↵
Charles Cabergs
tested
2020-09-15
Partially fixing pipes (more than 1 still breaks)
Charles Cabergs
2020-09-15
Added lexer quote mismatch error message, Fixing escape on last character
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-14
Refactoring exec_search_path to distinguish between command not found and ↵
Charles Cabergs
malloc error
2020-09-14
Renaming lexer status variable
Charles Cabergs
2020-09-14
Merge branch 'master' of https://github.com/ouaisbrefbams/minishell
nass1pro
2020-09-14
test error lexer quote
nass1pro
2020-09-14
Refactoring redir and preprocess_filename to distiguish between command ↵
Charles Cabergs
error and fatal error
2020-09-13
Refactoring eval file structure, Added comment to builtin
Charles Cabergs
2020-09-13
Refactoring lexer/trim by removing the unecessary allocation
Charles Cabergs
2020-09-13
Refactoring lexer to understand it
Charles Cabergs
2020-09-13
Fixing pipe zombie children
Charles Cabergs
2020-09-12
Added concurrent pipeline (not working with minishell_test for some obscure ↵
Charles Cabergs
reason)
2020-09-11
Removing command local variable
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-09-10
update lexer in len_until_sep
nass1pro
2020-09-09
Re Added cmd variable
Charles Cabergs
2020-09-09
Moving utils_directory_iter back to path.c, abstraction not needed without globs
Charles Cabergs
2020-09-09
Fixing parenthesis redirection, Added better prompt
Charles Cabergs
2020-08-28
Fixing double free redir, export and preprocess on empty value
Charles Cabergs
2020-08-28
Cleaning parser
Charles Cabergs
2020-08-27
Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd
Charles Cabergs
2020-08-27
Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst
Charles Cabergs
2020-08-27
Updated lexer to use t_tok_lst instead of t_ftlst and t_token
Charles Cabergs
2020-08-27
Renaming lexer function to french
Charles Cabergs
2020-08-27
Renaming e_token_tag -> e_tok
Charles Cabergs
2020-08-20
Refactoring preprocess, replacing ms_split_notrim by a more direct function
Charles Cabergs
2020-08-19
Fixing spaces at the beginning/end of variable with ms_split_notrim in utils.c
Charles Cabergs
2020-08-19
Removing glob, Rewritting preprocessing with escape and interpolation only
Charles Cabergs
2020-07-20
update eval_cmd
nass1pro
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-18
Fixing cmd_variable with same names with env_export, Refactoring signal and ↵
Charles
prompt out of main
2020-07-16
uptade lexer.c '\\'
nass1pro
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
test error gestion
nass1pro
2020-07-13
Merge branch 'master' of https://github.com/HappyTramp/minishell
nass1pro
2020-07-13
update parent stick
nass1pro
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
Merge branch 'parse_cmd'
Charles
[next]