.. |
bundled
|
Replace re:replace with replaces in epm (#756)
|
2018-09-24 00:09:40 +01:00 |
daemon
|
eval/daemon: Remove use of throw and introduce a function pid.
|
2018-09-27 01:35:03 +01:00 |
re
|
Migrate all users of RawOptions.Scan to declaring options as parameter.
|
2018-09-27 18:08:35 +01:00 |
store
|
Support deleting command history with store:del-cmd.
|
2018-05-14 23:26:36 +01:00 |
str
|
eval: Rehaul helper methods of Ns.
|
2018-02-06 11:39:40 -08:00 |
vals
|
eval/vals: Fix typo in comment
|
2018-09-25 23:25:59 +01:00 |
vars
|
eval/vars: Fix FromPtrWithMutex.
|
2018-07-31 22:59:54 +01:00 |
args_walker.go
|
eval: Small cleanup.
|
2017-12-31 17:54:26 +00:00 |
boilerplate.go
|
eval: ValuesOpFunc -> ValuesOpBody, now an interface.
|
2018-01-21 13:20:06 +00:00 |
boilerplate.py
|
Replace dash with underline in file names(fixup) (#369)
|
2017-06-27 01:46:27 +01:00 |
builtin_fn_cmd_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
builtin_fn_cmd_unix.go
|
eval/types -> eval/vals.
|
2018-02-15 09:14:05 +00:00 |
builtin_fn_cmd_windows.go
|
eval: Move Value interfaces to eval/types.
|
2017-12-31 20:31:45 +00:00 |
builtin_fn_cmd.go
|
eval: ec *Frame -> fm *Frame
|
2018-02-28 21:17:56 -05:00 |
builtin_fn_container_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
builtin_fn_container.go
|
Migrate all users of RawOptions.Scan to declaring options as parameter.
|
2018-09-27 18:08:35 +01:00 |
builtin_fn_debug.go
|
eval: ec *Frame -> fm *Frame
|
2018-02-28 21:17:56 -05:00 |
builtin_fn_env_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
builtin_fn_env.go
|
eval: Fix build...
|
2018-03-03 00:00:42 -05:00 |
builtin_fn_flow_test.go
|
eval: Reformat some test cases.
|
2018-07-06 01:32:42 +01:00 |
builtin_fn_flow.go
|
eval: Remove more throws.
|
2018-03-01 10:13:00 -05:00 |
builtin_fn_fs_test.go
|
eval: Reformat some test cases.
|
2018-07-06 01:32:42 +01:00 |
builtin_fn_fs.go
|
eval: chdir hooks: $before-chdir and $after-chdir.
|
2018-03-21 21:17:37 +00:00 |
builtin_fn_io_test.go
|
eval: Reformat some test cases.
|
2018-07-06 01:32:42 +01:00 |
builtin_fn_io.go
|
Migrate all users of RawOptions.Scan to declaring options as parameter.
|
2018-09-27 18:08:35 +01:00 |
builtin_fn_misc_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
builtin_fn_misc.go
|
eval: Add dashes to env builtins.
|
2018-03-02 23:54:20 -05:00 |
builtin_fn_num_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
builtin_fn_num.go
|
eval: chdir hooks: $before-chdir and $after-chdir.
|
2018-03-21 21:17:37 +00:00 |
builtin_fn_pred_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
builtin_fn_pred.go
|
eval/types -> eval/vals.
|
2018-02-15 09:14:05 +00:00 |
builtin_fn_str_test.go
|
Implement a "chr" builtin command.
|
2018-08-08 01:16:24 +01:00 |
builtin_fn_str.go
|
Migrate all users of RawOptions.Scan to declaring options as parameter.
|
2018-09-27 18:08:35 +01:00 |
builtin_fn_styled_test.go
|
styled: Clean up representation of Segment and Text.
|
2018-07-15 14:50:06 +01:00 |
builtin_fn_styled.go
|
styled: Clean up representation of Segment and Text.
|
2018-07-15 14:50:06 +01:00 |
builtin_fn_test.go
|
eval: Support declaring options using structs in native functions.
|
2018-09-27 17:55:37 +01:00 |
builtin_fn.go
|
eval: Remove use of throw when scanning options.
|
2018-09-27 18:15:19 +01:00 |
builtin_ns.go
|
eval/vartypes -> eval/vars.
|
2018-02-15 08:59:49 +00:00 |
builtin_special_test.go
|
eval: Support renaming module when use-ing.
|
2018-09-22 17:33:44 +01:00 |
builtin_special.go
|
eval: Rewrite unwrappers to not use throw.
|
2018-09-27 20:44:46 +01:00 |
chdir_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
chdir.go
|
edit/location: Record dir history in an after-chdir hook.
|
2018-03-21 21:34:58 +00:00 |
closure_test.go
|
eval: Reformat some test cases.
|
2018-07-06 01:32:42 +01:00 |
closure.go
|
eval: Add a "def" attribute to closures for full definition.
|
2018-03-21 22:54:47 +00:00 |
compilation_error.go
|
Always pprint parse and compilation errors compactly.
|
2017-12-23 23:57:34 +00:00 |
compile_lvalue_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
compile_lvalue.go
|
eval: Remove more uses of throw.
|
2018-09-27 18:50:53 +01:00 |
compile_op_test.go
|
eval: Reformat some test cases.
|
2018-07-06 01:32:42 +01:00 |
compile_op.go
|
eval: Rewrite unwrappers to not use throw.
|
2018-09-27 20:44:46 +01:00 |
compile_value_test.go
|
eval: Reformat some test cases.
|
2018-07-06 01:32:42 +01:00 |
compile_value.go
|
eval: Rewrite unwrappers to not use throw.
|
2018-09-27 20:44:46 +01:00 |
compiler.go
|
eval: Add a stackTrace type.
|
2018-02-28 20:22:46 -05:00 |
editor.go
|
edit: (*Editor).Notify now also works when editor is inactive.
|
2018-02-06 17:07:02 -08:00 |
env_list.go
|
eval/vars: Renames.
|
2018-03-08 13:20:31 +00:00 |
eval_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
eval.go
|
Add variable to track number of background jobs (#692)
|
2018-06-04 23:53:39 +01:00 |
exception_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
exception.go
|
eval: Implement (*Exception).Index and .IterateKeys.
|
2018-03-08 13:17:37 +00:00 |
external_cmd.go
|
eval: chdir hooks: $before-chdir and $after-chdir.
|
2018-03-21 21:17:37 +00:00 |
frame.go
|
eval: Remove more uses of throw.
|
2018-09-27 18:50:53 +01:00 |
glob.go
|
eval: Remove more uses of throw.
|
2018-09-27 02:04:53 +01:00 |
interrupts.go
|
eval: ec *Frame -> fm *Frame
|
2018-02-28 21:17:56 -05:00 |
must.go
|
eval: Replace "muster" with "unwrapper".
|
2017-09-05 01:05:44 +02:00 |
ns_test.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
ns.go
|
eval/vars: Renames.
|
2018-03-08 13:20:31 +00:00 |
options.go
|
eval: Remove use of throw when scanning options.
|
2018-09-27 18:15:19 +01:00 |
port.go
|
eval: Replace ClosePorts with (*Frame).Close.
|
2018-02-28 21:03:04 -05:00 |
process_unix.go
|
Use build tags in a more compact way.
|
2017-12-08 00:45:10 +00:00 |
process_windows.go
|
eval: Use os.StartProcess; this package now builds on Windows!
|
2017-12-03 22:07:10 +01:00 |
purely_eval.go
|
eval/types: Remove the Value type.
|
2018-01-29 17:39:41 +00:00 |
pwd.go
|
eval: Remove more uses of throw.
|
2018-09-27 02:04:53 +01:00 |
raw_options.go
|
eval: Remove use of throw when scanning options.
|
2018-09-27 18:15:19 +01:00 |
resolve_test.go
|
Resolve nested modules recursively.
|
2018-02-01 23:43:54 -08:00 |
resolve.go
|
eval/vars: Renames.
|
2018-03-08 13:20:31 +00:00 |
source.go
|
eval: Implement (*Source).IterateKey
|
2018-03-08 13:17:34 +00:00 |
stacktrace.go
|
eval: Add a stackTrace type.
|
2018-02-28 20:22:46 -05:00 |
std_ports_test.go
|
eval: Remove default ports from Evaler.
|
2018-02-28 21:35:32 -05:00 |
std_ports.go
|
eval: Remove default ports from Evaler.
|
2018-02-28 21:35:32 -05:00 |
testutils.go
|
eval: Make Test and TestWithSetup accept variadic test cases.
|
2018-05-22 01:08:11 +01:00 |
unwrap.go
|
eval: Rewrite unwrappers to not use throw.
|
2018-09-27 20:44:46 +01:00 |
util.go
|
eval: Remove more uses of throw.
|
2018-09-27 18:50:53 +01:00 |
value_test.go
|
eval/types -> eval/vals.
|
2018-02-15 09:14:05 +00:00 |
value.go
|
eval: Don't use throw in FromJSONInterface, and unexport it.
|
2018-09-27 01:41:56 +01:00 |
variable_ref.go
|
Parse trailing ":" in variable as part of name.
|
2018-01-29 18:29:06 +00:00 |