Sweden-Number/debugger/readline
Alexandre Julliard 7cbe65725a Release 950109
Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)

	* [memory/global.c]
	GlobalCompact should now return the correct value when the
	largest run of free blocks includes the last block.

	* [windows/mdi.c]
	Tiling and cascading windows without any MDI children should
	no longer crash (assuming no-op is the correct thing to do).

Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>

	* [objects/font.c]
	GetTextExtentPoint: fixed debug output, str is counted string, not
        zero terminated.

	* [if1632/relay.c]
	DLLRelay: when debugging_stack got segv, added upper bound for
        stack dump.
1995-01-09 18:21:16 +00:00
..
Imakefile Release 941227 1994-12-27 14:11:53 +00:00
Make.os9 Release 0.4.3 1993-09-29 12:21:49 +00:00
README Release 0.4.3 1993-09-29 12:21:49 +00:00
complete.c Release 941210 1994-12-10 13:02:28 +00:00
editline.3 Release 0.4.3 1993-09-29 12:21:49 +00:00
editline.c Release 950109 1995-01-09 18:21:16 +00:00
editline.h Release 0.4.3 1993-09-29 12:21:49 +00:00
os9.h Release 0.4.3 1993-09-29 12:21:49 +00:00
sysos9.c Release 0.4.3 1993-09-29 12:21:49 +00:00
sysunix.c Release 0.4.3 1993-09-29 12:21:49 +00:00
testit.c Release 0.4.3 1993-09-29 12:21:49 +00:00
unix.h Release 0.4.3 1993-09-29 12:21:49 +00:00
version.c Release 0.4.3 1993-09-29 12:21:49 +00:00

README

$Revision: 1.5 $

This is a line-editing library.  It can be linked into almost any
program to provide command-line editing and recall.

It is call-compatible with the FSF readline library, but it is a
fraction of the size (and offers fewer features).  It does not use
standard I/O.  It is distributed under a "C News-like" copyright.

Configuration is done in the Makefile.  Type "make testit" to get
a small slow shell for testing.

An earlier version was distributed with Byron's rc.  Principal
changes over that version include:
	Faster.
	Is eight-bit clean (thanks to brendan@cs.widener.edu)
	Written in K&R C, but ANSI compliant (gcc all warnings)
	Propagates EOF properly; rc trip test now passes
	Doesn't need or use or provide memmove.
	More robust
	Calling sequence changed to be compatible with readline.
	Test program, new manpage, better configuration
	More system-independant; includes Unix and OS-9 support.

Enjoy,
	Rich $alz
	<rsalz@osf.org>

 Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved.

 This software is not subject to any license of the American Telephone
 and Telegraph Company or of the Regents of the University of California.

 Permission is granted to anyone to use this software for any purpose on
 any computer system, and to alter it and redistribute it freely, subject
 to the following restrictions:
 1. The authors are not responsible for the consequences of use of this
    software, no matter how awful, even if they arise from flaws in it.
 2. The origin of this software must not be misrepresented, either by
    explicit claim or by omission.  Since few users ever read sources,
    credits must appear in the documentation.
 3. Altered versions must be plainly marked as such, and must not be
    misrepresented as being the original software.  Since few users
    ever read sources, credits must appear in the documentation.
 4. This notice may not be removed or altered.