| Age | Commit message (Expand) | Author |
| 2009-12-31 | - Document and enable wide character support. | christos |
| 2009-12-30 | Fix wide build, test it, but don't turn it on yet. | christos |
| 2009-12-30 | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | christos |
| 2009-07-25 | Ignore comment lines in .editrc from Jess Thrysoee | christos |
| 2009-07-22 | Only need path if we have issetugid... From Anon Ymous | christos |
| 2009-07-22 | Move filename to the scope it is being used. | christos |
| 2009-05-11 | restore binary compatibility by providing new prompt functions that take | christos |
| 2009-03-31 | Implement literal prompt sequences. Now someone can implement | christos |
| 2009-02-21 | back out all prompt changes. they are not needed. | christos |
| 2009-02-19 | Order of evaluation of arguments is undefined, so call va_arg() in an | cube |
| 2009-02-17 | allow for a prompt argument. | christos |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-09-10 | Allow a single process to control multiple ttys (for pthreads using _REENTRANT) | christos |
| 2008-04-05 | add EL_REFRESH for the benefit of readline | christos |
| 2006-12-15 | add EL_GETFP, and EL_SETFP. | christos |
| 2006-11-25 | s/el->errfile/el->el_errfile/g in debug code, fixes MKDEBUGLIB build. | freza |
| 2006-11-24 | - Add more readline functions, enough for gdb-6.5 | christos |
| 2005-08-19 | PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not work | christos |
| 2005-08-01 | Don't reset the macro strings each time we enter el_gets(), otherwise | christos |
| 2004-07-08 | PR/23486: Andreas Gustafsson: gdb no longer works with emacs | christos |
| 2004-02-27 | Better fix for rl_prep_terminal() from Gerry Swislow. | christos |
| 2004-02-21 | Separate tty separation from the prompt printing function. From Gerry Swislow. | christos |
| 2003-10-18 | change allocation policy in el_push to allocate the string itself. | christos |
| 2003-10-16 | More libedit readline emulation functions from: Gerry Swislow | christos |
| 2003-09-26 | Implement enough of readline's 4.0 async mode to make gdb happy. This is | christos |
| 2003-09-14 | - provide enough hooks to compile gdb-5.3 | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-19 | From michael@moria.de: | christos |
| 2002-11-12 | Avoid strict alias warning. | thorpej |
| 2002-03-18 | - constify; passes all gcc and lint strict checks. | christos |
| 2002-02-03 | Don't use HAVE_ yet. | christos |
| 2002-02-03 | Fix a warning. | christos |
| 2001-11-08 | Remove an unused variable. | mycroft |
| 2001-11-02 | If term_init() fails, cleanup and return NULL. This avoids other lossage. | christos |
| 2001-10-09 | PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs. | christos |
| 2001-09-27 | PR/14067: Anthony Mallet: Provide a programmatic way to set the read_char | christos |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-01-05 | depoison the pure editline code from readline compatibility hacks. | christos |
| 2000-11-11 | - add support for home and end keys. | christos |
| 2000-09-04 | convert to new style guide, which includes: | lukem |
| 2000-08-02 | make xxgdb and a gdb linked with libedit's readline emulation work | chuck |
| 2000-06-28 | Only look in home directory for .editrc. (Discussed with Christos.) | sommerfeld |
| 2000-05-15 | don't dump core on empty files. | christos |
| 1999-11-12 | - implement printing a right-side prompt. code derived from similar work | lukem |
| 1999-09-21 | * in el_source(): | lukem |
| 1999-07-02 | More trailing white space. | simonb |
| 1998-12-12 | delint | christos |
| 1998-09-28 | fix core-dump caused by maps not being initialized before tty is called. | christos |
| 1998-07-29 | * add more checks for NULL pointers in passed arguments | lukem |
| 1998-05-20 | el_init takes a third stream argument and add el_beep. | christos |