Télécharger la liste

Description du projet

JavaReadline adds readline support to java
console applications. Not every feature of the
readline library has been implemented, but all basic
features are available. It has only been tested
under Linux, but should work everywhere readline
is available.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-01-07 12:13
0.8.0

Cette version apporte un soutien getline. getline prend en charge Windows en natif (sans Cygwin). Une DLL est fournie dans le répertoire contrib.
Tags: Major feature enhancements
This release adds getline support. getline supports Windows natively
(without Cygwin). A DLL is provided in the contrib directory.

2002-05-27 17:46
0.7.3

Arbitraire de longues lignes pour la saisie et l'histoire sont désormais autorisées. Une nouvelle option a été ajouté à empêcher l'ajout automatique des lignes d'entrée à l'histoire. Le projet a été déplacée à SourceForge.
Tags: Major feature enhancements
Arbitrary long lines for input and history are now
allowed. A new option was added to prevent
automatic addition of input lines to the history.
The project has moved to SourceForge.

2002-03-03 16:03
0.7.1

Cette version ajoute la méthode hasTerminal (), modifie le système de construction à travailler avec des personnes non GNU-marques (par exemple, sur Solaris), et ajoute un fichier-rpm spec.
Tags: Major feature enhancements
This version adds method hasTerminal(), changes the build-system to work with non GNU-makes (e.g. on Solaris), and adds an RPM-spec file.

2002-01-21 13:59
0.7.0

Dans cette version il ya les nouvelles méthodes de nettoyage () et getLineBuffer (), et la documentation est améliorée.
Tags: Major feature enhancements
In this release there are the new methods cleanup() and getLineBuffer(), and documentation is improved.

2001-12-20 01:13
0.6.1

La solution de repli se comporte maintenant comme readline en cas d'EDF, et d'un bug d'orthographe dans la méthode ReadlineLibrary.byName () a été fixée.
Tags: Minor bugfixes
The fallback solution now behaves like readline in case of an EOF, and a spelling bug in the method ReadlineLibrary.byName() was fixed.

Project Resources