summaryrefslogtreecommitdiffstats
path: root/lib/libedit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset the terminal to its initial state before exiting a programschwarze2016-04-092-9/+25
* Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw2016-04-051-2/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-22/+1
* format string fixes in debug code;schwarze2016-03-227-32/+39
* Add NULL checkmartijn2016-03-221-2/+3
* Fix an obvious typo in a NUL check;schwarze2016-03-221-2/+2
* Christos Zoulas just rescinded clauses 3 & 4 of his licenses, seeschwarze2016-03-213-24/+3
* Markup fixes: use .Ev and .Er where appropriate.schwarze2016-03-211-8/+8
* fix el_{w,}getc documentation;schwarze2016-03-211-10/+48
* Make the read_char() function always take a wchar_t * argument.schwarze2016-03-218-41/+36
* Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze2016-03-217-34/+41
* Merge a few simple fixes from NetBSD:schwarze2016-03-211-6/+10
* Cleanup of standard header inclusion:schwarze2016-03-2033-170/+178
* delete useless "typedef int bool_t", use int directly;schwarze2016-03-202-7/+5
* Cleanup of private header inclusion:schwarze2016-03-2023-67/+61
* support WIDECHAR;schwarze2016-03-201-1/+7
* Use getline(3) rather than fgetln(3) because it is standardizedschwarze2016-03-204-42/+34