Go to file T
Code
ast_executor.f90 use shell current_command for background job descriptions
better_errors.f90 fix: use write_stderr for command-not-found errors. posix-coverage 280.1, 280.2
builtin_help_texts.f90 add help texts for system, completion, and utility builtins: umask, ulimit, times, complete, compgen, perf, memory, defun, timeout, help, true, false, :
builtin_interface.f90 Implement production-ready eval builtin with proper architecture
builtins.f90 fix Linux build: preprocessor directives must start at column 1
command_capture.f90 fix command_capture newline stripping: avoid non-short-circuit evaluation of buf(0:0)
command_capture_callback.f90 Re-enable errexit in command substitution subshells
coprocess.f90 make coproc_t command, parser_state_t error_msg, completion_context_t comp_line allocatable
eval_builtin.f90 suppress alias expansion in eval for non-interactive mode per POSIX
executor.f90 set JOB_STOPPED in executor after add_job for suspended processes
jobs.f90 fix fg/bg exit status and suppress non-stopped job message
pipeline_helpers.f90 preserve token character width through expand_command_globs instead of re-allocating at MAX_TOKEN_LEN
trap_dispatch.f90 add trap_dispatch module to break executor<->ast_executor circular dep