-
The ReadlineReader constructor should take an application name instead of hard-coding it as "ReadlineReader". This will allow proper if"s in inputrc according to the application, etc.
2009-11-11 20:30:14 UTC by jbelmonte
-
I have problems running Java Readline on UTF-8 terminals. From the source code, it seems as if the implementation assumes every string entered to be in Latin-1. This matches the experience, where Java will retrieve the Latin-1 characters that makes the multibyte characters.
2008-08-07 08:15:06 UTC by hamar
-
Currently java-readline hardcodes the linux path for JAVANATINCDIR, disallowing building on FreeBSD systems.
I don't have (at the moment) a proper way to check for this.
2006-12-07 22:47:05 UTC by dgp85
-
The makefile for java-readline currently use make command directly, that fails when make is not GNU make command.
The attached patch fixes the behaviour by ensuring it uses $(MAKE).
HTH,
Diego "Flameeyes" Pettenò
.
2006-12-07 22:45:05 UTC by dgp85
-
bablokb committed patchset 187 of module java-readline to the Java Readline CVS repository, changing 1 files.
2004-01-07 20:16:29 UTC by bablokb
-
bablokb committed patchset 186 of module java-readline to the Java Readline CVS repository, changing 2 files.
2004-01-07 20:16:12 UTC by bablokb
-
bablokb committed patchset 185 of module java-readline to the Java Readline CVS repository, changing 1 files.
2004-01-06 16:19:03 UTC by bablokb
-
bablokb committed patchset 184 of module java-readline to the Java Readline CVS repository, changing 2 files.
2004-01-06 16:18:29 UTC by bablokb
-
bablokb committed patchset 183 of module java-readline to the Java Readline CVS repository, changing 1 files.
2004-01-06 16:18:08 UTC by bablokb
-
bablokb committed patchset 182 of module java-readline to the Java Readline CVS repository, changing 2 files.
2004-01-06 16:18:00 UTC by bablokb