summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 16:14:17 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 16:14:17 +0200
commitd8b3bfc55f8d67070bf15efd05d87d2869caeffe (patch)
tree427418053579c086b0830025d8d55db74a2b7b9f /TODO.org
parentAnother TODO update (diff)
download42-minishell-d8b3bfc55f8d67070bf15efd05d87d2869caeffe.tar.gz
42-minishell-d8b3bfc55f8d67070bf15efd05d87d2869caeffe.tar.bz2
42-minishell-d8b3bfc55f8d67070bf15efd05d87d2869caeffe.tar.xz
42-minishell-d8b3bfc55f8d67070bf15efd05d87d2869caeffe.tar.zst
42-minishell-d8b3bfc55f8d67070bf15efd05d87d2869caeffe.zip
TODO update again
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org22
1 files changed, 11 insertions, 11 deletions
diff --git a/TODO.org b/TODO.org
index 1b9237e..2668df9 100644
--- a/TODO.org
+++ b/TODO.org
@@ -35,25 +35,25 @@
** DONE [#C] lpipes leaks on builtins (same as above man)
** DONE [#C] leaks on builtins (same as above man)
** DONE [#C] Variables stack rework
-** TODO [#C] Handle memory
-** DONE [#C] Handle comments better #
-** TODO [#C] msh ~> ./qwe.sh <---- without shebang (maybe works fine already)
-** TODO [#C] Fix ~ only first pos of arg
** DONE [#C] $1 $2 $3 $4... vars
CLOSED: [2020-09-26 Sat 17:32]
** DONE [#C] Fix $?
+** DONE [#C] Handle comments better #
+** TODO [#C] Handle memory
+** TODO [#C] msh ~> ./qwe.sh <---- without shebang (maybe works fine already)
+** TODO [#C] Fix ~ only first pos of arg
* Stuff to add
** DONE [#A] builtins to pipes
** DONE [#A] Proper ~ subst
** TODO [#A] SIGNAL
** DONE [#B] && ||
-** TODO [#B] &
-** TODO [#B] $_
-** TODO [#B] Parse error before p_line for scripts
** DONE [#B] .minishellrc
** DONE [#B] .minishell_history
** DONE [#B] history builtin
+** TODO [#B] &
+** TODO [#B] $_
+** TODO [#B] Parse error before p_line for scripts
** DONE [#C] Norm [2/2]
CLOSED: [2020-10-03 Sat 14:46]
+ [X] libft
@@ -62,6 +62,10 @@
** DONE [#C] alias
** DONE [#C] Read scripts
** DONE [#C] PSX rice
+** DONE [#C] << [2/2]
+ CLOSED: [2020-09-28 Mon 19:30]
+ + [X] base
+ + [X] <<- to skip tabs
** TODO [#C] if else [0/4]
+ [ ] if - fi
+ [ ] else
@@ -69,10 +73,6 @@
+ [ ] elif
+ [ ] while - do - done
+ [ ] for
-** DONE [#C] << [2/2]
- CLOSED: [2020-09-28 Mon 19:30]
- + [X] base
- + [X] <<- to skip tabs
** TODO [#C] Termcaps
** TODO [#C] -i option (alias in scripts, etc)
** TODO [#C] Simple arithmetics $((a + 1))