ftp.nice.ch/pub/next/unix/text/readline.2.0.s.tar.gz#/readline-2.0

COPYING
 
ChangeLog
 
INSTALL
 
MANIFEST
 
Makefile
 
Makefile.in
 
README
 
README.NeXT
 
STANDALONE
 
acconfig.h
[View acconfig.h] 
ansi_stdlib.h
[View ansi_stdlib.h] 
bind.c
[View bind.c] 
chardefs.h
[View chardefs.h] 
complete.c
[View complete.c] 
config.h
[View config.h] 
config.h.in
 
config.status
 
configure.in
 
display.c
[View display.c] 
doc/
 
emacs_keymap.c
[View emacs_keymap.c] 
examples/
 
funmap.c
[View funmap.c] 
history.c
[View history.c] 
history.h
[View history.h] 
isearch.c
[View isearch.c] 
keymaps.c
[View keymaps.c] 
keymaps.h
[View keymaps.h] 
memalloc.h
[View memalloc.h] 
parens.c
[View parens.c] 
posixstat.h
[View posixstat.h] 
readline.c
[View readline.c] 
readline.h
[View readline.h] 
rlconf.h
[View rlconf.h] 
rldefs.h
[View rldefs.h] 
rltty.c
[View rltty.c] 
search.c
[View search.c] 
signals.c
[View signals.c] 
stamp-config
 
tilde.c
[View tilde.c] 
tilde.h
[View tilde.h] 
vi_keymap.c
[View vi_keymap.c] 
vi_mode.c
[View vi_mode.c] 
xmalloc.c
[View xmalloc.c] 

README

This is the distribution of the Gnu Readline library.  See the file
STANDALONE for a description of the #defines that can be passed via
the makefile to build readline on different systems.

The file rlconf.h contains defines that enable and disable certain
readline features.

README.NeXT

In the course of my project of the last couple hours of making
available recent, posix-free, optimized, obese, reasonably configured
binaries of some of the more common free programs and libraries, here
is readline-2.0.  To install on a typical system, just enter the
directory and 'make install'.  Installing the man and info pages from
the doc directory has to be done by hand.

If you need to change compilation options to adapt the binaries to
local requirements (e.g. to change what architectures to compile for
-- the default is quad-fat), do _not_ rerun configure.  Instead edit
config.status, rerun it and remake.  It has been manually altered to
correct for some of the mistakes of the auto-configuration.

        Carl Edman                                      10-23-95
        cedman@princeton.edu

I made a couple of mods to Carl's distribution.

1) removed configure-- if you really want to reconfigure the source,
	download the original distribution.
2) changed the optimization to '-O3 -fomit-frame-pointer';  this seems
	to be an acceptably bug-free level of optimization.
3) removed depedency upon /usr/local/bin/install

	b.bum					10-24-95
	<bbum@friday.com>
	

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.