Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-02 | netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoee | Jason McIntyre | |
ok nicm | |||
2010-09-10 | observe 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-30 | tweak previous; | Jason McIntyre | |
2010-06-30 | Update libedit to bring it into sync with the latest version from NetBSD. | Nicholas Marriott | |
ok deraadt | |||
2010-05-14 | Document return values, based on a diff from Ross Richardson. | Nicholas Marriott | |
ok jmc | |||
2010-05-09 | another Os out of order; | Jason McIntyre | |
2010-05-09 | Document that el_init can return NULL on failure, PR 6374 from rueda at | Nicholas Marriott | |
devio.us. ok jmc | |||
2008-06-26 | First 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-31 | convert to new .Dd format; | Jason McIntyre | |
2005-10-11 | add el_get() to the Nm list; | Jason McIntyre | |
2005-09-09 | double word typos; | Jason McIntyre | |
from alexey e. suslikov; | |||
2004-04-14 | remove an extra occurence of the word `succeeds' | Jean-Francois Brousseau | |
ok jmc@ | |||
2003-11-25 | Sync libedit to NetBSD libedit as of Nov 8, 2003. | Otto Moerbeek | |
Tested by jmc@ djm@ and myself | |||
2003-11-03 | encourage people to link with -lcurses rather than -ltermcap; | Jason McIntyre | |
.Xr curses in SEE ALSO, suggested by otto@; ok otto@ | |||
2003-11-01 | Fix typo, which was already spotted by jmc@, but missing in the previous | Otto Moerbeek | |
commit. | |||
2003-11-01 | Complete incomplete H_ADD description. | Otto Moerbeek | |
Spotted and ok by jmc@ | |||
2003-10-31 | Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>. | Otto Moerbeek | |
10x | |||
2003-10-31 | Man pages fixes from jmc@ | Otto Moerbeek | |
2003-10-31 | Update to NetBSD libedit (from Oct 1, 2003), adding some string | Otto 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-08 | functions should link with -lcurses, not -ltermcap; | Jason McIntyre | |
pointed out by millert@ | |||
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-07 | The 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-16 | Cleanup 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-12 | builtin -> built-in | Aaron Campbell | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-01-05 | fix misleading proto | David Leonard | |
1997-03-14 | fix 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-16 | Man pages for libedit, from NetBSD. | Todd C. Miller | |