sdevsantiago
  • Joined on 2026-02-09
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-12 02:59:36 +01:00
843bdc0061 fix: invalid syntax error cause shown when there was no token following a redirection
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-11 10:18:53 +01:00
ac4965ca6d fix: fixed multiple syntax error logging when redirection value is not a word
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-11 09:35:19 +01:00
9d457f1040 norminette: added space after keyword
6b3d2ba5e0 fix: fixed segfault caused by invalid read
Compare 2 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-11 02:51:41 +01:00
c493979a18 update: parser now uses tokens from lexer
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-10 12:35:13 +01:00
1715f2dd40 typo: fixed typo
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-10 09:24:30 +01:00
63dd69b01c update: removed const modifier on token value
609a644fa9 update: token is now stored as value of the token instead of null
3d97d6506a fix: removed putendl on malloc
1f0f38e42f fix: removed putendl on free
Compare 4 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-10 08:46:20 +01:00
97d8a6838f norminette: fixed line too long
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-09 23:12:46 +01:00
74111e3da5 update: removed unused macros
6ad68a8752 update: added lexer
Compare 2 commits »
sdevsantiago pushed to feature/executor at sdevsantiago/minishell 2026-02-09 20:48:18 +01:00
1c418dded0 Merge pull request 'save commit' (#1) from solo into feature/executor
280fa51f94 save commit
Compare 2 commits »
sdevsantiago merged pull request sdevsantiago/minishell#1 2026-02-09 20:48:17 +01:00
save commit
sdevsantiago created pull request sdevsantiago/minishell#1 2026-02-09 20:48:12 +01:00
save commit
sdevsantiago created branch solo in sdevsantiago/minishell 2026-02-09 20:47:57 +01:00
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-09 20:47:57 +01:00
280fa51f94 save commit
sdevsantiago created branch feature/executor in sdevsantiago/minishell 2026-02-09 20:44:00 +01:00
sdevsantiago pushed to feature/executor at sdevsantiago/minishell 2026-02-09 20:44:00 +01:00
e983f7fe64 update: builtins hashmap initialized and moved env hashmap initialization to set_envp()
b1cf1d8560 update: integrated hashmaps in builtins, and replaced command calls by builtins
dce51960b1 fix: fixed ignored result compilation errro
e9a07a6bfb fix: fixed compilation error
a9ba8492a2 fix: executor.c/handle_child was not using the real envp
Compare 10 commits »
sdevsantiago created repository sdevsantiago/minishell 2026-02-09 19:58:14 +01:00