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