lperrey
|
8ed97346f7
|
fixed argv open().
previously wrongly dup2() to STDIN.
|
2021-12-20 22:52:41 +01:00 |
|
LuckyLaszlo
|
49099a0abd
|
shell _script() use gnl() instead of readline()
to prevent copy of input to terminal.
+ here_doc_write_script() for nontty STDIN
|
2021-12-18 15:25:45 +01:00 |
|
LuckyLaszlo
|
fa474c86ab
|
fixed signal exit in shell_script()
|
2021-12-18 08:55:54 +01:00 |
|
LuckyLaszlo
|
afbb1cd2e0
|
shell_script()
+ reset "rl_event_hook" to NULL after here_doc()
+ split init.c in multiple files
+ submodule minishell_tests
|
2021-12-18 05:42:08 +01:00 |
|
LuckyLaszlo
|
b265e8475a
|
free_exit() renamed exit_free()
|
2021-11-29 12:44:46 +01:00 |
|
LuckyLaszlo
|
ab2aa509df
|
signals and termios WIP
+ shell script placeholder
+ generics functions
+ valgrind add_history() supp
+ misc
|
2021-10-30 16:39:24 +02:00 |
|