summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
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
2016-04-12Cleanup, no functional change:Ingo Schwarze
2016-04-12* Delete the unimplemented feature XK_EXE.Ingo Schwarze
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11Clean up chartype.h:Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-09For pointers, use NULL rather than 0; no functional change;Ingo Schwarze
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noIngo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-04-09Reset the terminal to its initial state before exiting a programIngo Schwarze
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-22format string fixes in debug code;Ingo Schwarze
2016-03-22Add NULL checkmartijn
2016-03-22Fix an obvious typo in a NUL check;Ingo Schwarze
2016-03-21Christos Zoulas just rescinded clauses 3 & 4 of his licenses, seeIngo Schwarze
2016-03-21Markup fixes: use .Ev and .Er where appropriate.Ingo Schwarze
2016-03-21fix el_{w,}getc documentation;Ingo Schwarze
2016-03-21Make the read_char() function always take a wchar_t * argument.Ingo Schwarze
2016-03-21Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).Ingo Schwarze