Package: libreadline-java / 0.8.0.1+dfsg-5
Metadata
Package | Version | Patches format |
---|---|---|
libreadline-java | 0.8.0.1+dfsg-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
add editline.patch | (download) |
src/org/gnu/readline/Readline.java |
45 30 + 15 - 0 ! |
adds editline to readline.java |
add editline native.patch | (download) |
src/native/org_gnu_readline_Readline.c |
66 40 + 26 - 0 ! |
updates the native part of the library to handle editline. |
correct typo.patch | (download) |
src/test/ReadlineTest.java |
2 1 + 1 - 0 ! |
correct a typo. |
native makefile.patch | (download) |
src/native/Makefile |
6 3 + 3 - 0 ! |
fix the native makefile to use correct java and read ldflags. |
makefile fix.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
make the top level makefile use correct java tools and link against system javadoc. |
clang_FTBFS_Wreturn type.patch | (download) |
src/native/org_gnu_readline_Readline.c |
6 3 + 3 - 0 ! |
fix ftbfs with clang instead of gcc |
makefile CFLAGS.patch | (download) |
src/native/Makefile |
2 1 + 1 - 0 ! |
--- |
libedit 3.1 20160903.patch | (download) |
src/native/org_gnu_readline_Readline.c |
4 0 + 4 - 0 ! |
address compilation problem againt libedit 3.1-20160903 libedit now defines rl_compentry_func_t just like readline, so the conditional code is no longer required. |