LuckyLaszlo
|
b265e8475a
|
free_exit() renamed exit_free()
|
2021-11-29 12:44:46 +01:00 |
|
LuckyLaszlo
|
5b3e566b25
|
searching solution for invalid free in readline.
|
2021-11-29 12:15:17 +01:00 |
|
LuckyLaszlo
|
3baf91afb3
|
replaced occurrences of last exit_status
+ deleted envp comments
+ WIP Macro exit status
+ TODO : Invalid free of environ in readline
|
2021-11-27 12:59:16 +01:00 |
|
LuckyLaszlo
|
843b6d84c5
|
"extern char **environ" in header file
+ global var g_all deleted, renamed switch_heredoc_sigint
|
2021-11-26 21:58:52 +01:00 |
|
LuckyLaszlo
|
18d430c5cb
|
CO-CODE Hugo-Luke
+ last_exit_status set/get functions for here_doc
+ TODO : replace all occurences of last_exit_status
+ **environ fix
+ builtin_unset() fix
|
2021-11-26 20:44:29 +01:00 |
|
hugogogo
|
3465354af5
|
cd ok et appel a path dans export
|
2021-11-26 00:00:00 +01:00 |
|
hugogogo
|
ac11eee947
|
unset ok
|
2021-11-25 21:33:46 +01:00 |
|
hugogogo
|
ef3e91be13
|
variable extern environ fonction avec getenv et export ok
|
2021-11-25 19:45:41 +01:00 |
|
LuckyLaszlo
|
965cf99ca5
|
merge
+ readline() replace gnl() in here_doc
+ "int error" in struct "t_cmd"
|
2021-11-16 22:30:20 +01:00 |
|
LuckyLaszlo
|
140549db00
|
WIP exec_cmd_line()
+ fix error handle in redirections()
+ rename ft_free_cmd_arr() to free_pipeline()
+ "char **path" added to "struct t_all"
+ misc
|
2021-11-16 08:49:57 +01:00 |
|
hugogogo
|
57c271b9e2
|
signaux fonctionnent sur test
|
2021-11-15 16:09:19 +01:00 |
|
hugogogo
|
47ae67ed14
|
ajout des builtins pwd cd et export
|
2021-11-11 17:44:42 +01:00 |
|
LuckyLaszlo
|
906074d2cb
|
envp dup array
+ c->last_exit_status
|
2021-10-24 10:23:20 +02:00 |
|
LuckyLaszlo
|
39de10e001
|
echo builtin
+ WIP grammar rules in parsing.txt
+ test trop_de_pipes.sh
|
2021-10-22 10:53:06 +02:00 |
|
LuckyLaszlo
|
1054f3d6ff
|
lexer (need refactoring)
+ littles miscs
|
2021-10-19 20:25:41 +02:00 |
|
LuckyLaszlo
|
a701488b6a
|
valgrind suppression file for readline()
+ ./.valgrindrc
+ basic free_exit()
+ U_DEFAULT_* macro in _user_macro.h
|
2021-10-11 01:58:57 +02:00 |
|
LuckyLaszlo
|
c0068a5ec7
|
wip builtins: env, exit
|
2021-10-10 08:57:33 +02:00 |
|