.. |
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
|
Implement error traceback.
|
2016-10-11 22:47:55 +08:00 |
builtin-fn.go
|
Relay SIG{INT,QUIT} correctly.
|
2016-10-12 23:11:09 +08:00 |
closure.go
|
Show closure address only in (*Closure).Repr.
|
2016-10-12 02:03:25 +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
|
Relay SIG{INT,QUIT} correctly.
|
2016-10-12 23:11:09 +08:00 |
compiler.go
|
Display one traceback entry correctly.
|
2016-10-11 21:37:27 +08: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
|
Fix test case.
|
2016-10-11 21:48:36 +08:00 |
eval.go
|
Relay SIG{INT,QUIT} correctly.
|
2016-10-12 23:11:09 +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
|
Support completing namespaces.
|
2016-10-12 07:55:03 +08: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
|
Clarify error message for setting a read-only variable.
|
2016-10-12 00:51:46 +08:00 |