java-readline
java-readline copied to clipboard
GNU readline and BSD editline wrappers for Java
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 2.5.3 to 3.0.1. Release notes Sourced from maven-release-plugin's releases. 3.0.1 🐛 Bug Fixes [MRELEASE-1123] - Fix for Maven 4 compatibility (#186) @slawekjaranowski [MRELEASE-1114] - Restore interactive mode...
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. Commits 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0 f186993 [MSOURCES-135] Cleanup project code 021af55 [MSOURCES-134] Refresh download page b11a457 Use shared GitHub actions v3 7caf2b0 [MSOURCES-133]...
For good or bad, using the Gnu Autotools is sort-of standard for, e.g. locating include files (jni.h etc here), It is also on the TODO, however not unconditionally. I have...
This affects java-readline, since it is treating a range of readline internals as an array of int*. Related to #41
Hi, Readline fails to build with GCC 14, we get the following error in Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075200 ``` gcc -I /usr/lib/jvm/default-java/include -I /usr/lib/jvm/default-java/include/linux -I /usr/lib/jvm/default-java/include -I /usr/lib/jvm/default-java/include/linux -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2...