79 Commits

Author SHA1 Message Date
d84749d009 🔨」 fix(env.h): fixed header protection 2024-05-30 15:42:59 +02:00
ad01524c36 🔨」 fix: Fixed __to_token invalid read if no space 2024-05-28 16:29:34 +02:00
c87d45e584 🏗️」 wip: testing things, might broke. 2024-05-28 14:21:41 +02:00
c6d1149642 🔨」 fix: Fixed prompt with env function 2024-05-27 19:02:07 +02:00
ebe3560d03 🔨」 fix(env commands): fixed segfault 2024-05-27 18:06:14 +02:00
ae1872a6a2 」 feat: Moved env function to env.h 2024-05-27 17:32:55 +02:00
64f495b114 」 feat(env_get_value): added a func to get value of a variable with the env struct 2024-05-27 13:13:46 +02:00
ad1f4e936d 🔨」 fix: get_pwd fixed leak 2024-05-27 12:55:15 +02:00
e1aa0ff445 🗑️」 clean: Added readline.supp 2024-05-27 12:53:32 +02:00
a6c424f219 」 feat: tokenizer.h updated 2024-05-26 18:03:42 +02:00
0b81369a9f 」 feat: Tokenizer working 2024-05-26 18:01:33 +02:00
1388f2ee43 🗑️」 clean: Added main.c to gitignore 2024-05-25 15:04:43 +02:00
a7e0b36fa5 🗑️」 clean: Added vgcore to .gitignore 2024-05-25 14:30:53 +02:00
f2e2059042 」 feat: Added get_next_line to libft 2024-05-25 14:29:30 +02:00
20b6877420 Merge pull request #5 from KeyZox71/indev_adjoly
Indev adjoly
2024-05-25 14:14:24 +02:00
8a3283df3b Merge branch 'main' into indev_adjoly 2024-05-25 14:14:12 +02:00
6b1a763b26 🗑️」 clean: -a 2024-05-25 14:07:21 +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
5663190865 」 feat(heredoc): multiple heredoc implementation 2024-05-23 07:19:42 +02:00
d2b59c2344 」 feat(.gitignore): we need to stop pushing our main D: 2024-05-22 15:39:43 +02:00
124d86dd92 🔨」 fix(main): me dumb 2024-05-22 15:38:50 +02:00
dac5ad71bc 🔨」 fix: revert old main, my bad 2024-05-22 14:53:27 +02:00
f1a4db8bc6 🔨」 fix(env #4): fixed leaks and normed :D 2024-05-22 14:51:52 +02:00
ce0ef1d897 🔨」 fix: Impossible free in __split_pipe 2024-05-22 11:43:25 +02:00
057480589c 🗑️」 clean: cleaned project. 2024-05-22 09:31:01 +02:00
bc5af9f056 🔨」 fix(Issue : prompt/historique #3): Goofy indent removed 2024-05-21 21:03:03 +02:00
390485dab3 🔨」 fix(Issue : prompt/historique #3): Fixed and normed 2024-05-21 20:58:25 +02:00
0020764f51 」 feat(heredoc.c): ft_heredoc :D 2024-05-21 00:36:01 +02:00
ad087c1275 🔨」 fix: forgot a ) D: 2024-05-21 00:29:11 +02:00
65a19784fa 📝」 doc(includes): added doc for env func 2024-05-21 00:21:51 +02:00
823dbba5bd 🔨」 fix(env_delete): fixed for edge-case (first element) 2024-05-20 23:59:11 +02:00
7b18eb6327 🏗️」 wip(heredoc): working on the heredoc... 2024-05-20 11:22:25 +02:00
117c2e7fbe 🔨」 fix: Merge 2024-05-19 14:25:04 +02:00
c4c8ca8bf1 📝」 doc: Added doc in .h for parsing and tokenizer 2024-05-19 14:21:03 +02:00
3ab8361d69 🏗️」 wip(exec/get_path): can get all files in path, only printing for now. 2024-05-19 05:49:22 +02:00
10915c369c 🏗️」 wip: Parsing struct done(hopfully) 2024-05-18 21:17:23 +02:00
825b7edf86 」 feat: Working split of pipe 2024-05-18 17:44:12 +02:00
03f39d20db 🗑️」 clean(gitignore): ignored object in libft 2024-05-17 14:35:21 +02:00
984f602e82 🔨」 fix(Prompt): Added protection to alloc -> to-do = change return (NULL) to exit function and free all 2024-05-17 14:30:23 +02:00
12dd4c3faa 🗑️」 clean: .gitignore 2024-05-16 18:00:06 +02:00
7d685b78aa 🔨」 fix: RM .direnv, sorry Yosyo 😅 2024-05-16 17:45:49 +02:00
981140cbeb 🔨」 fix: Fixed strjoin free if str not present 2024-05-16 17:38:11 +02:00
0dc8d035d3 🔨」 fix: correct if hostname does not have . 2024-05-15 16:34:04 +02:00
21b7c765ac 🗑️」 clean: cleaned project. 2024-05-13 17:33:36 +02:00
ad14d6b9ce 🔨」 fix: Can compile on nixos 2024-05-13 17:33:29 +02:00
cd49ddb22c 🔨」 fix: rm merge files 2024-05-10 11:10:17 +02:00
ef07733bcc 🔨」 fix: Merge resolved 2024-05-09 16:46:13 +02:00
9b5ebcdbc5 🔨」 fix: Fixed make file with latest version of cc 2024-05-09 16:12:53 +02:00
06748fd177 🗑️」 clean: cleaned project. 2024-05-07 11:11:41 +02:00