| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to using ".So" as the extension for PIC object files rather | John Polstra | 1999-01-09 | 1 | -1/+1 |
* | On the alpha, sizeof(char*) != sizeof(int) which was assumed in | Doug Rabson | 1998-11-30 | 1 | -1/+1 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 4 | -6/+8 |
* | Fixed print format errors. | Bruce Evans | 1998-06-30 | 1 | -1/+1 |
* | Fixes assorted problems with the history edit functions in libedit. This | Brian Somers | 1998-06-27 | 6 | -14/+49 |
* | Spelling fixes. | Poul-Henning Kamp | 1998-06-10 | 1 | -1/+1 |
* | Spelling corrections. | Joseph Koshy | 1998-06-06 | 1 | -1/+1 |
* | Don't use absolute path. | Jordan K. Hubbard | 1998-05-27 | 1 | -1/+1 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | Philippe Charnier | 1998-03-19 | 2 | -4/+8 |
* | Don't swap carriage return and new line in quoted mode (after ^V). | Wolfgang Helbig | 1998-01-22 | 1 | -2/+2 |
* | Fixed wrong prototype for history(). | Bruce Evans | 1998-01-16 | 1 | -3/+3 |
* | Sort cross refereces in section SEE ALSO. | Wolfram Schneider | 1997-09-29 | 1 | -2/+2 |
* | Improve dependancy behaviour a little more. | Mike Smith | 1997-07-28 | 1 | -3/+4 |
* | List help.h a a dependancy for editline.c | Mike Smith | 1997-07-27 | 1 | -2/+2 |
* | Reorder decomposition of the filename argument for the '-h' flag to | Mike Smith | 1997-07-23 | 1 | -2/+3 |
* | Kill this file really dead. The default branch was cleared, even | John Polstra | 1997-07-15 | 1 | -52/+0 |
* | Fix vi-mode searching broken with the NetBSD changes update. | Mike Smith | 1997-07-14 | 1 | -4/+2 |
* | Kill histedit.h again. Importing Lite2 brought it back for some reason | Bruce Evans | 1997-07-03 | 1 | -172/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | Bruce Evans | 1997-07-03 | 2 | -0/+224 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | Bruce Evans | 1997-07-03 | 3 | -0/+1675 |
* | ctype: portability, sign extension and cleanup fixes | Andrey A. Chernov | 1997-06-27 | 5 | -17/+16 |
* | Move editrc.5 from MAN3 to MAN5 | Andrey A. Chernov | 1997-06-27 | 1 | -1/+2 |
* | Pull histedit.h out, it lives in /usr/src/include, not here. | Mike Smith | 1997-06-25 | 1 | -5/+0 |
* | Add extra test functionality. | Mike Smith | 1997-06-25 | 1 | -21/+49 |
* | Update libedit with changes from NetBSD. Includes history load/save, | Mike Smith | 1997-06-25 | 17 | -112/+1053 |
* | Fix a minor buffer overflow. | Warner Losh | 1997-03-23 | 1 | -3/+2 |
* | Add missing DPADD, remove duplicate -ltermcap | Peter Wemm | 1996-08-30 | 1 | -1/+2 |
* | 8bit cleaness (ctype) fixes | Andrey A. Chernov | 1996-08-11 | 6 | -16/+18 |
* | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -0/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 2 | -224/+0 |
* | Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit | Peter Wemm | 1995-12-02 | 1 | -0/+1 |
* | Update to 4.4lite2 (initialize arrow key data completely). | Bruce Evans | 1995-10-22 | 1 | -1/+5 |
* | Change my parse fix from 'return argc' to 'return 0'. | Andrey A. Chernov | 1995-08-30 | 1 | -1/+1 |
* | Fix sh coredump in vi mode with empty colon command | Andrey A. Chernov | 1995-08-04 | 1 | -0/+3 |
* | Simplify baud printing code | Andrey A. Chernov | 1995-08-04 | 1 | -84/+1 |
* | Nuke local termcap.h and use system one | Andrey A. Chernov | 1995-08-04 | 2 | -4/+4 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 28 | -446/+446 |
* | Add LDADD+= -ltermcap | Andrey A. Chernov | 1994-10-12 | 1 | -0/+2 |
* | Little regex code cleaness, idea from jgreco@ns.sol.net | Andrey A. Chernov | 1994-10-02 | 1 | -3/+2 |
* | Fix bug with 8-bit chars sign extention (ctype not works) | Andrey A. Chernov | 1994-10-02 | 1 | -4/+6 |
* | Rewritten using POSIX regex | Andrey A. Chernov | 1994-10-02 | 3 | -3/+29 |
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | Rodney W. Grimes | 1994-09-11 | 1 | -1/+1 |
* | In emacs editing mode, sh treated ^D at the end of a line as EOF. | Geoff Rehmet | 1994-09-09 | 1 | -7/+3 |
* | Add dependencies on libraries to DPADD. Someday this should be done | Bruce Evans | 1994-08-28 | 1 | -1/+1 |
* | Make this work even if make depend is not run. | Jordan K. Hubbard | 1994-08-08 | 1 | -1/+1 |
* | histedit.h is now installed from include. | Garrett Wollman | 1994-08-04 | 1 | -6/+0 |
* | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 37 | -0/+14233 |