summaryrefslogtreecommitdiffstats
path: root/lib/libedit (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-4/+4
* Correct the length of read from file, wide character buffer, add NULasou2019-09-041-5/+5
* Correct the length for argument of reallocarray(). This fix the SEGVasou2019-09-031-2/+2
* read() returns -1 on failureasou2019-08-141-2/+2
* Initialize the line buffer by zero when allocation. This fixes theyasuoka2019-08-071-5/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* Terminate NULL in argv. This fix is come from 1.31 from NetBSDyasuoka2019-01-291-2/+3
* Fix the inter-library dependency for libedit and libreadline.yasuoka2019-01-151-3/+3
* Record an inter-library dependency on libcurses in libedit and libreadline,sthen2018-11-141-1/+4
* In re_fastputc(), set lastline to the new line, not the previousmillert2018-10-111-2/+2
* remove the remaining references to .depend files since nothing creates themnaddy2017-10-171-2/+2
* Initialize "old" screen buffer lines before use; otherwise, they wouldschwarze2017-07-261-8/+10
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+2
* Generate source and header files for regress on demand.bluhm2017-07-031-4/+6
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+2
* Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).tb2017-04-124-38/+17
* Fix a crash in stifle_history() that occurred when the historyschwarze2016-05-311-2/+2
* el_map.alt can never be NULL, delete dead codeschwarze2016-05-251-4/+2
* Saving errno in el_errno is only needed for one purpose:schwarze2016-05-253-35/+26
* Remove debugging ifdefs.schwarze2016-05-242-72/+5
* Improve modularization at the chared/read boundary, no functional change.schwarze2016-05-226-53/+63
* Document el_wpush(3) and fix the description of el_push(3).schwarze2016-05-222-39/+42
* Simple sync with NetBSD, mostly to avoid confusion of arguments andschwarze2016-05-211-27/+36
* Fix the prototype used by EL_GETCFN, mention the associated typedef name,schwarze2016-05-211-19/+34
* Move the declaration of the function pointer type el_rfunc_tschwarze2016-05-205-28/+35
* Enable separate compilation while keeping internal interfaces hidden.schwarze2016-05-103-37/+7
* Fix next_history() and previous_history():schwarze2016-05-103-8/+34
* Fix history_get():schwarze2016-05-101-8/+20
* Fix stifle_history(): Remove excessive entries, if any.schwarze2016-05-091-2/+14
* Change where_history() to agree with the GNU implementation:schwarze2016-05-081-4/+7
* Make the history_set_pos() return values agree with the GNU implementation.schwarze2016-05-081-5/+5
* typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)schwarze2016-05-062-6/+6
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-0616-45/+49
* Combine help.h and help.c into a simplified help.hschwarze2016-05-034-31/+11
* The files editline.c, historyn.c, and tokenizern.c are completelyschwarze2016-05-035-43/+38
* Initialize the search buffer.schwarze2016-04-281-1/+2
* delete unused -m option;schwarze2016-04-201-39/+1
* New editline(7) manual, explaining to end-users how line editing worksschwarze2016-04-204-207/+940
* Delete redundant, empty callbacks;schwarze2016-04-183-133/+33
* Re-introduce the following commit:schwarze2016-04-131-2/+2
* Cleanup, no functional change:schwarze2016-04-121-16/+10
* * Delete the unimplemented feature XK_EXE.schwarze2016-04-124-29/+8
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-1120-252/+245
* Clean up chartype.h:schwarze2016-04-114-25/+14
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-1132-378/+375
* Move wrapper macros to the two files actually needing them:schwarze2016-04-1120-179/+195
* For pointers, use NULL rather than 0; no functional change;schwarze2016-04-092-6/+6
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-0916-148/+113
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-0917-184/+27