LuckyLaszlo
|
b3f74c4179
|
refactoring exec
|
2021-12-01 17:24:32 +01:00 |
|
LuckyLaszlo
|
ffd06c4b95
|
ft_free_null()
+ refactoring shell_loop()
|
2021-11-30 14:12:05 +01:00 |
|
LuckyLaszlo
|
b265e8475a
|
free_exit() renamed exit_free()
|
2021-11-29 12:44:46 +01:00 |
|
LuckyLaszlo
|
33f4878f36
|
exit status Macro
|
2021-11-29 12:42:52 +01:00 |
|
LuckyLaszlo
|
cb5c2dcb30
|
"cmd_arr/cmd_array" renamed to "pipeline"
|
2021-11-29 12:32:03 +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 |
|
hugogogo
|
ef3e91be13
|
variable extern environ fonction avec getenv et export ok
|
2021-11-25 19:45:41 +01:00 |
|
hugogogo
|
80410e6d81
|
gestion sigint dans heredoc fonctionne basiquement
|
2021-11-25 10:06:48 +01:00 |
|
LuckyLaszlo
|
7c65dcd897
|
fixed signal exit status only for last command
|
2021-11-18 14:38:23 +01:00 |
|
LuckyLaszlo
|
0bd9dcb3bb
|
simple_cmd_builtin() done.
+ exec_cmd_line.c split in multiples files
|
2021-11-18 14:28:56 +01:00 |
|
LuckyLaszlo
|
91d5a0d14c
|
pipeline_exec() complete
+ TODO : simple_cmd_builtin()
+ libft small update
|
2021-11-18 12:38:27 +01:00 |
|