summaryrefslogtreecommitdiffstats
path: root/lib/libedit/editline.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* The .Fn functioncharnier2003-02-061-1/+2
|
* FreeBSD's libedit does not include NetBSD's readline emulation code.tjr2002-10-131-4/+3
| | | | Remove references to it from the Authors and History sections.
* Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit.ru2001-10-011-11/+17
| | | | Fixed some more.
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-54/+128
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* mdoc(7) police:ru2001-08-071-3/+1
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Remove whitespace at EOL.dd2001-07-151-8/+8
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+3
|
* logru2000-11-221-0/+1
|
* Do not read editrc file from '.'. This can be as unsafe as havingimp2000-05-221-2/+0
| | | | | | | | | | . first in root's path. While I'm here: o Add $FreeBSD$ o Get errno from <errno.h>, but extern int errno. Submitted by: Tim Vanderhoek
* Introduce .Lb macro to libedit manpagephantom2000-04-221-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add 2 functions: el_data_set() and el_data_get() which do what youmdodd1999-08-201-1/+13
| | | | | | | | would expect. (Allow user data to be associated with an EditLine context). As this changes no existing interfaces and doesn't alter any structs visable to the user I've been told that its not necessary to bump the version of the library.
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Spelling corrections.jkoshy1998-06-061-1/+1
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-2/+4
|
* Fixed wrong prototype for history().bde1998-01-161-3/+3
| | | | Don't (mis)use .Fd outside of the synopsis.
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-2/+2
|
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-0/+532
some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
OpenPOWER on IntegriCloud