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
/
preprocess.c
Age
Commit message (
Collapse
)
Author
2020-10-07
Fixing happy path memory leaks
Charles Cabergs
2020-10-07
Fixing parenthesis pipeline parsing, False negative unmatched quote on str
Charles Cabergs
2020-10-06
Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ↵
Charles Cabergs
not closing read-end
2020-09-16
Fixing memory leaks in preprocess and parser
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-14
Refactoring redir and preprocess_filename to distiguish between command ↵
Charles Cabergs
error and fatal error
2020-09-09
Fixing 2 bugs in preprocess
Charles Cabergs
2020-08-29
Trying my hardest to refactor the worst code ever produced by mankind
Charles Cabergs
2020-08-28
Fixing double free redir, export and preprocess on empty value
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
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-20
Fixing preprocessing bug when space at the beginning/end of field split
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
Fixing glob by removing chdir, Changed cmd variables
Charles
2020-07-20
update eval_cmd
nass1pro
2020-07-19
Added errof for cleaner error message, Removed previous error functions
Charles
2020-07-19
Fixing directory cmd and $?
Charles
2020-07-18
Fixing exit error message and overflow detection
Charles
2020-07-14
Refactoring error handling during parsing
Charles
2020-06-16
Test travis
nass1pro
2020-06-15
Fixing by removing debug code in parser
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
2020-06-14
Changing ast related struct and fixing functions accordingly
Charles
2020-06-12
Added preprocess escape with backslash, sticky str merge, travis CI before merge
Charles
2020-06-09
Fixing 2 leaks in preprocessor and norming it
Charles
2020-06-09
Added iterpolation like bash according to lexer output (2 leaks)
Charles
2020-05-04
Removing data name in ast union, io_frame, root line ast tag
Charles
2020-04-05
Preprocessing (glob and iterpolation) draft (not tested)
Charles
2020-04-04
Glob logic mainly done
Charles
2020-04-03
Refactoring env, connecting pipes, preprocess draft
Charles