Commit Graph

1144 Commits

Author SHA1 Message Date
Qi Xiao
82e027e435 Exitus -> Error 2016-01-30 17:11:43 +01:00
Qi Xiao
8095ba64da new "bind" builtin to modify keybinding 2016-01-30 16:47:11 +01:00
Qi Xiao
94f1991482 eval: remove exitusChOp 2016-01-30 15:12:24 +00:00
Qi Xiao
daca923d55 Merge pull request #71 from hexchain/patch-1
Fix typo
2016-01-29 17:00:17 +01:00
Qi Xiao
35012f6018 edit: fix stupid error... 2016-01-29 16:58:14 +01:00
Hexchain Tong
d3663c9628 edit: fix typo
machanism -> mechanism
2016-01-29 23:35:49 +08:00
Hexchain Tong
fe35dbb277 edit: fix typo 2016-01-29 23:34:21 +08:00
Qi Xiao
ae110506d2 edit: don't rely on CPR for lackEOL 2016-01-29 15:45:16 +01:00
Qi Xiao
940d101c47 edit: le now checks editor activeness 2016-01-29 14:40:35 +01:00
Qi Xiao
1a46de7f4b eval: ele -> le 2016-01-29 14:37:50 +01:00
Qi Xiao
08fa48e449 edit: fix errorneous "unbound" message 2016-01-29 14:37:37 +01:00
Qi Xiao
24fa52276b edit: builtins now leave the return value in ed.nextAction 2016-01-29 14:35:11 +01:00
Qi Xiao
fd99288e10 eval: fix exitus of ele 2016-01-29 14:06:15 +01:00
Qi Xiao
a3c2bf37d8 eval: NewEvaler no longer takes dataDir 2016-01-29 14:01:51 +01:00
Qi Xiao
e795b6de40 eval: internalVariable -> ptrVariable 2016-01-29 13:59:00 +01:00
Qi Xiao
268fc50c95 eval: remove HasFailure 2016-01-29 13:56:44 +01:00
Qi Xiao
44695ad145 eval: expose most Value funcs 2016-01-29 13:55:14 +01:00
Qi Xiao
313565ed5d new ele builtin to call line editor from script 2016-01-29 04:10:25 +00:00
Qi Xiao
54db501045 edit: ditch the Key argument to builtins
It is now stored in editorState.lastKey.
2016-01-29 03:59:12 +00:00
Qi Xiao
3b57424e6f eval: expose Exitus 2016-01-29 03:51:47 +00:00
Qi Xiao
0a53c7f17b improve sys 2016-01-29 03:25:50 +01:00
Qi Xiao
e70c214c6a fix a weird formatting issue 2016-01-29 03:11:01 +01:00
Qi Xiao
1a490de6fd sysutil -> osutil; add package doc 2016-01-29 03:04:31 +01:00
Qi Xiao
74cf8e2b00 more package doc 2016-01-29 03:02:20 +01:00
Qi Xiao
16ed49d117 store: add package doc 2016-01-29 03:00:41 +01:00
Qi Xiao
651c5b76e7 parse: add package doc 2016-01-29 03:00:11 +01:00
Qi Xiao
ecfdbbd1b0 print: add package doc; deep -> Deeply 2016-01-29 02:58:27 +01:00
Qi Xiao
5014b8686e remove samples 2016-01-29 02:23:40 +01:00
Qi Xiao
d439cbebf4 remove screenshots 2016-01-29 02:22:45 +01:00
Qi Xiao
9b511c7033 update README 2016-01-29 02:22:29 +01:00
Qi Xiao
00999a6de3 support backquotes for output capture 2016-01-29 01:56:34 +01:00
Qi Xiao
b0568168e8 exitus cleanup 2016-01-28 23:39:20 +01:00
Qi Xiao
96a891321c eval: tiny cleanup 2016-01-28 22:26:24 +01:00
Qi Xiao
c5cf525d88 eval: remove the duty of closePorts from callable.Call 2016-01-28 22:18:10 +01:00
Qi Xiao
d794dbf210 eval: (*evalCtx).copy -> fork 2016-01-28 22:04:31 +01:00
Qi Xiao
d0a88e4961 eval: make all "exec" funcs synchronous 2016-01-28 22:00:50 +01:00
Qi Xiao
4c4313eeb0 eval: test against pure channel pipeline 2016-01-28 21:30:32 +01:00
Qi Xiao
c1d3eb11dd eval: ditch stateUpdate; just use exitus 2016-01-28 21:06:02 +01:00
Qi Xiao
dfc8451627 eval: parse-ng -> parse in boilerplate 2016-01-28 21:06:01 +01:00
Qi Xiao
0a30f08356 fancy unicode for printing bad exitus 2016-01-28 14:03:12 +01:00
Qi Xiao
389e3c14f8 new -stack builtin to show stacks of all goroutines 2016-01-28 14:02:39 +01:00
Qi Xiao
0b19995a02 install a global panic handler that exec's /bin/sh 2016-01-28 01:25:17 +01:00
Qi Xiao
f3b701b76e edit: really fix path bug 2016-01-28 01:03:54 +01:00
Qi Xiao
5c4cc91d3a edit: fix path bug in the file name completer 2016-01-28 00:52:30 +01:00
Qi Xiao
ce5c22d88a color and complete autocd; support autocd for .. 2016-01-28 00:40:50 +01:00
Qi Xiao
5373ca38f0 Merge branch 'master' of github.com:elves/elvish 2016-01-27 23:27:33 +00:00
Qi Xiao
f8c7f69e93 Revert "Makefile: run tests with -v"
This reverts commit d8b87da39a.
2016-01-27 23:26:30 +00:00
Qi Xiao
29d1506c7d edit: color directories as valid command names 2016-01-28 00:25:45 +01:00
Qi Xiao
0b293b3ba1 eval: fix printing of map 2016-01-28 00:25:36 +01:00
Qi Xiao
7b4db8509b main: always catch signals 2016-01-28 00:22:54 +01:00