This commit is contained in:
mcolonna 2024-06-21 16:06:20 +02:00
parent 92759513e8
commit 1091ddf32f
4 changed files with 29 additions and 18 deletions

View file

@ -1,9 +1,6 @@
- finding commands
- built-in commands
- signals
- ^C, ^D, ^\
- variables
- $?
- uses $PATH in env.variables instead of envp
- builtins:
- echo (with option -n)
@ -17,6 +14,7 @@
- empty variables aren't freed
- need to free value returned by readline
- the builtins should get all arguments and check if they're good
- command `echo "hello` with unclosed quotes
(unnecessary part)
- working history (rl_* functions?)