summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
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
2019-04-26Follow the man page for EL_GETTC and not require a NULL terminated argumentchristos
2019-04-20PR lib/54131 - declare the loop variable outside the for loopabhinav
2019-04-12PR/52359: Benjamin Lorenz: When resizing because of a signal save and restorechristos
2019-04-12PR/54117: Paavo Helde: Fix memory overrun: Account for the closing quotechristos
2019-03-31Perform quoting of filename completions when there are multiple matches as wellabhinav
2019-03-24Only quote the completion matches if we are doing filename completionabhinav
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
2019-01-04Fix mis-applied change in previous. Don't increment r_oldcv twice.uwe
2018-12-02Add a couple more readline compat functions.christos
2018-11-29Fix off by one <tsahara at iij>christos
2018-11-25From Yuichiro Naito (FreeBSD):christos
2018-11-25From Yuichiro Naito (FreeBSD):christos
2018-11-24PR/53682: Jordan Lewis: use newlines instead of padded spaces when restoringchristos
2018-11-18fix compilationchristos
2018-11-18Remove utf-8 requirement (Yuichiro NAITO)christos
2018-10-23Apply revisions 1.21, 1.22 from OpenBSD:christos
2018-09-13Fix editing mistake, remove ) from func call that is now gone.kre
2018-09-13more efficient to use decode_result :-) Pointed out by kre@christos
2018-09-12PR/53597: Yasuhiro Horimoto: Avoid segmentation fault in bad history file.christos
2018-06-09Provide more compatibility with readline headers; now python-3.6.5 workschristos
2018-05-04fix uninitializedchristos
2018-05-04Handle filename autocompletion when the cursor is at a backslash or quote cha...abhinav
2018-05-02Add '*' and '[' to the list of characters which need escaping during autocomp...abhinav
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