summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2023-10-17Update ncurses and associated libraries (form, panel, menu) toNicholas Marriott
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-08-14when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCKIngo Schwarze
2021-08-13Stop using a while loop for code that runs at most once,Ingo Schwarze
2021-08-12Stop playing hopeless games with FIONBIO.Ingo Schwarze
2021-08-11Only enter the sig_no switch if we actually return from read(2) withMartijn van Duren
2021-08-10While el_gets(3) and el_wgets(3) wait for user input, no longer ignoreIngo Schwarze
2021-08-09Unifdef read__fixio() to make it readable.Ingo Schwarze
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2019-09-04Correct the length of read from file, wide character buffer, add NULasou
2019-09-03Correct the length for argument of reallocarray(). This fix the SEGVasou
2019-08-14read() returns -1 on failureasou
2019-08-07Initialize the line buffer by zero when allocation. This fixes theYASUOKA Masahiko
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-01-29Terminate NULL in argv. This fix is come from 1.31 from NetBSDYASUOKA Masahiko
2019-01-15Fix the inter-library dependency for libedit and libreadline.YASUOKA Masahiko
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,Stuart Henderson
2018-10-11In re_fastputc(), set lastline to the new line, not the previousTodd C. Miller
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-07-26Initialize "old" screen buffer lines before use; otherwise, they wouldIngo Schwarze
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-03Generate source and header files for regress on demand.Alexander Bluhm
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-04-12Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).Theo Buehler
2016-05-31Fix a crash in stifle_history() that occurred when the historyIngo Schwarze
2016-05-25el_map.alt can never be NULL, delete dead codeIngo Schwarze
2016-05-25Saving errno in el_errno is only needed for one purpose:Ingo Schwarze
2016-05-24Remove debugging ifdefs.Ingo Schwarze
2016-05-22Improve modularization at the chared/read boundary, no functional change.Ingo Schwarze
2016-05-22Document el_wpush(3) and fix the description of el_push(3).Ingo Schwarze
2016-05-21Simple sync with NetBSD, mostly to avoid confusion of arguments andIngo Schwarze
2016-05-21Fix the prototype used by EL_GETCFN, mention the associated typedef name,Ingo Schwarze
2016-05-20Move the declaration of the function pointer type el_rfunc_tIngo Schwarze
2016-05-10Enable separate compilation while keeping internal interfaces hidden.Ingo Schwarze
2016-05-10Fix next_history() and previous_history():Ingo Schwarze
2016-05-10Fix history_get():Ingo Schwarze
2016-05-09Fix stifle_history(): Remove excessive entries, if any.Ingo Schwarze
2016-05-08Change where_history() to agree with the GNU implementation:Ingo Schwarze
2016-05-08Make the history_set_pos() return values agree with the GNU implementation.Ingo Schwarze
2016-05-06typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)Ingo Schwarze
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"Ingo Schwarze
2016-05-03Combine help.h and help.c into a simplified help.hIngo Schwarze
2016-05-03The files editline.c, historyn.c, and tokenizern.c are completelyIngo Schwarze
2016-04-28Initialize the search buffer.Ingo Schwarze
2016-04-20delete unused -m option;Ingo Schwarze
2016-04-20New editline(7) manual, explaining to end-users how line editing worksIngo Schwarze
2016-04-18Delete redundant, empty callbacks;Ingo Schwarze
2016-04-13Re-introduce the following commit:Ingo Schwarze