| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't segfault when trying to bind to an invalid command. While here, |  pascal | 2011-11-27 | 2 | -6/+7 |
* | Calculate the size for the wchar_t argv correctly, fixes memory |  nicm | 2011-11-17 | 1 | -8/+9 |
* | Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@ |  otto | 2011-07-13 | 1 | -5/+16 |
* | el_set EL_BIND or EL_SETTC must have argument lists ending with NULL. |  nicm | 2011-07-08 | 1 | -5/+5 |
* | Enable wide character functions in libedit (not the other libe*t). |  nicm | 2011-07-07 | 3 | -14/+79 |
* | sync with upstream, retaining local modifications. |  okan | 2011-07-07 | 17 | -230/+280 |
* | No need for files generated by depend. |  okan | 2011-06-25 | 8 | -520/+0 |
* | lots of back things happening in this signal handler, but at least |  deraadt | 2011-06-03 | 1 | -2/+3 |
* | Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet. |  stsp | 2011-04-04 | 2 | -4/+8 |
* | netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoee |  jmc | 2011-03-02 | 1 | -3/+3 |
* | Don't leak the fd returned by mkstemp in vi_histedit error paths. |  nicm | 2010-10-23 | 1 | -2/+7 |
* | observe the following spelling: |  jmc | 2010-09-10 | 1 | -3/+3 |
* | there's no tcsh page in base, so don;t bother xr'ing it; |  jmc | 2010-06-30 | 1 | -6/+3 |
* | tweak previous; |  jmc | 2010-06-30 | 1 | -4/+2 |
* | Update libedit to bring it into sync with the latest version from NetBSD. |  nicm | 2010-06-30 | 56 | -2365/+5824 |
* | Document return values, based on a diff from Ross Richardson. |  nicm | 2010-05-14 | 1 | -3/+8 |
* | another Os out of order; |  jmc | 2010-05-09 | 1 | -2/+2 |
* | Document that el_init can return NULL on failure, PR 6374 from rueda at |  nicm | 2010-05-09 | 1 | -3/+5 |
* | ellipses are not optional arguments; while here, fix a double .Ar/.Ar |  sobrado | 2010-01-25 | 1 | -3/+3 |
* | fix double full stop, find out by jmc@ when looking into another issue. |  sobrado | 2010-01-25 | 1 | -3/+3 |
* | Fix two memory leaks, one found by parfait, one by myself. |  jacekm | 2009-12-11 | 1 | -14/+35 |
* | a few leftovers from yesterday's SCCS/RCS-ID removal; |  schwarze | 2009-10-28 | 1 | -2/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 20 | -163/+20 |
* | fix rcs ids. ok sthen@ |  martynas | 2009-06-21 | 1 | -2/+2 |
* | typo fixed (overriden -> overridden) |  tobias | 2008-11-09 | 1 | -2/+2 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 5 | -42/+7 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 2 | -4/+4 |
* | advertising clauses that can be dropped |  deraadt | 2007-01-08 | 1 | -6/+2 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | use asprintf() |  deraadt | 2005-11-14 | 1 | -5/+2 |
* | add el_get() to the Nm list; |  jmc | 2005-10-11 | 1 | -1/+2 |
* | double word typos; |  jmc | 2005-09-09 | 1 | -2/+2 |
* | Make signal handler safe. From Michael Knudsen, many thanks. |  otto | 2005-05-22 | 1 | -5/+11 |
* | Fix fgetln handling and always increment the size if we need to realloc, |  otto | 2004-08-23 | 2 | -23/+38 |
* | errno changes, lib major version bumps, and general flag day |  marc | 2004-07-13 | 1 | -4/+1 |
* | remove an extra occurence of the word `succeeds' |  jfb | 2004-04-14 | 1 | -2/+2 |
* | Sync libedit to NetBSD libedit as of Nov 8, 2003. |  otto | 2003-11-25 | 20 | -496/+909 |
* | encourage people to link with -lcurses rather than -ltermcap; |  jmc | 2003-11-03 | 1 | -3/+4 |
* | Fix typo, which was already spotted by jmc@, but missing in the previous |  otto | 2003-11-01 | 1 | -2/+2 |
* | Complete incomplete H_ADD description. |  otto | 2003-11-01 | 1 | -2/+6 |
* | Sync command table to code. Spotted by jmc@. |  otto | 2003-11-01 | 1 | -5/+27 |
* | Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>. |  otto | 2003-10-31 | 1 | -2/+2 |
* | Man pages fixes from jmc@ |  otto | 2003-10-31 | 2 | -30/+22 |
* | Update to NetBSD libedit (from Oct 1, 2003), adding some string |  otto | 2003-10-31 | 45 | -8933/+12701 |
* | emptry -> empty; from Jared Yanovich |  jmc | 2003-10-22 | 1 | -2/+2 |
* | failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com, |  deraadt | 2003-08-11 | 1 | -10/+12 |
* | functions should link with -lcurses, not -ltermcap; |  jmc | 2003-08-08 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 36 | -235/+91 |
* | Correct string bounds; spotted by avsm@'s bounds checker. |  miod | 2003-06-01 | 1 | -6/+6 |
* | - typos |  jmc | 2003-05-23 | 1 | -4/+4 |