summaryrefslogtreecommitdiff
path: root/lib/libedit/editline.3
AgeCommit message (Collapse)Author
2011-03-02netbsd -r1.75: Fix argument for EL_EDITOR; from Jess ThrysoeeJason McIntyre
ok nicm
2010-09-10observe the following spelling:Jason McIntyre
- wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream;
2010-06-30tweak previous;Jason McIntyre
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
ok deraadt
2010-05-14Document return values, based on a diff from Ross Richardson.Nicholas Marriott
ok jmc
2010-05-09another Os out of order;Jason McIntyre
2010-05-09Document that el_init can return NULL on failure, PR 6374 from rueda atNicholas Marriott
devio.us. ok jmc
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2005-10-11add el_get() to the Nm list;Jason McIntyre
2005-09-09double word typos;Jason McIntyre
from alexey e. suslikov;
2004-04-14remove an extra occurence of the word `succeeds'Jean-Francois Brousseau
ok jmc@
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.Otto Moerbeek
Tested by jmc@ djm@ and myself
2003-11-03encourage people to link with -lcurses rather than -ltermcap;Jason McIntyre
.Xr curses in SEE ALSO, suggested by otto@; ok otto@
2003-11-01Fix typo, which was already spotted by jmc@, but missing in the previousOtto Moerbeek
commit.
2003-11-01Complete incomplete H_ADD description.Otto Moerbeek
Spotted and ok by jmc@
2003-10-31Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>.Otto Moerbeek
10x
2003-10-31Man pages fixes from jmc@Otto Moerbeek
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringOtto Moerbeek
cleaning and history bug fixes. The code includes GNU libreadline functionality, but the corresponding header files are not installed, since some libreadline functions are missing. There are some minor API changes, notably: old: EditLine *el_init(const char *, FILE *, FILE *); new: EditLine *el_init(const char *, FILE *, FILE *, FILE *); old: HistEvent *history(History *h, int op, ...); new: int history(History *h, HistEvent *ev, int op, ...); plus some changes in operation names. See editline(3) for details. Tested by djm@, mouring@, jmc@. ok deraadt@
2003-08-08functions should link with -lcurses, not -ltermcap;Jason McIntyre
pointed out by millert@
2003-05-23- typosJason McIntyre
- whitespace at EOL - new sentence, new line
2000-04-15Mostly punctuation fixes.Aaron Campbell
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-12builtin -> built-inAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1999-01-05fix misleading protoDavid Leonard
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
Some strcpy() -> strncpy (from NetBSD) Some KNF Add current NetBSD tags
1997-01-16Man pages for libedit, from NetBSD.Todd C. Miller