summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--TODO.org10
2 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 550ae5a..b9eba81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: debug
+default: asan
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#
diff --git a/TODO.org b/TODO.org
index ab47b5a..c27ca84 100644
--- a/TODO.org
+++ b/TODO.org
@@ -62,7 +62,8 @@
* Stuff to add
** DONE builtins to pipes
** DONE Proper ~ subst
-** TODO SIGNAL
+** DONE SIGNAL
+ CLOSED: [2020-12-07 Mon 15:31]
** DONE && ||
** DONE .minishellrc
** DONE .minishell_history
@@ -81,14 +82,17 @@
CLOSED: [2020-09-28 Mon 19:30]
+ [X] base
+ [X] <<- to skip tabs
-** TODO if else [0/4]
+** CANCELED if else [0/4]
+ CLOSED: [2020-12-07 Mon 15:32]
+ [ ] if - fi
+ [ ] else
+ [ ] else
+ [ ] elif
+ [ ] while - do - done
+ [ ] for
-** TODO Termcaps
+ CLOSED: [2020-12-07 Mon 15:31]
+** DONE Termcaps
+ CLOSED: [2020-12-07 Mon 15:31]
** TODO -i option (alias and history in scripts, etc)
** TODO Simple arithmetics $((a + 1))
** CANCELED &