GNU Readline as used for and modified for SWI-Prolog. Everything here is based on librl-1.2.tgz; this library as distributed for Linux. The GNU readline library is used by SWI-Prolog. The files in this directory are: librl-1.2.sunos-4.1.tar.gz SunOs 4.1.x binaries of this lib librl-1.2.sunos-5.3.tar.gz Solaris 2.3 binaries librl-1.2.tgz PC/Linux binaries & SOURCES rl-windows.tgz PC/MS-Windows 3.1 binaries & SOURCES The librl-1.2.tgz contains the sources you'll need to compile it on a Unix platform (it is the unmodified source). The rl-windows.tgz contains: console.[ch] Console window (written by me) rest.[ch] Slightly modified source from librl-1.2.tgz to connect to my console stuff. You only need rl-windows.tgz if you want to recompile and relink the Windows version. Regards --- Jan