| Age | Commit message (Expand) | Author |
| 2010-12-16 | Observe the following spelling: | wiz |
| 2010-12-06 | Improve previous to avoid changing the interface of an externally | dholland |
| 2010-12-02 | add const, from PR 44183. | dholland |
| 2010-12-02 | Fix up bodgy code for printing completion matches; it used to sometimes | dholland |
| 2010-11-15 | don't increment i twice in the loop. From Michael Byrnes | christos |
| 2010-11-04 | PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 character | christos |
| 2010-10-23 | fix fd leak found by Igor Zinovik | christos |
| 2010-09-16 | unbreak readline history. | christos |
| 2010-08-28 | setup a callback to be invoked on resize buffers so that readline can | christos |
| 2010-08-04 | provide rl_on_newline | christos |
| 2010-07-21 | refresh only on SIGCONT not SIGWINCH from Edward Sheldrake | christos |
| 2010-07-19 | retry the read after sigwinch too, from Edward Sheldrake | christos |
| 2010-06-01 | tidy up memory allocation and don't unnecessarily print "./" before names. | christos |
| 2010-04-20 | Use the same hack for Solaris and MacOS/X. This is not right, we only really | christos |
| 2010-04-18 | \033 is more portable than \e still. | christos |
| 2010-04-18 | ffs needs strings.h | christos |
| 2010-04-18 | shame on solaris that is the last OS not supporting $() | christos |
| 2010-04-15 | From Jess Thrysoee | christos |
| 2010-04-15 | From Jess Thrysoee | christos |
| 2010-04-15 | From Jess Thrysoee | christos |
| 2010-04-15 | From Jess Thrysoee | christos |
| 2010-04-15 | From Jess Thrysoee: call setlocale so we can test UTF-8 | christos |
| 2010-04-15 | From Jess Thrysoee: add ifndef around def of _GNU_SOURCE | christos |
| 2010-03-22 | https://bugzilla.redhat.com/show_bug.cgi?id=575383 | christos |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2010-01-20 | PR/42646: Joachim Kuebart: Shell crashes in libedit when window size changes | christos |
| 2010-01-19 | Fix wrapper for EL_EDITOR, from Michael L. Hitch | christos |
| 2010-01-18 | PR/42637: Joachim Kuebart: Shell tab completion crashes due to libedit stack | christos |
| 2010-01-12 | - call the mapping function directly instead of el_wset(). | christos |
| 2010-01-12 | - in the argv conversion, handle NULL as NULL | christos |
| 2010-01-03 | Bump date for historyw -> history_w. | wiz |
| 2010-01-03 | rename historyw -> history_w for consistency. | christos |
| 2009-12-31 | expose the encode and decode string functions for the benefit of history | christos |
| 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-12-28 | reduce diff with tcsh | christos |
| 2009-12-28 | improve on the listing display by printing only one character after the | christos |
| 2009-12-28 | Reduce diff with tcsh's editor. No functional change intended. | christos |
| 2009-12-28 | Fix bug where tab completion on the second or > line that caused listing | christos |
| 2009-09-07 | apply apple patches from: | christos |
| 2009-08-31 | delete defined(sun), it could be invaded in the user namespace. Suggested | christos |
| 2009-08-30 | use __sun || sun instead of _SunOS, from Jess Thrysoee | 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 | Don't depend on side effects inside an assert | christos |
| 2009-07-22 | Fix memory leaks in error paths. | christos |
| 2009-07-22 | Always initialize nread since it is an out param. | christos |
| 2009-07-22 | Move filename to the scope it is being used. | christos |
| 2009-07-17 | Simplify the code. No functional change. | christos |