summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2021-09-10libedit: fix indentationrillig
2021-09-10rl_startup_hook should be called each time. From Carlos Henrique Lima Melarachristos
2021-09-09fix memory issues found by fuzzing (double frees and buffer overflows)christos
2021-09-03Try to refactor this in order to correct some of the memory issueschristos
2021-08-21PR/56370: mirabilos: libedit change from 2017 kills history in gdbchristos
2021-08-21Add more api to make gdb-11 happy (but not gdbtui as usual)christos
2021-08-15libedit: simplify calls to macro ADD_STRINGrillig
2021-08-15readline: fix lint warning about effective unconst castrillig
2021-08-15Add a LINTED comment... Why doesn't NOTREACHED work?christos
2019-10-09add +1 to strlcpy's (Patrick Welche)christos
2019-10-08Change strncpy to either memcpy (when we know the len), or strlcpy (whenchristos
2019-08-21Increment offset when adding an element to history to keep it aligned withchristos
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