Files
lush/testes
Cormac Shannon a43fd10e64 Implement shell globbing, tilde expansion, and brace expansion (issues #13, #18)
Unquoted tokens are now expanded through a tilde → brace → glob pipeline
in parse_argv. Quoted tokens (single, double, or backslash) suppress all
expansion. Uses glob(3) with GLOB_NOCHECK for wildcard matching and manual
implementations for tilde (~→$HOME) and brace ({a,b,c}) expansion.
2026-03-10 21:31:55 +00:00
..
2025-07-15 14:40:27 -03:00
2025-04-23 11:36:09 -03:00
2025-06-13 14:08:38 -03:00
2025-03-13 15:30:52 -03:00
2025-08-09 15:08:53 -03:00
2025-03-12 13:52:35 -03:00
2025-07-18 16:10:28 -03:00