Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt getline unterstützen. getline unterstützt Windows nativ (ohne Cygwin). Eine DLL ist in das contrib Verzeichnis zur Verfügung gestellt.
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

Beliebig lange Zeilen für die Eingabe und Geschichte sind nun erlaubt. Eine neue Option wurde hinzugefügt, um automatische Ergänzung von Input-Linien, die Geschichte zu verhindern. Das Projekt ist auf SourceForge verschoben.
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

Diese Version fügt Methode hasTerminal (), ändert sich die Build-System mit Nicht-GNU ist (z. B. unter Solaris), und fügt ein RPM-spec-Datei.
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

In dieser Version gibt es die neuen Methoden cleanup () und getLineBuffer (), und die Dokumentation verbessert.
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

Die Fallback-Lösung verhält sich jetzt wie readline im Falle eines EOF, () und ein Fehler in der Rechtschreibung Methode ReadlineLibrary.byName wurde behoben.
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