| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a crash in stifle_history() that occurred when the history |  schwarze | 2016-05-31 | 1 | -2/+2 |
* | el_map.alt can never be NULL, delete dead code |  schwarze | 2016-05-25 | 1 | -4/+2 |
* | Saving errno in el_errno is only needed for one purpose: |  schwarze | 2016-05-25 | 3 | -35/+26 |
* | Remove debugging ifdefs. |  schwarze | 2016-05-24 | 2 | -72/+5 |
* | Improve modularization at the chared/read boundary, no functional change. |  schwarze | 2016-05-22 | 6 | -53/+63 |
* | Document el_wpush(3) and fix the description of el_push(3). |  schwarze | 2016-05-22 | 2 | -39/+42 |
* | Simple sync with NetBSD, mostly to avoid confusion of arguments and |  schwarze | 2016-05-21 | 1 | -27/+36 |
* | Fix the prototype used by EL_GETCFN, mention the associated typedef name, |  schwarze | 2016-05-21 | 1 | -19/+34 |
* | Move the declaration of the function pointer type el_rfunc_t |  schwarze | 2016-05-20 | 5 | -28/+35 |
* | Enable separate compilation while keeping internal interfaces hidden. |  schwarze | 2016-05-10 | 3 | -37/+7 |
* | Fix next_history() and previous_history(): |  schwarze | 2016-05-10 | 3 | -8/+34 |
* | Fix history_get(): |  schwarze | 2016-05-10 | 1 | -8/+20 |
* | Fix stifle_history(): Remove excessive entries, if any. |  schwarze | 2016-05-09 | 1 | -2/+14 |
* | Change where_history() to agree with the GNU implementation: |  schwarze | 2016-05-08 | 1 | -4/+7 |
* | Make the history_set_pos() return values agree with the GNU implementation. |  schwarze | 2016-05-08 | 1 | -5/+5 |
* | typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD) |  schwarze | 2016-05-06 | 2 | -6/+6 |
* | Replace the generated file "fcns.c" by a simpler header "func.h" |  schwarze | 2016-05-06 | 16 | -45/+49 |
* | Combine help.h and help.c into a simplified help.h |  schwarze | 2016-05-03 | 4 | -31/+11 |
* | The files editline.c, historyn.c, and tokenizern.c are completely |  schwarze | 2016-05-03 | 5 | -43/+38 |
* | Initialize the search buffer. |  schwarze | 2016-04-28 | 1 | -1/+2 |
* | delete unused -m option; |  schwarze | 2016-04-20 | 1 | -39/+1 |
* | New editline(7) manual, explaining to end-users how line editing works |  schwarze | 2016-04-20 | 4 | -207/+940 |
* | Delete redundant, empty callbacks; |  schwarze | 2016-04-18 | 3 | -133/+33 |
* | Re-introduce the following commit: |  schwarze | 2016-04-13 | 1 | -2/+2 |
* | Cleanup, no functional change: |  schwarze | 2016-04-12 | 1 | -16/+10 |
* | * Delete the unimplemented feature XK_EXE. |  schwarze | 2016-04-12 | 4 | -29/+8 |
* | delete the "private" and "public" preprocessor macros, just use standard C; |  schwarze | 2016-04-11 | 20 | -252/+245 |
* | Clean up chartype.h: |  schwarze | 2016-04-11 | 4 | -25/+14 |
* | get rid of the non-standard data type "Char" in almost all files; |  schwarze | 2016-04-11 | 32 | -378/+375 |
* | Move wrapper macros to the two files actually needing them: |  schwarze | 2016-04-11 | 20 | -179/+195 |
* | For pointers, use NULL rather than 0; no functional change; |  schwarze | 2016-04-09 | 2 | -6/+6 |
* | Delete 26 wrapper macros and two wrapper functions that are no |  schwarze | 2016-04-09 | 16 | -148/+113 |
* | Always compile with WIDECHAR on and delete that preprocessor switch. |  schwarze | 2016-04-09 | 17 | -184/+27 |
* | Reset the terminal to its initial state before exiting a program |  schwarze | 2016-04-09 | 2 | -9/+25 |
* | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). |  krw | 2016-04-05 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -22/+1 |
* | format string fixes in debug code; |  schwarze | 2016-03-22 | 7 | -32/+39 |
* | Add NULL check |  martijn | 2016-03-22 | 1 | -2/+3 |
* | Fix an obvious typo in a NUL check; |  schwarze | 2016-03-22 | 1 | -2/+2 |
* | Christos Zoulas just rescinded clauses 3 & 4 of his licenses, see |  schwarze | 2016-03-21 | 3 | -24/+3 |
* | Markup fixes: use .Ev and .Er where appropriate. |  schwarze | 2016-03-21 | 1 | -8/+8 |
* | fix el_{w,}getc documentation; |  schwarze | 2016-03-21 | 1 | -10/+48 |
* | Make the read_char() function always take a wchar_t * argument. |  schwarze | 2016-03-21 | 8 | -41/+36 |
* | Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3). |  schwarze | 2016-03-21 | 7 | -34/+41 |
* | Merge a few simple fixes from NetBSD: |  schwarze | 2016-03-21 | 1 | -6/+10 |
* | Cleanup of standard header inclusion: |  schwarze | 2016-03-20 | 33 | -170/+178 |
* | delete useless "typedef int bool_t", use int directly; |  schwarze | 2016-03-20 | 2 | -7/+5 |
* | Cleanup of private header inclusion: |  schwarze | 2016-03-20 | 23 | -67/+61 |
* | support WIDECHAR; |  schwarze | 2016-03-20 | 1 | -1/+7 |
* | Use getline(3) rather than fgetln(3) because it is standardized |  schwarze | 2016-03-20 | 4 | -42/+34 |