Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update libedit to bring it into sync with the latest version from NetBSD. | 2010-06-30 | 1 | -592/+710 | |
| | | | | ok deraadt | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -4/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | fix rcs ids. ok sthen@ | 2009-06-21 | 1 | -2/+2 | |
| | |||||
* | typo fixed (overriden -> overridden) | 2008-11-09 | 1 | -2/+2 | |
| | | | | ok espie, jmc | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | 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@ | ||||
* | use asprintf() | 2005-11-14 | 1 | -5/+2 | |
| | |||||
* | Sync libedit to NetBSD libedit as of Nov 8, 2003. | 2003-11-25 | 1 | -382/+605 | |
| | | | | Tested by jmc@ djm@ and myself | ||||
* | Update to NetBSD libedit (from Oct 1, 2003), adding some string | 2003-10-31 | 1 | -0/+1908 | |
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@ |