forked from steemit/fc
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule editline
updated
21 files
+2 −2 | .travis.yml | |
+40 −10 | ChangeLog.md | |
+5 −5 | Makefile.am | |
+9 −4 | README.md | |
+23 −16 | configure.ac | |
+19 −1 | debian/changelog | |
+1 −1 | debian/compat | |
+3 −3 | debian/control | |
+15 −10 | debian/copyright | |
+1 −0 | debian/libeditline-dev.install | |
+0 −1 | debian/libeditline0.install | |
+1 −0 | debian/libeditline1.install | |
+67 −0 | debian/libeditline1.symbols | |
+10 −2 | debian/rules | |
+42 −30 | examples/cli.c | |
+1 −0 | examples/excallback.c | |
+2 −0 | include/editline.h | |
+17 −5 | man/editline.3 | |
+1 −1 | src/Makefile.am | |
+7 −7 | src/complete.c | |
+346 −256 | src/editline.c |