| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix style bugs | marcel | 1999-10-03 | 1 | -4/+2 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 1 | -0/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Fix MLINKS. | mdodd | 1999-08-20 | 1 | -3/+2 |
* | Add 2 functions: el_data_set() and el_data_get() which do what you | mdodd | 1999-08-20 | 4 | -2/+37 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 2 | -0/+4 |
* | Switch to using ".So" as the extension for PIC object files rather | jdp | 1999-01-09 | 1 | -1/+1 |
* | On the alpha, sizeof(char*) != sizeof(int) which was assumed in | dfr | 1998-11-30 | 1 | -1/+1 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 4 | -6/+8 |
* | Fixed print format errors. | bde | 1998-06-30 | 1 | -1/+1 |
* | Fixes assorted problems with the history edit functions in libedit. This | brian | 1998-06-27 | 6 | -14/+49 |
* | Spelling fixes. | phk | 1998-06-10 | 1 | -1/+1 |
* | Spelling corrections. | jkoshy | 1998-06-06 | 1 | -1/+1 |
* | Don't use absolute path. | jkh | 1998-05-27 | 1 | -1/+1 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 2 | -4/+8 |
* | Don't swap carriage return and new line in quoted mode (after ^V). | helbig | 1998-01-22 | 1 | -2/+2 |
* | Fixed wrong prototype for history(). | bde | 1998-01-16 | 1 | -3/+3 |
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -2/+2 |
* | Improve dependancy behaviour a little more. | msmith | 1997-07-28 | 1 | -3/+4 |
* | List help.h a a dependancy for editline.c | msmith | 1997-07-27 | 1 | -2/+2 |
* | Reorder decomposition of the filename argument for the '-h' flag to | msmith | 1997-07-23 | 1 | -2/+3 |
* | Kill this file really dead. The default branch was cleared, even | jdp | 1997-07-15 | 1 | -52/+0 |
* | Fix vi-mode searching broken with the NetBSD changes update. | msmith | 1997-07-14 | 1 | -4/+2 |
* | Kill histedit.h again. Importing Lite2 brought it back for some reason | bde | 1997-07-03 | 1 | -172/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 2 | -0/+224 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 3 | -1/+229 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -224/+0 |
* | | ctype: portability, sign extension and cleanup fixes | ache | 1997-06-27 | 5 | -17/+16 |
* | | Move editrc.5 from MAN3 to MAN5 | ache | 1997-06-27 | 1 | -1/+2 |
* | | Pull histedit.h out, it lives in /usr/src/include, not here. | msmith | 1997-06-25 | 1 | -5/+0 |
* | | Add extra test functionality. | msmith | 1997-06-25 | 1 | -21/+49 |
* | | Update libedit with changes from NetBSD. Includes history load/save, | msmith | 1997-06-25 | 17 | -112/+1053 |
* | | Fix a minor buffer overflow. | imp | 1997-03-23 | 1 | -3/+2 |
* | | Add missing DPADD, remove duplicate -ltermcap | peter | 1996-08-30 | 1 | -1/+2 |
* | | 8bit cleaness (ctype) fixes | ache | 1996-08-11 | 6 | -16/+18 |
* | | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -0/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -224/+0 |
* | | Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit | peter | 1995-12-02 | 1 | -0/+1 |
* | | Update to 4.4lite2 (initialize arrow key data completely). | bde | 1995-10-22 | 1 | -1/+5 |
* | | Change my parse fix from 'return argc' to 'return 0'. | ache | 1995-08-30 | 1 | -1/+1 |
* | | Fix sh coredump in vi mode with empty colon command | ache | 1995-08-04 | 1 | -0/+3 |
* | | Simplify baud printing code | ache | 1995-08-04 | 1 | -84/+1 |
* | | Nuke local termcap.h and use system one | ache | 1995-08-04 | 2 | -4/+4 |
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 28 | -446/+446 |
* | | Add LDADD+= -ltermcap | ache | 1994-10-12 | 1 | -0/+2 |
* | | Little regex code cleaness, idea from jgreco@ns.sol.net | ache | 1994-10-02 | 1 | -3/+2 |
* | | Fix bug with 8-bit chars sign extention (ctype not works) | ache | 1994-10-02 | 1 | -4/+6 |
* | | Rewritten using POSIX regex | ache | 1994-10-02 | 3 | -3/+29 |
* | | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
* | | In emacs editing mode, sh treated ^D at the end of a line as EOF. | csgr | 1994-09-09 | 1 | -7/+3 |