sdevsantiago
  • Joined on 2026-02-09
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-14 17:55:44 +01:00
3b7a11c185 chore: removed unused files
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-14 17:53:53 +01:00
5dc7de73b3 update: updated readme
640c22d366 update: updated readme detailed info
856bc8243f update: added more internal variables
fbd2349060 chore: added minishell version macro
Compare 4 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-14 13:48:25 +01:00
5852e8618f multiple fixes
ba40670ace Fixed variable expansion errors
Compare 2 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-14 05:48:26 +01:00
e2b734cf0c save commit
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-14 02:06:02 +01:00
32b3bd72b5 fix: prompt was not being requested to hashmap
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-14 02:03:01 +01:00
c95703b42b update: replaced set_env by set_var in export builtin
f4cfae1107 feat: added internal variables
6453abfda3 Fixed all norme from lexer, parser. minishell and builtins
7862f3e131 chore: stop tracking minishell-codex
637391470b Fixed exit using old code + updates
Compare 6 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 21:05:38 +01:00
5c33afb20a update: removed minishell_tester submodule
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 20:18:34 +01:00
3f17f7789c update: added isatty support and prompt usage
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 18:43:03 +01:00
5df1520224 chore: added testers
sdevsantiago deleted branch feature/signals-gl from sdevsantiago/minishell 2026-02-13 18:37:19 +01:00
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 18:36:50 +01:00
c166d0f77a feat: Added signals
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 16:42:57 +01:00
3e31447073 fix: fixed crash on non-existent variables
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 16:38:46 +01:00
3ead1ad547 chore: updated docs to v10.0
c99e0a17a3 update: renamed variable
Compare 2 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 14:23:58 +01:00
dc772d10c2 fix: syntax error on pipe at start was not being detected
e5d7fcf050 fix: fixed leak on variable expansion
Compare 2 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 09:29:35 +01:00
d248819dfe fix: commands list was not being freed if the command line ended in pipe
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-13 08:53:57 +01:00
8f92cf269c fix: fixed crash when reading variables with underscore
8353d3f64f chore: removed unused and test files
Compare 2 commits »
sdevsantiago deleted branch feature/executor-gl from sdevsantiago/minishell 2026-02-12 21:27:08 +01:00
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-12 21:26:33 +01:00
d06e49274b Merge branch 'feature/executor-gl' into solo
ff5edf543f Updated AGENTS file with redirections options
518ec87e60 Deleted tester
6bc2eab19b feat: Redirections applied
3c7ee5b161 Merge branch 'feature/builtins-gl' into feature/executor-gl
Compare 13 commits »
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-12 21:20:30 +01:00
83553a57d5 feat: added variable expansion
sdevsantiago pushed to solo at sdevsantiago/minishell 2026-02-12 03:09:54 +01:00
8882929423 update: command list is now freed completely if any error ocurrs