Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill this file really dead. The default branch was cleared, even | jdp | 1997-07-15 | 1 | -52/+0 |
| | | | | | | though the file was still on the vendor branch. I don't know why. It doesn't look like the cvs-add-on-a-branch bug that we already know about. | ||||
* | Fix vi-mode searching broken with the NetBSD changes update. | msmith | 1997-07-14 | 1 | -4/+2 |
| | | | | | PR: bin/4064 Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De> | ||||
* | Kill histedit.h again. Importing Lite2 brought it back for some reason | bde | 1997-07-03 | 1 | -172/+0 |
| | | | | (although it hasn't changed). | ||||
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 2 | -0/+224 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 3 | -1/+229 |
| | | | | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. | ||||
| * | 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 |
| | | | | | | | | Obtained from: NetBSD | ||||
* | | Update libedit with changes from NetBSD. Includes history load/save, | msmith | 1997-06-25 | 17 | -112/+1053 |
| | | | | | | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD | ||||
* | | Fix a minor buffer overflow. | imp | 1997-03-23 | 1 | -3/+2 |
| | | | | | | | | Obtained from: BSDi by way of Keith Bostic | ||||
* | | 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 |
| | | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -224/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit | peter | 1995-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | in particular circumstances. (malloc() does not zero memory, but usually does by coincidenct that sbrk() returns zeroed pages) Submitted-by: John Hood <cgull@smoke.marlboro.vt.us> | ||||
* | | 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 |
| | | | | | | | | Pointed by: davidg | ||||
* | | 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 |
| | | | | | | | | | | Add 57600 and 115200 speeds Correct termcap path | ||||
* | | 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 |
| | | | | | | | | | | (Apparently by Christos Zoulas.) Liberated from: NetBSD | ||||
* | | Add dependencies on libraries to DPADD. Someday this should be done | bde | 1994-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries. | ||||
* | | Make this work even if make depend is not run. | jkh | 1994-08-08 | 1 | -1/+1 |
| | | | | | | | | | | Reviewed by: Submitted by: jkh | ||||
* | | histedit.h is now installed from include. | wollman | 1994-08-04 | 1 | -6/+0 |
|/ | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 37 | -0/+14233 |