1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-05-13 16:08:45 +02:00
Commit Graph

54 Commits

Author SHA1 Message Date
7483029244 🔨」 fix(parsing/split_cmd): fixed leak when no command 2024-07-21 17:47:38 +02:00
27bda16995 🔨」 fix(parsing.env_var): fixed invalid get_size 2024-07-21 15:41:47 +02:00
0018fae334 🔨」 fix: heredoc not fucking up parsing 2024-07-20 17:55:49 +02:00
35e07cad6e ✏️」 norm: normed project. 2024-07-18 18:23:50 +02:00
917cfa063a 🔨」 fix: fixed some things. 2024-07-18 17:18:30 +02:00
e5e127f71d 🔨」 fix: fixed some things. 2024-07-18 17:10:53 +02:00
93eae87ea8 Revert "「✏️」 norm: normed project."
This reverts commit 0f1b58cf3aa88bafe852d01700ba3f0aa55027ba.
2024-07-18 14:52:00 +02:00
0f1b58cf3a ✏️」 norm: normed project. 2024-07-18 14:45:42 +02:00
a401068e3c 🏗️」 wip(exec/exec_cmd): fixing redirections with builtins 2024-07-18 14:28:19 +02:00
dffb5c8d1d 🔨」 fix: fixed when > in quote 2024-07-18 14:09:03 +02:00
b8075efe3a ✏️」 norm: normed project. 2024-07-18 13:32:09 +02:00
cf96867e16 🔨」 fix: fixed quote unclosed 2024-07-17 17:16:39 +02:00
e0987139dd 🔨」 fix: fixed quote unclosed 2024-07-16 16:20:23 +02:00
bf60c02fd3 🔨」 fix: fixed some bullshit 2024-07-16 14:41:03 +02:00
158d5e66c1 🔨」 fix: if only space error 2024-07-16 14:24:51 +02:00
4f56de1c24 🔨」 fix: fixed quote in $ 2024-07-15 18:19:20 +02:00
605d9dd2eb 🔨」 fix: fixed ./{file} 2024-07-15 16:25:15 +02:00
17bb4ce14e 🔨」 fix: quote fixed 2024-07-15 14:27:43 +02:00
9190ccfd0f 🔨」 fix: fixed $ 2024-07-15 14:03:23 +02:00
d73e40e01b 🔨」 fix: some fix to the parsing 2024-07-15 12:33:57 +02:00
416557debd ✏️」 norm: normed project. 2024-07-14 15:52:11 +02:00
fe0285a5b2 🔨」 fix: if folder crash 2024-07-14 15:39:28 +02:00
967ec80d31 」 feat: ctrl \ handled 2024-07-13 18:52:00 +02:00
60070f9d60 」 feat: working '$'? 2024-07-13 17:26:20 +02:00
d7c5e9611b 」 feat: Added ctrl c to heredoc 2024-07-13 14:16:43 +02:00
54e01e9bc3 ✏️」 norm: Normed everything and leak erased from the surface of the earth and what the fuck am i doing at this hour coding i shoud be sleeping 1:30am wtf god damn please give me a bed and fuck you yosyo 🖕 2024-07-10 01:22:28 +02:00
4b80fef3f3 」 feat: Added security to redirection fd 2024-07-09 16:42:27 +02:00
c935f80dfe 🔨」 fix: No more leak in the parsing 2024-07-09 16:19:19 +02:00
f09db03442 ✏️」 norm: Normed heredoc 2024-07-09 11:25:22 +02:00
249b6a6920 」 feat: $ expand working 2024-07-06 18:08:16 +02:00
9bc1c75871 🔨」 fix: wtf fucking quote 2024-07-06 15:06:03 +02:00
d24f097ae9 」 feat: Added some security to the parsing 2024-07-03 19:13:43 +02:00
4a2b882d22 🔨」 fix: fixed when quote near char 2024-07-03 11:27:48 +02:00
f0c0830c4d 」 feat: Did a lot of things, don't know what but it work 2024-06-30 18:03:58 +02:00
26b8603933 🔨」 fix: Fixed merge conflict on main 2024-06-29 15:35:28 +02:00
333942d80e 🔨」 fix: Fixed heredoc and append which the file name goes in argv 2024-06-26 12:58:24 +02:00
5710f193d7 🏗️」 wip: Started cd and pwd 2024-06-25 10:38:07 +02:00
de23176011 」 feat: Check for unclosed quote 2024-06-21 12:44:51 +02:00
59964a9248 🔨」 fix: Removed debug print 2024-06-20 14:36:25 +02:00
64ede5becd 」 feat: $ working 2024-06-20 14:28:54 +02:00
6ae7296237 🏗️」 wip: Work in progress 2024-06-18 12:21:40 +02:00
815689e72f 🏗️」 wip(env): not tested, could not work 2024-06-09 16:03:09 +02:00
e6e7a823d4 🔨」 fix: Change argv from char* to char** 2024-06-04 13:20:51 +02:00
b17e34e030 🏗️」 wip: testing things, might broke. 2024-06-01 13:54:32 +02:00
5a71c50897 」 feat: Parsing working but not handling error 2024-05-31 19:26:09 +02:00
6bbdef9d7c 」 feat: Parsing of command kinda working 2024-05-30 17:59:49 +02:00
ad01524c36 🔨」 fix: Fixed __to_token invalid read if no space 2024-05-28 16:29:34 +02:00
0b81369a9f 」 feat: Tokenizer working 2024-05-26 18:01:33 +02:00
f88e6380c0 」 feat: __to_redir and __to_redir_sign work 2024-05-25 14:06:42 +02:00
6a8a6382bd 🏗️」 wip: __to_token nearly done 2024-05-23 20:53:07 +02:00