shithub
fortrangoingonforty
/
fortsh
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fortsh
Public
Notifications
Fork
0
Star
0
Commits
trunk
Switch branches/tags
Branches
Tags
afs-link
✓
trunk
default
No tags found.
All users
espadonne
View commits for all users
Until Mar 12, 2026
March
2026
‹
›
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
Commits on March 12, 2026
convert loop_body and function body to string_t for variable-length storage
espadonne
committed
2 months ago
cb5ac66
convert array_values to string_t for variable-length array element storage
espadonne
committed
2 months ago
774262c
highlight path-to-executable commands as valid (e.g. ./bin/fortsh)
espadonne
committed
2 months ago
69bca53
convert positional_params to string_t for variable-length per-element storage
espadonne
committed
2 months ago
0c37cdb
recompute autosuggestion after tab completion to clear stale ghost text
espadonne
committed
2 months ago
36bc637
only filter directories in path completion when path ends with /
espadonne
committed
2 months ago
604b820
make coproc_t command, parser_state_t error_msg, completion_context_t comp_line allocatable
espadonne
committed
2 months ago
0af19a5
make assoc_array_entry_t value allocatable
espadonne
committed
2 months ago
a4ee479
make control_block_t condition_cmd allocatable, add control stack initialization
espadonne
committed
2 months ago
0aa1700
make shell_trap_t command allocatable, add trap array initialization
espadonne
committed
2 months ago
159dcaf
make shell_alias_t command allocatable, add alias array initialization
espadonne
committed
2 months ago
2702910
make ps1 allocatable in shell_state_t
espadonne
committed
2 months ago
6a1ad1e
make last_arg, pending_trap_command, current_command allocatable in shell_state_t
espadonne
committed
2 months ago
e50a9cc
add stress test suite for buffer/allocatable refactoring with Makefile target
espadonne
committed
2 months ago
8477d83
widen MAX_VAR_VALUE_LEN from 1024 to 4096 for storage parity with bash/zsh
espadonne
committed
2 months ago
d8f654e
widen control_flow result buffer from MAX_VAR_VALUE_LEN to 4096
espadonne
committed
2 months ago
e169974
widen printf format buffers from MAX_VAR_VALUE_LEN to 4096
espadonne
committed
2 months ago
4828ade
use MAX_PATH_LEN for directory stack entries
espadonne
committed
2 months ago
dcdfac5
widen history-read line allocates from MAX_VAR_VALUE_LEN to 4096
espadonne
committed
2 months ago
b370a9b
widen executor process_source_inline input_line from MAX_VAR_VALUE_LEN to 16384
espadonne
committed
2 months ago
636edb8
widen read_builtin input_line buffer from MAX_VAR_VALUE_LEN to 4096
espadonne
committed
2 months ago
f63b514
widen config.f90 line buffers from MAX_VAR_VALUE_LEN to 4096
espadonne
committed
2 months ago
86ac47f
use MAX_PATH_LEN for temp_file buffers in heredoc
espadonne
committed
2 months ago
039ec74
use MAX_PATH_LEN for all current_dir and abbreviated buffers in directory_builtin
espadonne
committed
2 months ago
291b250
resize fortsh.f90 buffers: MAX_PATH_LEN for args/paths, 16384 for continuation_line
espadonne
committed
2 months ago
47ac140
use MAX_PATH_LEN for full_path allocate in builtin_type
espadonne
committed
2 months ago
8424750
convert remaining locals across 9 files to allocatable strings
espadonne
committed
2 months ago
8c3a871
convert command_builtin.f90 locals to allocatable strings
espadonne
committed
2 months ago
6012efd
convert directory_builtin.f90 locals to allocatable strings
espadonne
committed
2 months ago
2ca66c1
convert ast_executor.f90 locals to allocatable strings
espadonne
committed
2 months ago
1bbddd9
Older