summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2021-09-26make flag unsigned to match prototype of the function usedchristos
2021-09-26- Completion should not add a quote at the end of the line to match anchristos
2021-09-10libedit: fix indentationrillig
2021-09-10Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)christos
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-09Add casts to appease conversions between wchar_t and wint_tchristos
2021-09-03Try to refactor this in order to correct some of the memory issueschristos
2021-08-30Add a changes filechristos
2021-08-29^W is traditionally bound to ed-delete-prev-word and not kill-regionchristos
2021-08-28Respect $EDITOR when execution one (Baptiste Daroussin)christos
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 verb to sentence.wiz
2021-08-15Disable attempts to handle EINTR and non-blocking I/O by default. It ischristos
2021-08-15Add a LINTED comment... Why doesn't NOTREACHED work?christos
2021-07-31s/dependend/dependent/andvar
2021-07-14Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alphachristos
2021-05-05PR/56147: Miroslav Lichvar: Avoid memory leak if strdup fails.christos
2021-03-28Only unescape when we are quoting and don't add a space if we are quotingchristos
2021-03-28document the flagchristos
2021-03-28Pass the unescaped filename the the append function so it has to do less workchristos
2021-03-27Add fn_complete2() that controls the quoting of the returned match.christos
2020-07-10Fix numeric variable handling in settc (lyzliyuzhi at 163 dot com)christos
2020-05-31use strlcpy() instead of strncpy() for gcc happinesschristos
2020-03-30patbuf must be updated if the length of patbuf is greater than or equal to 0....ryo
2020-03-30fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESHryo
2020-01-05PR lib/54510 - when user supplied completion function is there,abhinav
2020-01-05Summary: Remove over-simplified extraneous testtih
2019-12-10When 'attempted_completion_function' non-NULL, with a 'single_match'christos
2019-11-12PR/54654: Soren Tempel: Make sure el_cursor.v < el_terminal.t_size.v whenchristos
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-09add +1 to strlcpy's (Patrick Welche)christos
2019-10-08remore error(1) commentchristos
2019-10-08Change strncpy to either memcpy (when we know the len), or strlcpy (whenchristos
2019-09-15Fix type and remove cast (Yuichiro NAITO/FreeBSD).christos
2019-09-08PR lib/54510: Fix file completion inside quotes which broke in rev 1.53abhinav
2019-08-21Increment offset when adding an element to history to keep it aligned withchristos
2019-07-28PR/54415: Ricky Zhou: libedit stats completions for non-file completionschristos
2019-07-23remove stray bracechristos
2019-07-23put the NULL check immediately after the allocationchristos
2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos
2019-07-23PR/54400: Sören Tempel: out-of-bounds read in libedit c_delbeforechristos
2019-06-30Add a comment explaining why we don't use DO here. Correct the attributionchristos
2019-06-29PR/54329: Raphael Ross: According to https://www.gnu.org/software/termutils/\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