mcolonna
|
1091ddf32f
|
[ADD] $?
|
2024-06-21 16:06:20 +02:00 |
|
mcolonna
|
0898d3b79a
|
[ADD] signals handler *
also reorganize the code
|
2024-06-18 15:43:22 +02:00 |
|
mcolonna
|
44daaaf097
|
Merge manage variables with builtins & history
|
2024-06-06 16:37:28 +02:00 |
|
joris schaft
|
d3fdd3bbf6
|
[ADD] cd builtin
|
2024-06-03 14:32:45 +02:00 |
|
mcolonna
|
f4392c039f
|
fix pipes error + handle no call error + norm
|
2024-05-17 14:44:36 +02:00 |
|
mcolonna
|
2ce36c258e
|
Merge exec_command and parse_command modifications
|
2024-05-16 18:27:57 +02:00 |
|
mcolonna
|
d165229b59
|
norm
|
2024-05-16 18:11:08 +02:00 |
|
mcolonna
|
75bbeed855
|
libtfise
|
2024-05-16 17:32:07 +02:00 |
|
mcolonna
|
0c3d0ff95b
|
make code more readable and fix things
|
2024-05-16 13:30:44 +02:00 |
|
mcolonna
|
3adace7f33
|
[FIX] bad malloc size in execute_command
|
2024-05-15 12:05:44 +02:00 |
|
joris schaft
|
9d70f4ccb2
|
[ADD] multiple pipe
|
2024-05-13 14:10:41 +02:00 |
|
mcolonna
|
74564daa52
|
libtfise everything
|
2024-05-01 18:00:40 +02:00 |
|
mcolonna
|
d7b4631701
|
redirections, empty command, parse errors++
|
2024-04-30 16:27:59 +02:00 |
|
mcolonna
|
8d5ccfeb82
|
check some TODOs
- "is t_call.argv ended by NULL?"
- "does it return the good path if there is several possibilities?"
|
2024-04-29 15:56:49 +02:00 |
|
mcolonna
|
3a85b1a195
|
[FIX] wait all programs to end before prompting
|
2024-04-26 14:23:37 +02:00 |
|
mcolonna
|
149bafef88
|
check TODO
|
2024-04-26 12:33:38 +02:00 |
|
mcolonna
|
d90fc62be5
|
change execute_call() and fork_exec() prototypes
|
2024-04-26 12:28:23 +02:00 |
|
mcolonna
|
7df3184578
|
fix errors. Remaining errors:
- segfault when empty command
- doesn't wait for the end of the command before prompting
|
2024-04-25 18:15:37 +02:00 |
|
mcolonna
|
e3c98f2d22
|
[FIX] several things*
fix:
- free_tab(): useless line
- fork_exec(): comp error
change:
- search_path() works differently (doesn't modify path)
- execute_command() is changed accordingly
- get_path() now returns a non-const
|
2024-04-25 17:34:14 +02:00 |
|
joris schaft
|
7654aeb2d8
|
[ADD] added fonction to execute command
|
2024-04-24 14:24:09 +02:00 |
|