|
6ffeebf87b
|
here doc variable d'environnement
|
2024-03-25 18:16:48 +01:00 |
|
|
a7ce98266c
|
Merge branch 'main' of github.com:mdev9/minishell
|
2024-03-25 13:50:25 +01:00 |
|
|
5a3bbfa236
|
fixed the unfixable bug
|
2024-03-25 13:50:20 +01:00 |
|
|
1e6df9ea62
|
Merge branch 'main' of github.com:mdev9/minishell
|
2024-03-25 13:31:05 +01:00 |
|
|
a140be4c3e
|
fix env vide
|
2024-03-25 13:30:55 +01:00 |
|
|
6e0afd2499
|
fixed some leaks
|
2024-03-25 13:18:25 +01:00 |
|
|
1f567bd6ce
|
fixed here_doc but lots of leaks
|
2024-03-25 13:03:23 +01:00 |
|
|
eb5f2bd32e
|
hééééhééééééhééhéééhéééééhéééhé
|
2024-03-25 12:42:23 +01:00 |
|
|
b25a87953b
|
working on here_doc
|
2024-03-24 19:28:02 +01:00 |
|
|
a58366f827
|
can't figure out why it returns wrong value
|
2024-03-24 10:00:09 +01:00 |
|
|
bedf72b553
|
Added translation.
|
2024-03-23 19:46:08 +01:00 |
|
|
aed056ae87
|
fixed some norme
|
2024-03-23 19:26:10 +01:00 |
|
|
19bf6c24ff
|
herpderp (redux)
|
2024-03-23 19:18:32 +01:00 |
|
|
0b81c8e3b0
|
fixed open fd
|
2024-03-23 18:15:33 +01:00 |
|
|
d4a95a0d76
|
stopped caring 20 commits ago
|
2024-03-23 18:07:17 +01:00 |
|
|
568df14b4a
|
wip
|
2024-03-23 10:35:39 +01:00 |
|
|
7b6c75b5c3
|
debut signal
|
2024-03-22 20:12:25 +01:00 |
|
|
2718546387
|
Merge branch 'main' of github.com:mdev9/minishell
|
2024-03-22 14:01:35 +01:00 |
|
|
d6d99aefba
|
export et autres problemes
|
2024-03-22 14:01:16 +01:00 |
|
|
afbcb6b7ba
|
removed swap file
|
2024-03-21 16:51:56 +01:00 |
|
|
5677edfce1
|
chepa
|
2024-03-21 16:45:30 +01:00 |
|
|
4011934434
|
removed path from non existant commands
|
2024-03-21 16:42:41 +01:00 |
|
|
02cb28b60a
|
protection malloc parsing et condition pour empecher les arguments vides
|
2024-03-20 18:48:25 +01:00 |
|
|
d9b819165e
|
fixed file execution error handling
|
2024-03-06 10:21:23 +01:00 |
|
|
4df96de4a3
|
fixed builtin edge cases
|
2024-03-06 09:10:48 +01:00 |
|
|
87f8f9abc9
|
fixed pipes
|
2024-03-06 08:23:42 +01:00 |
|
|
e19a9a6114
|
splited execution into multiple files and normed everything
|
2024-03-05 19:30:58 +01:00 |
|
|
f000625ab9
|
added redirections priority between input and output
|
2024-03-05 16:40:09 +01:00 |
|
|
c1b735aacc
|
fixed redirection issues
|
2024-03-05 15:58:57 +01:00 |
|
|
c1dcf77382
|
fixed some permission and outfile issues
|
2024-03-05 15:22:40 +01:00 |
|
|
38fab63d91
|
fixed invalid outfile exiting
|
2024-03-05 12:54:43 +01:00 |
|
|
347e854ee6
|
fixed execution of command with multiple outfiles
|
2024-03-05 09:31:39 +01:00 |
|
|
51d631944b
|
broke outfile redirects
|
2024-03-05 08:34:00 +01:00 |
|
|
071331644b
|
working on fixing args count
|
2024-03-04 13:40:41 +01:00 |
|
|
e3d93a1262
|
fixed echo and some return code issues from redirections
|
2024-03-04 13:04:33 +01:00 |
|
|
6d02d62f94
|
fixed redirection issue
|
2024-03-04 11:19:39 +01:00 |
|
|
66297e73a7
|
fixed redirection issues
|
2024-03-04 10:22:17 +01:00 |
|
|
44f8024fc0
|
fixed a segfault
|
2024-03-02 17:00:58 +01:00 |
|
|
25d81d04e2
|
61 tests
|
2024-02-29 15:33:31 +01:00 |
|
|
08debcb6f2
|
fixed some leaks and error codes
|
2024-02-28 18:55:03 +01:00 |
|
|
02d4d7d782
|
added unset
|
2024-02-28 12:59:54 +01:00 |
|
|
0f17caaa8e
|
protected opens
|
2024-02-27 19:23:42 +01:00 |
|
|
77ef1fb03b
|
fixed pipes sigpiping
|
2024-02-27 18:44:34 +01:00 |
|
|
f877b4b3aa
|
input redirections work :)
|
2024-02-27 16:49:49 +01:00 |
|
|
0213e3ed1e
|
broke something
|
2024-02-27 13:14:09 +01:00 |
|
|
4a52d92aff
|
implemented outfile redirections
|
2024-02-26 21:14:15 +01:00 |
|
|
951b043dc8
|
working on file redirections
|
2024-02-26 16:38:14 +01:00 |
|
|
36e3495356
|
fixed valgrind errors and some leaks
|
2024-02-26 15:28:45 +01:00 |
|
|
20fadd3207
|
fixed multipipes
|
2024-02-26 13:46:27 +01:00 |
|
|
5c34133cdd
|
double pipe not working
|
2024-02-26 13:29:09 +01:00 |
|