GreenLass
  • Joined on 2026-02-09
GreenLass pushed to solo at sdevsantiago/minishell 2026-02-14 15:13:05 +01:00
77a704a09a norma arreglada
GreenLass pushed to solo at sdevsantiago/minishell 2026-02-14 15:04:20 +01:00
39e5719183 terminado
GreenLass pushed to solo at sdevsantiago/minishell 2026-02-14 14:37:50 +01:00
c1e622947d fixed heredoc expansion
GreenLass pushed to solo at sdevsantiago/minishell 2026-02-14 14:28:45 +01:00
001709139b Merge branch 'fix/variable_expansion' into solo
73ed56aa16 heredoc and builtins fix
Compare 2 commits »
GreenLass created branch fix/variable_expansion in sdevsantiago/minishell 2026-02-14 13:33:43 +01:00
GreenLass pushed to fix/variable_expansion at sdevsantiago/minishell 2026-02-14 13:33:43 +01:00
ba40670ace Fixed variable expansion errors
GreenLass pushed to solo at sdevsantiago/minishell 2026-02-14 06:15:01 +01:00
dd6101edec A POR TODAAS
GreenLass pushed to fix/builtins at sdevsantiago/minishell 2026-02-14 00:02:54 +01:00
6453abfda3 Fixed all norme from lexer, parser. minishell and builtins
7862f3e131 chore: stop tracking minishell-codex
Compare 2 commits »
GreenLass pushed to fix/builtins at sdevsantiago/minishell 2026-02-13 22:06:07 +01:00
637391470b Fixed exit using old code + updates
217505e3b0 Restored exit but adding isatty
Compare 2 commits »
GreenLass created branch fix/builtins in sdevsantiago/minishell 2026-02-13 22:06:06 +01:00
GreenLass created branch feature/signals-gl in sdevsantiago/minishell 2026-02-13 18:11:50 +01:00
GreenLass pushed to feature/signals-gl at sdevsantiago/minishell 2026-02-13 18:11:50 +01:00
c166d0f77a feat: Added signals
GreenLass deleted branch feature/builtins-gl from sdevsantiago/minishell 2026-02-12 22:05:06 +01:00
GreenLass deleted branch feature/executor from sdevsantiago/minishell 2026-02-12 22:04:53 +01:00
GreenLass pushed to solo at sdevsantiago/minishell 2026-02-12 22:04:04 +01:00
4756edb727 Added errors file after merge
GreenLass pushed to feature/executor-gl at sdevsantiago/minishell 2026-02-12 20:56:58 +01:00
ff5edf543f Updated AGENTS file with redirections options
518ec87e60 Deleted tester
6bc2eab19b feat: Redirections applied
Compare 3 commits »
GreenLass pushed to feature/executor-gl at sdevsantiago/minishell 2026-02-12 18:36:29 +01:00
3c7ee5b161 Merge branch 'feature/builtins-gl' into feature/executor-gl
d1aad3ed20 Merge branch 'solo' into feature/executor-gl
8882929423 update: command list is now freed completely if any error ocurrs
843bdc0061 fix: invalid syntax error cause shown when there was no token following a redirection
ac4965ca6d fix: fixed multiple syntax error logging when redirection value is not a word
Compare 11 commits »
GreenLass pushed to feature/executor-gl at sdevsantiago/minishell 2026-02-11 02:31:16 +01:00
df6ed1c5cc Executor working, need to validate with the parser fixed, all norme fixed
e02613253a Fixed command exit status and exec bugs, read relative and absolute paths and correctly resolved
ae578867b2 Moved find command in path to executor, fixed env save code
328737c557 Updated AGENTS with info of the current (this branch) parser status, need to be updated again when parser works correctly
Compare 4 commits »
GreenLass created branch feature/executor-gl in sdevsantiago/minishell 2026-02-11 02:31:15 +01:00
GreenLass pushed to feature/builtins-gl at sdevsantiago/minishell 2026-02-09 22:48:14 +01:00
d39eca2c94 Fixed compilation