forked from steemit/fc
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump editline to latest upstream master
- Loading branch information
1 parent
e00bbda
commit e14b7c6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule editline
updated
21 files
+4 −0 | .gitignore | |
+1 −1 | .travis.yml | |
+15 −5 | ChangeLog.md | |
+16 −6 | Makefile.am | |
+3 −9 | configure.ac | |
+6 −1 | debian/.gitignore | |
+11 −0 | debian/changelog | |
+3 −3 | debian/control | |
+1 −0 | debian/source/format | |
+106 −0 | docs/HACKING.md | |
+0 −10 | docs/TODO.md | |
+2 −1 | examples/.gitignore | |
+1 −1 | examples/Makefile.am | |
+20 −1 | examples/cli.c | |
+487 −0 | examples/fileman.c | |
+12 −2 | include/editline.h | |
+1 −1 | src/Makefile.am | |
+162 −15 | src/complete.c | |
+44 −40 | src/editline.c | |
+4 −2 | src/editline.h | |
+10 −6 | src/sysunix.c |