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