summaryrefslogtreecommitdiffstats
path: root/lib/libedit/editline.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document el_wpush(3) and fix the description of el_push(3).schwarze2016-05-221-18/+22
* Simple sync with NetBSD, mostly to avoid confusion of arguments andschwarze2016-05-211-27/+36
* Fix the prototype used by EL_GETCFN, mention the associated typedef name,schwarze2016-05-211-19/+34
* Fix next_history() and previous_history():schwarze2016-05-101-2/+4
* New editline(7) manual, explaining to end-users how line editing worksschwarze2016-04-201-3/+4
* Markup fixes: use .Ev and .Er where appropriate.schwarze2016-03-211-8/+8
* fix el_{w,}getc documentation;schwarze2016-03-211-10/+48
* in the SYNOPSIS, make void function arguments explicitschwarze2015-09-141-4/+4
* missing commas at the end of .Nm lines in the NAME sectionschwarze2015-09-101-3/+3
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* merge improvements from NetBSD; ok jmc@ nicm@schwarze2014-12-151-10/+20
* markup fixes from Kaspars at Bankovskis dot net;schwarze2014-12-121-7/+12
* Add a H_SAVE_FP operation to history() which lets the history be savednicm2014-05-191-2/+7
* editline.3: editrc only read from $HOME; from LEVAI Danieljmc2013-01-101-4/+2
* Enable wide character functions in libedit (not the other libe*t).nicm2011-07-071-2/+54
* netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoeejmc2011-03-021-3/+3
* observe the following spelling:jmc2010-09-101-3/+3
* tweak previous;jmc2010-06-301-4/+2
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-76/+238
* Document return values, based on a diff from Ross Richardson.nicm2010-05-141-3/+8
* another Os out of order;jmc2010-05-091-2/+2
* Document that el_init can return NULL on failure, PR 6374 from rueda atnicm2010-05-091-3/+5
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* add el_get() to the Nm list;jmc2005-10-111-1/+2
* double word typos;jmc2005-09-091-2/+2
* remove an extra occurence of the word `succeeds'jfb2004-04-141-2/+2
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-4/+6
* encourage people to link with -lcurses rather than -ltermcap;jmc2003-11-031-3/+4
* Fix typo, which was already spotted by jmc@, but missing in the previousotto2003-11-011-2/+2
* Complete incomplete H_ADD description.otto2003-11-011-2/+6
* Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>.otto2003-10-311-2/+2
* Man pages fixes from jmc@otto2003-10-311-5/+4
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-53/+190
* functions should link with -lcurses, not -ltermcap;jmc2003-08-081-3/+3
* - typosjmc2003-05-231-4/+4
* Mostly punctuation fixes.aaron2000-04-151-2/+2
* - remove all trailing whitespaceaaron1999-07-091-9/+9
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-071-4/+4
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* builtin -> built-inaaron1999-05-121-7/+7
* make function names the correct casederaadt1999-02-271-4/+4
* fix misleading protod1999-01-051-2/+2
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-1/+2
* Man pages for libedit, from NetBSD.millert1997-01-161-0/+532