aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
Commit message (Expand)AuthorAgeFilesLines
...
* - Hide _rl_qsort_string_compare() that should be private to libreadline()Max Khon2011-11-292-1/+1
* Add $FreeBSD$'s.David E. O'Brien2011-04-142-0/+4
* * Add the readline(3) API to libedit. The libedit versions ofDavid E. O'Brien2011-04-058-4/+2997
* libedit: Try to map <Delete> to ed-delete-next-char.Jilles Tjoelker2010-09-052-2/+10
* libedit: Do not move the cursor for ed-delete-next-char in emacs mode.Jilles Tjoelker2010-09-031-7/+4
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* libedit: Reduce surprising behaviour with filename completion some more:Jilles Tjoelker2010-06-151-3/+7
* libedit: Allow simple quoting in filename completion.Jilles Tjoelker2010-06-152-11/+137
* libedit: Fix a bug that could make completion listings incomplete.Jilles Tjoelker2010-06-151-3/+2
* libedit: Add basic filename completion code from NetBSD.Jilles Tjoelker2010-06-133-1/+588
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-142-2/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-023-9/+0
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Merge NetBSD changes, among them:Stefan Farfeleder2007-06-105-117/+259
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Merge the following changes from NetBSD:Stefan Farfeleder2007-03-114-16/+37
* Merge the following changes from NetBSD:Stefan Farfeleder2007-03-119-95/+144
* Merge changes to the NetBSD copyright (advertising clause removal).Stefan Farfeleder2007-03-113-18/+6
* Merge NetBSD's revision 1.27. This bug can be observed eg. when browsingStefan Farfeleder2005-12-041-12/+34
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
* -mdoc sweep.Ruslan Ermilov2005-11-172-8/+11
* Add el_get to the NAME section.Stefan Farfeleder2005-10-201-1/+2
* Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch theStefan Farfeleder2005-10-042-14/+14
* Merge NetBSD's rev. 1.49:Stefan Farfeleder2005-10-041-6/+6
* Merge NetBSD's rev. 1.41:Stefan Farfeleder2005-10-041-3/+3
* Move <sys/cdefs.h> up to reduce diff to NetBSD.Stefan Farfeleder2005-08-101-2/+2
* Submitted to and merged from NetBSD (rev. 1.23 and 1.24):Stefan Farfeleder2005-08-101-6/+7
* NetBSD merged our typo fixes, update $NetBSD$.Stefan Farfeleder2005-08-096-6/+6
* Merge a change I missed in the last commit.Stefan Farfeleder2005-08-091-1/+1
* Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24.Stefan Farfeleder2005-08-091-1/+3
* Include <term.h> before #undef'ing key_clear.Stefan Farfeleder2005-08-081-0/+2
* Fix a few typos.Stefan Farfeleder2005-08-082-4/+4
* Don't forget to copy the sentinel into the `help' array. It's expected toStefan Farfeleder2005-08-081-2/+2
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-08-0738-1482/+2374
* Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 andStefan Farfeleder2005-08-073-5/+3
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* LANG->LC_ALLAndrey A. Chernov2003-08-041-1/+1
* Fix problem differently, useAndrey A. Chernov2003-08-041-1/+1
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'Andrey A. Chernov2003-08-041-1/+1
* The .Fn functionPhilippe Charnier2003-02-061-1/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-014-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-2/+2
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Write the strvis()'d string out to the history file in history_save(),Tim J. Robbins2002-10-141-1/+1