| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -26/+20 |
* | Remove debugging ifdefs. |  schwarze | 2016-05-24 | 1 | -70/+3 |
* | Improve modularization at the chared/read boundary, no functional change. |  schwarze | 2016-05-22 | 1 | -9/+50 |
* | Move the declaration of the function pointer type el_rfunc_t |  schwarze | 2016-05-20 | 1 | -10/+17 |
* | Replace the generated file "fcns.c" by a simpler header "func.h" |  schwarze | 2016-05-06 | 1 | -2/+3 |
* | 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 | 1 | -11/+1 |
* | delete the "private" and "public" preprocessor macros, just use standard C; |  schwarze | 2016-04-11 | 1 | -14/+14 |
* | get rid of the non-standard data type "Char" in almost all files; |  schwarze | 2016-04-11 | 1 | -13/+11 |
* | Move wrapper macros to the two files actually needing them: |  schwarze | 2016-04-11 | 1 | -5/+5 |
* | Delete 26 wrapper macros and two wrapper functions that are no |  schwarze | 2016-04-09 | 1 | -6/+6 |
* | Always compile with WIDECHAR on and delete that preprocessor switch. |  schwarze | 2016-04-09 | 1 | -41/+1 |
* | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). |  krw | 2016-04-05 | 1 | -2/+2 |
* | format string fixes in debug code; |  schwarze | 2016-03-22 | 1 | -2/+2 |
* | Make the read_char() function always take a wchar_t * argument. |  schwarze | 2016-03-21 | 1 | -15/+12 |
* | Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3). |  schwarze | 2016-03-21 | 1 | -7/+11 |
* | Merge a few simple fixes from NetBSD: |  schwarze | 2016-03-21 | 1 | -6/+10 |
* | Cleanup of standard header inclusion: |  schwarze | 2016-03-20 | 1 | -3/+6 |
* | Get rid of "#ifdef WIDECHAR" and one goto in read_char(), |  schwarze | 2016-03-20 | 1 | -12/+6 |
* | Delete the weird IGNORE_EXTCHARS flag, simplifying the code |  schwarze | 2016-03-20 | 1 | -11/+3 |
* | Fix read_char() for the non-UTF-8 case, in particular for systems |  schwarze | 2016-03-20 | 1 | -5/+12 |
* | Fix the CHARSET_IS_UTF8 case in read_char(). |  schwarze | 2016-03-20 | 1 | -19/+40 |
* | remove some whitespace differences with NetBSD; no change with diff -b |  schwarze | 2016-01-31 | 1 | -12/+12 |
* | Fifth step in synching with NetBSD: |  schwarze | 2016-01-30 | 1 | -4/+4 |
* | Fourth step in synching with NetBSD: |  schwarze | 2016-01-30 | 1 | -20/+20 |
* | Third step in synching with NetBSD: |  schwarze | 2016-01-30 | 1 | -10/+10 |
* | Second step in synching with NetBSD: |  schwarze | 2016-01-29 | 1 | -3/+3 |
* | Remove non-exposed malloc/realloc/free wrappers, and then substitute |  deraadt | 2014-10-17 | 1 | -2/+2 |
* | sync with upstream, retaining local modifications. |  okan | 2011-07-07 | 1 | -14/+18 |
* | Update libedit to bring it into sync with the latest version from NetBSD. |  nicm | 2010-06-30 | 1 | -58/+167 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -8/+1 |
* | Sync libedit to NetBSD libedit as of Nov 8, 2003. |  otto | 2003-11-25 | 1 | -20/+24 |
* | Update to NetBSD libedit (from Oct 1, 2003), adding some string |  otto | 2003-10-31 | 1 | -293/+443 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | is -Wall clean by making rcsid const |  avsm | 2003-05-01 | 1 | -2/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -5/+5 |
* | Make this compile is FIONREAD is defined. Guess this was |  millert | 1997-08-20 | 1 | -3/+6 |
* | Updates from NetBSD (christos@netbsd.org) |  millert | 1997-06-29 | 1 | -5/+9 |
* | Change a long to and int. |  millert | 1997-06-10 | 1 | -3/+3 |
* | fix el_source() - a block needed braces around it (from NetBSD) |  millert | 1997-03-14 | 1 | -19/+20 |
* | Merge in NetBSD libedit changes and new man pages. Also fix some |  millert | 1997-01-16 | 1 | -1/+12 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+437 |