Commit graph

23 commits

Author SHA1 Message Date
mcolonna
89dae11aa1 fix: link readline library 2025-07-30 17:28:45 +02:00
mcolonna
01722c4e21 merge 2024-07-04 12:02:56 +02:00
mcolonna
b6aed6ad78 things 2024-07-04 11:52:22 +02:00
joris schaft
668bd06c17 [FIX] export without arg 2024-07-03 19:01:35 +02:00
mcolonna
6862a1913b fix: export builtin and other things *
fix: parse_command: syntaxes like: "hello"'hello'hello
fix: export builtin: "NAME=VALUE" syntax
fix: variables can contain digits
add: variables_nameisvalid()
change: dev/valgrind.sh
2024-07-03 12:18:16 +02:00
mcolonna
c637b5f382 fix: builtins and pipes *
also: dev: add dev/nocluster.sh
2024-07-01 13:56:19 +02:00
mcolonna
0bcb738496 fix: readline in cluster 2024-07-01 09:48:11 +02:00
mcolonna
532b4e959f [ADD] export builtin (unfinished) 2024-06-28 14:36:06 +02:00
mcolonna
368b46e82c merge 2024-06-28 12:06:17 +02:00
joris schaft
d72d88bded [FIX] fixed the cd builtin 2024-06-28 11:24:29 +02:00
mcolonna
7c92b7fe56 merge 2024-06-27 15:55:32 +02:00
mcolonna
6b2360ab6b norminette: split parse_command.c 2024-06-27 14:53:45 +02:00
joris schaft
4af738e2ee [ADD] echo 2024-06-25 13:55:51 +02:00
mcolonna
0898d3b79a [ADD] signals handler *
also reorganize the code
2024-06-18 15:43:22 +02:00
joris schaft
d3fdd3bbf6 [ADD] cd builtin 2024-06-03 14:32:45 +02:00
mcolonna
04f2754209 fix Makefile for history 2024-05-31 13:47:39 +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
af6488534b [ADD] parse_command() 2024-04-25 16:59:09 +02:00
mcolonna
24d8b38510 Merge branch 'mylan2' into mylan 2024-04-24 13:29:49 +02:00
mcolonna
2da8cbabdd add ask_command() and minishell_error() 2024-04-23 16:02:01 +02:00
mcolonna
fa1301d41f fix Makefile 2024-04-23 15:29:26 +02:00
mcolonna
a0ad80a375 basic functions to make 2024-04-23 14:55:47 +02:00
mcolonna
1a34e2f64b dev: add Makefile 2024-04-23 13:46:44 +02:00