.. |
errs
|
Minor fixups for #1273.
|
2021-05-02 00:13:22 +01:00 |
evaltest
|
Minor fixup for path:temp-{dir file}.
|
2021-04-25 23:03:44 +01:00 |
mods
|
Make all rounding functions in math: exactness-preserving.
|
2021-06-10 00:10:50 +01:00 |
vals
|
Merge branch 'master' into testutil-test-coverage
|
2021-06-06 22:03:34 +01:00 |
vars
|
Fixup for #1332
|
2021-06-06 22:46:27 +01:00 |
benchmarks_test.go
|
pkg/parse: Small API tweak.
|
2021-02-01 14:20:56 +00:00 |
builtin_fn_cmd_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_fn_cmd_unix_test.go
|
Remove special treatment of the builtin: namespace.
|
2021-04-08 00:42:58 +01:00 |
builtin_fn_cmd_unix.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_fn_cmd_windows.go
|
Change signature of "exec" and "fg" on Windows to match that on Unix.
|
2020-12-26 22:59:18 +00:00 |
builtin_fn_cmd.go
|
pkg/eval: Cleanups for reducing the API surface area number of files.
|
2021-01-05 04:33:52 +00:00 |
builtin_fn_container_test.go
|
Support all number types in the order command.
|
2021-05-31 21:25:08 +01:00 |
builtin_fn_container.go
|
Support all number types in the order command.
|
2021-05-31 21:25:08 +01:00 |
builtin_fn_debug.go
|
Fix elvdoc of the src command
|
2021-04-11 01:17:39 +01:00 |
builtin_fn_env_test.go
|
Fixup for #1332
|
2021-06-06 22:46:27 +01:00 |
builtin_fn_env.go
|
pkg/eval: Move test framework into new evaltest package.
|
2020-09-03 06:51:21 +01:00 |
builtin_fn_flow_test.go
|
Fixup for #1310
|
2021-05-31 22:13:24 +01:00 |
builtin_fn_flow.go
|
Fixup for #1310
|
2021-05-31 22:13:24 +01:00 |
builtin_fn_fs_test.go
|
Remove all builtin commands deprecated since 0.15.0.
|
2021-04-08 23:07:50 +01:00 |
builtin_fn_fs.go
|
Implement edit:command-history &dedup
|
2021-05-30 23:49:46 +01:00 |
builtin_fn_io_test.go
|
Cleanup, docs and tests.
|
2021-04-05 20:48:22 +01:00 |
builtin_fn_io.go
|
File module with pipe function. Pipe command marked deprecated in compiler.go and builtin_fn_io.go
|
2021-04-19 18:48:22 -04:00 |
builtin_fn_misc_test.go
|
Fixup for #1321.
|
2021-06-06 22:01:41 +01:00 |
builtin_fn_misc_unix_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_fn_misc.go
|
Merge branch 'master' into sleep-values
|
2021-06-06 21:52:27 +01:00 |
builtin_fn_num_test.go
|
More doc, and add exact-num.
|
2021-04-07 07:05:08 +01:00 |
builtin_fn_num.go
|
pkg/eval/vals: Add an optimized version of UnifyNums for two numbers.
|
2021-05-31 21:02:12 +01:00 |
builtin_fn_pred_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_fn_pred.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_fn_str_test.go
|
Fixup for #1322.
|
2021-06-06 21:59:30 +01:00 |
builtin_fn_str.go
|
Fixup for #1322.
|
2021-06-06 21:59:30 +01:00 |
builtin_fn_styled_test.go
|
Support exact integer and rational numbers.
|
2021-04-04 00:58:53 +01:00 |
builtin_fn_styled.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_ns.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
builtin_special_test.go
|
Minor fixup for #1274.
|
2021-05-02 00:22:28 +01:00 |
builtin_special.go
|
Correctly highlight read-only except var
|
2021-03-28 22:01:31 +01:00 |
callable.go
|
pkg/eval: Break up value.go.
|
2020-10-10 22:28:13 +01:00 |
chdir_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
closure_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
closure.go
|
Use the integrated persistent package.
|
2021-05-03 22:17:46 +01:00 |
compile_effect_test.go
|
Minor fixups for #1273.
|
2021-05-02 00:13:22 +01:00 |
compile_effect_unix_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
compile_effect.go
|
Add $edit:after-command and $edit:command-duration
|
2021-05-05 22:17:19 +01:00 |
compile_lvalue.go
|
A couple of TODO cleanups
|
2021-05-30 00:40:42 +01:00 |
compile_value_test.go
|
Remove support for using a lone "a=b" for assignment.
|
2021-04-08 23:57:40 +01:00 |
compile_value.go
|
Remove support for $-exports-.
|
2021-04-09 00:02:40 +01:00 |
compiler_test.go
|
Remove support for using a lone "a=b" for assignment.
|
2021-04-08 23:57:40 +01:00 |
compiler.go
|
Replace prclose and pwclose with file:close
|
2021-05-22 20:55:53 -07:00 |
deprecation.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
eval_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
eval.go
|
Add $edit:after-command and $edit:command-duration
|
2021-05-05 22:17:19 +01:00 |
exception_test.go
|
Use the integrated persistent package.
|
2021-05-03 22:17:46 +01:00 |
exception_unix_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
exception.go
|
Use the integrated persistent package.
|
2021-05-03 22:17:46 +01:00 |
external_cmd_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
external_cmd_unix_test.go
|
pkg/eval: Move EachExternal to the fsutil package.
|
2020-09-04 22:04:20 +01:00 |
external_cmd_windows_test.go
|
pkg/eval: Move test framework into new evaltest package.
|
2020-09-03 06:51:21 +01:00 |
external_cmd.go
|
Use the integrated persistent package.
|
2021-05-03 22:17:46 +01:00 |
frame.go
|
Be consistent about sync.WaitGroup var naming
|
2021-05-30 00:40:42 +01:00 |
glob_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
glob.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
go_fn_test.go
|
staticcheck lint cleanups
|
2021-06-06 14:54:47 +01:00 |
go_fn.go
|
staticcheck lint cleanups
|
2021-06-06 14:54:47 +01:00 |
interrupts.go
|
|
|
node_utils.go
|
Extract utilities for compound nodes into pkg/parse/cmpd.
|
2021-02-24 00:02:47 +00:00 |
ns_test.go
|
Minor fixups for #1273.
|
2021-05-02 00:13:22 +01:00 |
ns.go
|
Use the integrated persistent package.
|
2021-05-03 22:17:46 +01:00 |
options_test.go
|
|
|
options.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
port_helper_test.go
|
pkg/eval: Clean up the structure and methods of Evaler and Frame.
|
2021-01-05 00:22:09 +00:00 |
port.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
process_unix.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
process_windows.go
|
|
|
purely_eval_test.go
|
pkg/parse: Small API tweak.
|
2021-02-01 14:20:56 +00:00 |
purely_eval.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
pwd_test.go
|
Increase pkg/eval/vars/env_list.go coverage to 100%
|
2021-06-06 22:43:45 +01:00 |
pwd.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
value_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
var_parse_test.go
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
var_parse.go
|
A couple of TODO cleanups
|
2021-05-30 00:40:42 +01:00 |
var_ref.go
|
Remove special treatment of the builtin: namespace.
|
2021-04-08 00:42:58 +01:00 |