summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2018-02-26PR/53058: Nikhil Benesch: use correctly typed variables (wchar_t vs wint_t)christos
2018-01-01Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.christos
2017-12-23The order in which the arguments to a function are evaluated isuwe
2017-12-08For applications that don't issue their own prompt (like python)christos
2017-10-27Add NULL check after doing memory allocation at a couple of placesabhinav
2017-10-15Add copyright and rcs header to the test program.abhinav
2017-10-15Add support for escaping special characters when doing filename completion.abhinav
2017-10-11Fix typo in commentabhinav
2017-09-17PR lib/52547 - read_history (readline.c) should now sets history_length.kre
2017-09-16Fix indentation (convert spaces to tab)abhinav
2017-09-05For readline emulation, don't reset the tty to "sane" (cooked) mode if wechristos
2017-09-02Remove trailing whitespace; convert Xr readline to Nm readline, sincewiz
2017-09-01PR/51517: Jay West: Tty settings not restored on exitchristos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-06-30Allow wide characters (properly encoded as byte strings according to LC_CTYPE)kre
2017-06-29Fix an obvious, but almost invisible typo (avoid some core dumps).kre
2017-06-27fix commentchristos
2017-06-27add literal escape sequence support, patterned after the tcsh ones.christos
2017-06-27remove unused variablechristos
2017-06-27- add literal sequence handling.christos
2017-06-27- handle literal escape sequence printing.christos
2017-06-27mention the limitation of the literal sequence delimiter.christos
2017-06-27Include EDITRC in doc.kre
2017-06-27Make the default editrc file be $EDITRC (from env) if set, falling backkre
2017-05-22Add DragonFly.christos
2017-04-21When doing filename autocompletion, append a trailing slash at the end of dir...abhinav
2017-04-10Add missing argument for H_SET.abhinav
2017-03-05one extra char for NUL.christos
2017-03-05Grow the buffer for event search if there was not enough space.christos
2017-01-09Make sure we take into account history_base when computing negative historychristos
2017-01-09Make sure that argv is NULL terminated since functions like tty_stty relychristos
2016-12-11PR/51706: Amir Plivatsky: Fix memory leakchristos
2016-11-07Change the way the built-in history works; some programs enter historychristos
2016-10-31Fix file name auto completion in one specific case.abhinav
2016-10-28export rl_donechristos
2016-10-28pass the stream to the getc functionchristos
2016-09-01fix typombalmer
2016-08-24more compatible with readline history functions.christos
2016-06-02Fix previous to better match readline behavior (Ingo Schwarze)christos
2016-06-02From Ingo Schwarze:christos
2016-05-31remove the right history entry (Ingo Schwarze)christos
2016-05-25abstract read code to a single function (Ingo Schwarze)christos
2016-05-24el_map.alt can't be NULL here (Ingo Schwarze)christos
2016-05-24remove debug read (Ingo Schwarze)christos
2016-05-24From Ingo Schwarze:christos
2016-05-22documentation improvements (Ingo Schwarze)christos
2016-05-22Stop the read module from poking the el_chared.c_macro data structurechristos
2016-05-21Fix the prototype used by EL_GETCFN, mention the associated typedefchristos
2016-05-13From Bastian Maerkisch, via Igno Schwarze:christos
2016-05-09s/protected/libedit_private/gchristos