summaryrefslogtreecommitdiffstats
path: root/lib/libedit
Commit message (Collapse)AuthorAgeFilesLines
* Add missing DPADD, remove duplicate -ltermcappeter1996-08-301-1/+2
|
* 8bit cleaness (ctype) fixesache1996-08-116-16/+18
|
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-302-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 libeditpeter1995-12-021-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).bde1995-10-221-1/+5
|
* Change my parse fix from 'return argc' to 'return 0'.ache1995-08-301-1/+1
| | | | Pointed by: davidg
* Fix sh coredump in vi mode with empty colon commandache1995-08-041-0/+3
|
* Simplify baud printing codeache1995-08-041-84/+1
|
* Nuke local termcap.h and use system oneache1995-08-042-4/+4
|
* Remove trailing whitespace.rgrimes1995-05-3028-446/+446
|
* Add LDADD+= -ltermcapache1994-10-121-0/+2
|
* Little regex code cleaness, idea from jgreco@ns.sol.netache1994-10-021-3/+2
|
* Fix bug with 8-bit chars sign extention (ctype not works)ache1994-10-021-4/+6
|
* Rewritten using POSIX regexache1994-10-023-3/+29
| | | | | Add 57600 and 115200 speeds Correct termcap path
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* In emacs editing mode, sh treated ^D at the end of a line as EOF.csgr1994-09-091-7/+3
| | | | | (Apparently by Christos Zoulas.) Liberated from: NetBSD
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-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.jkh1994-08-081-1/+1
| | | | | Reviewed by: Submitted by: jkh
* histedit.h is now installed from include.wollman1994-08-041-6/+0
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2737-0/+14233
OpenPOWER on IntegriCloud