LuckyLaszlo
06f1987ae4
small adjust in files
2021-12-16 05:05:25 +01:00
LuckyLaszlo
e5f033694b
expansions refactoring WIP
2021-12-15 13:42:41 +01:00
LuckyLaszlo
d3d55386d9
refactoring parsing (wip)
2021-12-11 04:27:57 +01:00
LuckyLaszlo
2d85c34b98
commented debug print in parsing
2021-12-06 01:14:18 +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
hugogogo
80410e6d81
gestion sigint dans heredoc fonctionne basiquement
2021-11-25 10:06:48 +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
LuckyLaszlo
bb77de0588
cmd_array_fill_argv()
2021-11-14 12:57:18 +01:00
LuckyLaszlo
66b48dc99d
redirections WIP
2021-11-14 11:05:58 +01:00
LuckyLaszlo
1e682f796d
fix invalid read with quotes functions
...
+ ft_free_cmd_arr()
2021-11-14 04:59:38 +01:00
LuckyLaszlo
106af37b58
words_expansions() complete
...
+ TODO : need refactoring and fix to valgrind invalid read size
+ redirections() WIP
+ Generic ft_dup_2d_arr(), ft_split_quotes(), ft_strdup_quotes()
+ shell_loop() continue on error
+ various small fix
2021-11-14 00:09:42 +01:00
hugogogo
47ae67ed14
ajout des builtins pwd cd et export
2021-11-11 17:44:42 +01:00
LuckyLaszlo
0ae84abb14
bugfix expansions
2021-11-08 04:02:43 +01:00
LuckyLaszlo
0a5c7545c1
WIP parsing expansions
2021-11-07 04:41:17 +01:00
hugogogo
d4151227b3
merge hugogogo with master
2021-11-02 14:04:23 +01:00
hugogogo
27ac62bddc
merging luke remote with origin local
2021-11-02 13:56:26 +01:00
hugogogo
a926a817da
parsing et execution partielle de hugo
2021-11-02 13:38:52 +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
hugogogo
118e2e5bef
handle fd
2021-10-30 15:27:41 +02:00
hugogogo
0292425bc1
path of cmd ok
2021-10-30 14:43:06 +02:00
hugogogo
75987a117e
cmd argv fill with word and without redirections
2021-10-30 10:20:43 +02:00
hugogogo
15bc4d2158
refonte de la gestion des cmd dans parsing
2021-10-29 13:26:38 +02:00
hugogogo
b1b8a61921
fill cmd et execute pipes ok
2021-10-28 21:00:00 +02:00
LuckyLaszlo
815cedb8ca
syntax analysis with simplified shell grammar
...
+ TODO : bug to fix in lexer.c
2021-10-24 19:58:19 +02:00