summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos
2019-06-07PR/54281: Jonathan Perkins: NUL terminate rl_line_buffer on modificationchristos
2019-06-07PR/54280: rl_completer_quote_characters should be const for readline compatchristos
2019-06-07PR/54279: Jonathan Perkins: Ignore adjacent start/end prompt ignore.christos
2019-04-26Follow the man page for EL_GETTC and not require a NULL terminated argumentchristos
2019-02-15PR/53983: Jonathan Perkins: Fix types for readline compatibilitychristos
2019-02-14PR/53981: Jonathan Perkins: history_list should null-terminatechristos
2019-01-10PR/53856: F. Aragon: editline/libedit not prompting colors in readline modechristos
2018-12-02Add a couple more readline compat functions.christos
2018-06-09Provide more compatibility with readline headers; now python-3.6.5 workschristos
2018-01-01Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.christos
2017-12-08For applications that don't issue their own prompt (like python)christos
2017-09-17PR lib/52547 - read_history (readline.c) should now sets history_length.kre
2017-09-05For readline emulation, don't reset the tty to "sane" (cooked) mode if wechristos
2017-09-01PR/51517: Jay West: Tty settings not restored on exitchristos
2017-04-21When doing filename autocompletion, append a trailing slash at the end of dir...abhinav
2017-01-09Make sure we take into account history_base when computing negative historychristos
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-13From Bastian Maerkisch, via Igno Schwarze:christos
2016-05-09GNU readline(3) regards history chronologically, that is, from thechristos
2016-05-09The libedit implementation of history_get() also differs from the GNUchristos
2016-05-08In stiffle_history(), trim excessive entries from the history and advancechristos
2016-05-06fix logic (Ingo Schwarze)christos
2016-04-18From Ingo Schwarze:christos
2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos
2016-02-24Make the read_char function always take a wchar_t * argument (Ingo Schwarze)christos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-16more include file cleanup (Ingo Schwarze)christos
2016-02-16From Ingo Scharze:christos
2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos
2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos
2016-02-15attribute unusedchristos
2016-02-15OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millertchristos
2016-02-15OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reykchristos
2015-06-02Adjust API to a more modern readline (Ryo Onodera)christos
2015-05-26- fix types of rl_completion_entry_function and rl_add_defunchristos
2015-04-01Fix overlapping strcpy (Gerry Swislow)christos
2015-03-24set some readline compatibility default key settings.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-15Fix typo in comment (Tobias Stoeckmann)christos
2014-07-06PR/48957: Federico G. Schwindt: Restore commented out code that brokechristos
2014-01-21... if called prior to using_history(). This needed to be worked aroundchristos
2013-08-28get rid of PATH_MAX.christos
2013-05-28expose rl_catch_signals and explain what we are doing.christos
2013-01-13explicitly pass (void *)0 instead of NULL.christos