• Joined on 2019-01-07
tvdu29 pushed to master at tvdu29/minishell 2020-02-14 12:32:38 +01:00
5dbce99ee2 corrected make'
tvdu29 pushed to master at tvdu29/minishell 2020-02-14 12:24:05 +01:00
b9c1a344b2 bug fix env -i && cd error message
tvdu29 pushed to master at tvdu29/minishell 2020-02-07 15:58:03 +01:00
7db099a010 Corrected extension in setenv
tvdu29 pushed to master at tvdu29/minishell 2020-02-07 15:12:26 +01:00
e550d2bb37 protect empty env
tvdu29 pushed to master at tvdu29/minishell 2020-02-01 16:02:50 +01:00
f0837247bd file norming
tvdu29 pushed to master at tvdu29/minishell 2020-02-01 15:28:55 +01:00
2a2f5bd4d3 Dev (#2)
tvdu29 pushed to dev at tvdu29/minishell 2020-01-30 15:46:01 +01:00
9a44444070 added inline environment
cd72d29c63 added put_error_cd2 in put_error_cd.c
Compare 2 commits »
tvdu29 pushed to dev at tvdu29/minishell 2020-01-30 10:28:24 +01:00
de2a6e77d7 Delete norm.txt
64bd25ae09 Merge pull request #1 from tvdu29/dev2
ce15b661f3 Merge branch 'dev' into dev2
25c4b28f4c corrected env -i crash & SHLVL
Compare 4 commits »
tvdu29 pushed to dev at tvdu29/minishell 2020-01-25 18:06:23 +01:00
4a534c8156 removed -fsanitize from Makefile
tvdu29 pushed to dev at tvdu29/minishell 2020-01-25 17:27:26 +01:00
fdd37da7d0 Normed out funtions
tvdu29 pushed to dev at tvdu29/minishell 2020-01-25 14:30:45 +01:00
f094553b79 Normed out functions in cmd_cd
tvdu29 pushed to dev at tvdu29/minishell 2020-01-24 18:59:50 +01:00
79e2ca6f1b Normedout cmd_cd.c
tvdu29 pushed to dev at tvdu29/minishell 2020-01-24 00:35:14 +01:00
40718a99ac Resolved infinite loop in extension revolving
tvdu29 pushed to dev at tvdu29/minishell 2020-01-23 00:26:29 +01:00
4f7e1a56ef fixed out-of-memory access in extension
8a421600f4 moved env functions to libft
Compare 2 commits »
tvdu29 pushed to dev at tvdu29/minishell 2019-11-24 11:26:18 +01:00
2362474fd6 Simple norm-out
tvdu29 pushed to master at tvdu29/dotfiles 2019-11-19 09:23:22 +01:00
de05c208be added hooks for rust edition
tvdu29 pushed to dev at tvdu29/minishell 2019-11-10 21:54:51 +01:00
4123c5dca3 feature: add cd built-in
tvdu29 pushed to dev at tvdu29/minishell 2019-11-03 00:47:01 +01:00
e89ccb64b2 feature: added echo cmd
e6304a9f40 fix leak on ext need test
aa5f198c46 feature: added completion for ~ and ${}
e32efb9312 Merge branch 'dev' of github.com:tvdu29/minishell into dev
cfd4a67957 Changed comportment on error for check_path functions
Compare 5 commits »
tvdu29 pushed to master at tvdu29/dotfiles 2019-11-02 01:19:29 +01:00
f66479518c Update .myemacs
0c6d8aec0d change to flycheck
77a7f0e385 all new with lsp in it =3
2e9686bf89 plop
Compare 4 commits »
tvdu29 pushed to dev at tvdu29/minishell 2019-10-17 11:05:49 +02:00
85af14cd9f Clean-up: normed out files