| Age | Commit message (Expand) | Author |
| 2012-03-20 | Use C89 function definitions | matt |
| 2011-07-12 | Move the savehandler assignment before setjmp() to avoid triggering | joerg |
| 2011-06-18 | PR/45069: Henning Petersen: Use prototypes from builtins.h . | christos |
| 2011-01-07 | Call el_source before initializing sh-specific editline properties (i.e. | jmmv |
| 2008-02-13 | Set unique mode for the history, so that repeating a command doesn't | joerg |
| 2006-10-16 | sprinkle volatile. | christos |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-03-06 | Make the -s flag of fc work correctly. Ensure that only one command is specified | aymeric |
| 2005-07-15 | Only do certain actions when we are trully interactive, not just when we | christos |
| 2005-05-09 | Only add the function when we initialize. Restore the binding of tab to | christos |
| 2005-05-07 | If 'set -o tabcomplete' it set, then bind <tab> to the libedit filename | dsl |
| 2003-10-27 | skip a leading `-' on the arg0 name when calling el_init() | lukem |
| 2003-10-19 | Let libedit handle signals so we resize properly. I might change my mind | christos |
| 2003-10-19 | Ensure that $TERM is set in the real environment before calling el_init(3) | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-13 | use bounded string op | itojun |
| 2003-05-04 | ANSIify. | gmcgarry |
| 2003-05-04 | Add new builtin 'inputrc' which allows keybindings to be redefined | gmcgarry |
| 2002-11-24 | Fixes from David Laight: | christos |
| 2002-03-12 | get rid of sp completely, we were free-ing a bogus pointer; found by simonb. | christos |
| 2001-02-04 | remove redundant declarations and nexted externs. | christos |
| 2000-11-06 | Call el_source() to use .editrc. | mycroft |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-01-27 | Fix bin/9184, bin/9194, bin/9265, bin/9266 | christos |
| 1999-07-09 | compile with WARNS = 2 | christos |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-05-20 | fix bug where if moving in history during a multi-line event, the | christos |
| 1998-04-07 | Change a few things to reference /usr/include/paths.h instead of local | fair |
| 1997-11-12 | Make this compile with -DSMALL and warnings on. | cjs |
| 1997-10-14 | PR/4257: Jaromir Dolecek: Update for libedit interface change. | christos |
| 1997-09-14 | getopt returns -1 not EOF | lukem |
| 1997-07-04 | Fix compiler warnings. | christos |
| 1997-04-11 | Track $TERM and call the appropriate editline(3) routine to update the | christos |
| 1997-03-14 | NO_HISTORY->SMALL | christos |
| 1997-03-13 | Fix problems with -DNO_HISTORY | christos |
| 1996-10-16 | PR/2808: Remove extraneous newlines from error routines (from FreeBSD) | christos |
| 1996-06-25 | change sethistsize() to take the history size as an argument so it can | christos |
| 1995-05-11 | Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 | christos |
| 1995-03-31 | 1. Don't core dump on 'fc -l' (From Gerard J van der Grinten) | christos |
| 1995-03-21 | convert to new RCS id conventions. | cgd |
| 1994-12-05 | clean up further. more patches from Jim Jegers | cgd |
| 1994-12-04 | from James Jegers <jimj@miller.cs.uwm.edu>: quiet -Wall, and squelch | cgd |
| 1994-06-11 | Add RCS ids. | mycroft |
| 1994-05-12 | Include appropriate header files to bring function prototypes into scope. | jtc |
| 1994-05-11 | 44lite code | jtc |