| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $FreeBSD$'s. | obrien | 2011-04-14 | 2 | -0/+4 |
* | * Add the readline(3) API to libedit. The libedit versions of | obrien | 2011-04-05 | 8 | -4/+2997 |
* | libedit: Try to map <Delete> to ed-delete-next-char. | jilles | 2010-09-05 | 2 | -2/+10 |
* | libedit: Do not move the cursor for ed-delete-next-char in emacs mode. | jilles | 2010-09-03 | 1 | -7/+4 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | libedit: Reduce surprising behaviour with filename completion some more: | jilles | 2010-06-15 | 1 | -3/+7 |
* | libedit: Allow simple quoting in filename completion. | jilles | 2010-06-15 | 2 | -11/+137 |
* | libedit: Fix a bug that could make completion listings incomplete. | jilles | 2010-06-15 | 1 | -3/+2 |
* | libedit: Add basic filename completion code from NetBSD. | jilles | 2010-06-13 | 3 | -1/+588 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 2 | -2/+2 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 3 | -9/+0 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | Merge NetBSD changes, among them: | stefanf | 2007-06-10 | 5 | -117/+259 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Merge the following changes from NetBSD: | stefanf | 2007-03-11 | 4 | -16/+37 |
* | Merge the following changes from NetBSD: | stefanf | 2007-03-11 | 9 | -95/+144 |
* | Merge changes to the NetBSD copyright (advertising clause removal). | stefanf | 2007-03-11 | 3 | -18/+6 |
* | Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing | stefanf | 2005-12-04 | 1 | -12/+34 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+1 |
* | -mdoc sweep. | ru | 2005-11-17 | 2 | -8/+11 |
* | Add el_get to the NAME section. | stefanf | 2005-10-20 | 1 | -1/+2 |
* | Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch the | stefanf | 2005-10-04 | 2 | -14/+14 |
* | Merge NetBSD's rev. 1.49: | stefanf | 2005-10-04 | 1 | -6/+6 |
* | Merge NetBSD's rev. 1.41: | stefanf | 2005-10-04 | 1 | -3/+3 |
* | Move <sys/cdefs.h> up to reduce diff to NetBSD. | stefanf | 2005-08-10 | 1 | -2/+2 |
* | Submitted to and merged from NetBSD (rev. 1.23 and 1.24): | stefanf | 2005-08-10 | 1 | -6/+7 |
* | NetBSD merged our typo fixes, update $NetBSD$. | stefanf | 2005-08-09 | 6 | -6/+6 |
* | Merge a change I missed in the last commit. | stefanf | 2005-08-09 | 1 | -1/+1 |
* | Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24. | stefanf | 2005-08-09 | 1 | -1/+3 |
* | Include <term.h> before #undef'ing key_clear. | stefanf | 2005-08-08 | 1 | -0/+2 |
* | Fix a few typos. | stefanf | 2005-08-08 | 2 | -4/+4 |
* | Don't forget to copy the sentinel into the `help' array. It's expected to | stefanf | 2005-08-08 | 1 | -2/+2 |
* | Sync libedit with recent NetBSD developments. Including improvements to the | stefanf | 2005-08-07 | 38 | -1482/+2374 |
* | Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and | stefanf | 2005-08-07 | 3 | -5/+3 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 2 | -3/+3 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | LANG->LC_ALL | ache | 2003-08-04 | 1 | -1/+1 |
* | Fix problem differently, use | ache | 2003-08-04 | 1 | -1/+1 |
* | Fix double-wrong tr usage: tr '[a-z]' '[A-Z]' | ache | 2003-08-04 | 1 | -1/+1 |
* | The .Fn function | charnier | 2003-02-06 | 1 | -1/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 4 | -4/+4 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+2 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Write the strvis()'d string out to the history file in history_save(), | tjr | 2002-10-14 | 1 | -1/+1 |
* | FreeBSD's libedit does not include NetBSD's readline emulation code. | tjr | 2002-10-13 | 1 | -4/+3 |