| Age | Commit message (Expand) | Author |
| 2017-10-27 | Add NULL check after doing memory allocation at a couple of places | abhinav |
| 2017-10-15 | Add copyright and rcs header to the test program. | abhinav |
| 2017-10-15 | Add support for escaping special characters when doing filename completion. | abhinav |
| 2017-10-11 | Fix typo in comment | abhinav |
| 2017-09-17 | PR lib/52547 - read_history (readline.c) should now sets history_length. | kre |
| 2017-09-16 | Fix indentation (convert spaces to tab) | abhinav |
| 2017-09-05 | For readline emulation, don't reset the tty to "sane" (cooked) mode if we | christos |
| 2017-09-02 | Remove trailing whitespace; convert Xr readline to Nm readline, since | wiz |
| 2017-09-01 | PR/51517: Jay West: Tty settings not restored on exit | christos |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-06-30 | Allow wide characters (properly encoded as byte strings according to LC_CTYPE) | kre |
| 2017-06-29 | Fix an obvious, but almost invisible typo (avoid some core dumps). | kre |
| 2017-06-27 | fix comment | christos |
| 2017-06-27 | add literal escape sequence support, patterned after the tcsh ones. | christos |
| 2017-06-27 | remove unused variable | christos |
| 2017-06-27 | - add literal sequence handling. | christos |
| 2017-06-27 | - handle literal escape sequence printing. | christos |
| 2017-06-27 | mention the limitation of the literal sequence delimiter. | christos |
| 2017-06-27 | Include EDITRC in doc. | kre |
| 2017-06-27 | Make the default editrc file be $EDITRC (from env) if set, falling back | kre |
| 2017-05-22 | Add DragonFly. | christos |
| 2017-04-21 | When doing filename autocompletion, append a trailing slash at the end of dir... | abhinav |
| 2017-04-10 | Add missing argument for H_SET. | abhinav |
| 2017-03-05 | one extra char for NUL. | christos |
| 2017-03-05 | Grow the buffer for event search if there was not enough space. | christos |
| 2017-01-09 | Make sure we take into account history_base when computing negative history | christos |
| 2017-01-09 | Make sure that argv is NULL terminated since functions like tty_stty rely | christos |
| 2016-12-11 | PR/51706: Amir Plivatsky: Fix memory leak | christos |
| 2016-11-07 | Change the way the built-in history works; some programs enter history | christos |
| 2016-10-31 | Fix file name auto completion in one specific case. | abhinav |
| 2016-10-28 | export rl_done | christos |
| 2016-10-28 | pass the stream to the getc function | christos |
| 2016-09-01 | fix typo | mbalmer |
| 2016-08-24 | more compatible with readline history functions. | christos |
| 2016-06-02 | Fix previous to better match readline behavior (Ingo Schwarze) | christos |
| 2016-06-02 | From Ingo Schwarze: | christos |
| 2016-05-31 | remove the right history entry (Ingo Schwarze) | christos |
| 2016-05-25 | abstract read code to a single function (Ingo Schwarze) | christos |
| 2016-05-24 | el_map.alt can't be NULL here (Ingo Schwarze) | christos |
| 2016-05-24 | remove debug read (Ingo Schwarze) | christos |
| 2016-05-24 | From Ingo Schwarze: | christos |
| 2016-05-22 | documentation improvements (Ingo Schwarze) | christos |
| 2016-05-22 | Stop the read module from poking the el_chared.c_macro data structure | christos |
| 2016-05-21 | Fix the prototype used by EL_GETCFN, mention the associated typedef | christos |
| 2016-05-13 | From Bastian Maerkisch, via Igno Schwarze: | christos |
| 2016-05-09 | s/protected/libedit_private/g | christos |
| 2016-05-09 | Instead of compiling all the source files together in one big file, use | christos |
| 2016-05-09 | Elide gcc warning about intermediate const casts caused by visibility change. | christos |
| 2016-05-09 | GNU readline(3) regards history chronologically, that is, from the | christos |
| 2016-05-09 | The libedit implementation of history_get() also differs from the GNU | christos |