.. |
acme.elv
|
Implement two-way syncing between $env:PATH and $paths.
|
2016-02-19 02:12:10 +01:00 |
boilerplate.go
|
Eval and pass options to forms.
|
2016-09-14 23:34:10 +02:00 |
boilerplate.py
|
Eval and pass options to forms.
|
2016-09-14 23:34:10 +02:00 |
builtin_modules.bash
|
Implement the use builtin.
|
2016-02-16 23:15:12 +01:00 |
builtin_modules.go
|
eval: Fix go:generate line.
|
2016-02-22 00:06:25 +01:00 |
builtin_ns.go
|
Use underscores in filenames.
|
2016-03-06 19:46:38 +01:00 |
builtin_special.go
|
In "use", make namespace before evaluating source.
|
2016-10-09 22:52:02 +08:00 |
builtin-fn.go
|
Fix a comment.
|
2016-10-10 22:56:38 +08:00 |
closure.go
|
Comment out a log.
|
2016-10-10 19:57:10 +08:00 |
compile_lvalue_op.go
|
Get rid of (*EvalCtx).errorf.
|
2016-10-08 18:56:56 +08:00 |
compile_op.go
|
Get rid of (*EvalCtx).errorf.
|
2016-10-08 18:56:56 +08:00 |
compile_values_op.go
|
Get rid of (*EvalCtx).errorf.
|
2016-10-08 18:56:56 +08:00 |
compiler.go
|
Fix the completion for "$@".
|
2016-09-15 13:33:16 +02:00 |
editor.go
|
Editor.notify -> .Notify
|
2016-09-11 19:46:49 +02:00 |
env_path_list.go
|
Expose command history via $le:history.
|
2016-09-08 18:02:04 +02:00 |
error.go
|
Include command names when reporting non-zero exit status of external commands.
|
2016-07-25 17:50:19 +02:00 |
eval_test.go
|
Add builtins for comparing strings.
|
2016-10-10 01:35:03 +08:00 |
eval.go
|
In IterateInputs, avoid throwing exception in goroutines.
|
2016-10-10 03:23:23 +08:00 |
external_cmd.go
|
Don't let external commands discard channel input.
|
2016-10-10 18:53:05 +08:00 |
file.go
|
Add a new file type.
|
2016-03-18 01:10:37 +01:00 |
glob.go
|
Globbing is now interruptable!
|
2016-06-28 23:08:15 +02:00 |
list.go
|
Expose command history via $le:history.
|
2016-09-08 18:02:04 +02:00 |
map.go
|
eval: Add a HasKey method to Map and Struct.
|
2016-03-20 16:18:08 +01:00 |
mapstringstring.go
|
Forgot one file.
|
2016-04-20 01:07:18 +02:00 |
must.go
|
eval: Teach (*muster).error correct English
|
2016-02-22 18:23:12 +01:00 |
opt.go
|
Small reorganization.
|
2016-09-15 15:30:37 +02:00 |
pipe.go
|
Add a Pipe type.
|
2016-03-29 08:44:17 +02:00 |
port.go
|
Move edit.NullClosedInput to eval.
|
2016-10-10 22:54:58 +08:00 |
pwd.go
|
Add $pwd.
|
2016-02-21 12:58:20 +01:00 |
search.go
|
Move functionality of edit/search.go to util.
|
2016-02-21 14:32:13 +01:00 |
shared.go
|
Support shared variable.
|
2016-02-26 04:05:47 +01:00 |
string.go
|
Support string indexing.
|
2016-10-10 02:42:32 +08:00 |
struct.go
|
eval: Add a HasKey method to Map and Struct.
|
2016-03-20 16:18:08 +01:00 |
util.go
|
Small reorganization.
|
2016-09-15 15:30:37 +02:00 |
validator.go
|
Add missing files
|
2016-09-07 20:59:10 +02:00 |
value_test.go
|
Fix test cases.
|
2016-04-13 13:16:25 +02:00 |
value.go
|
Don't adapt fn to indexer.
|
2016-10-10 02:25:44 +08:00 |
variable.go
|
Add eval.Make{,Ro}VariableFromCallback.
|
2016-09-11 03:18:04 +02:00 |