summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbousset@42lyon.fr>2020-12-07 15:33:57 +0100
committerjoe <rbousset@42lyon.fr>2020-12-07 15:33:57 +0100
commit1746f3bb61adeb8064fc1861f89d7711eacf3f68 (patch)
treeaa313087c2f520304a065f9632af73f5f8060572
parentchanges (diff)
download42-minishell-1746f3bb61adeb8064fc1861f89d7711eacf3f68.tar.gz
42-minishell-1746f3bb61adeb8064fc1861f89d7711eacf3f68.tar.bz2
42-minishell-1746f3bb61adeb8064fc1861f89d7711eacf3f68.tar.xz
42-minishell-1746f3bb61adeb8064fc1861f89d7711eacf3f68.tar.zst
42-minishell-1746f3bb61adeb8064fc1861f89d7711eacf3f68.zip
Update
-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 &