summaryrefslogtreecommitdiff
path: root/lib/libedit
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-224/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libeditPeter Wemm1995-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> Notes: svn path=/head/; revision=12565
* Update to 4.4lite2 (initialize arrow key data completely).Bruce Evans1995-10-221-1/+5
| | | | Notes: svn path=/head/; revision=11678
* Change my parse fix from 'return argc' to 'return 0'.Andrey A. Chernov1995-08-301-1/+1
| | | | | | | Pointed by: davidg Notes: svn path=/head/; revision=10482
* Fix sh coredump in vi mode with empty colon commandAndrey A. Chernov1995-08-041-0/+3
| | | | Notes: svn path=/head/; revision=9914
* Simplify baud printing codeAndrey A. Chernov1995-08-041-84/+1
| | | | Notes: svn path=/head/; revision=9901
* Nuke local termcap.h and use system oneAndrey A. Chernov1995-08-042-4/+4
| | | | Notes: svn path=/head/; revision=9898
* Remove trailing whitespace.Rodney W. Grimes1995-05-3028-446/+446
| | | | Notes: svn path=/head/; revision=8870
* Add LDADD+= -ltermcapAndrey A. Chernov1994-10-121-0/+2
| | | | Notes: svn path=/head/; revision=3527
* Little regex code cleaness, idea from jgreco@ns.sol.netAndrey A. Chernov1994-10-021-3/+2
| | | | Notes: svn path=/head/; revision=3298
* Fix bug with 8-bit chars sign extention (ctype not works)Andrey A. Chernov1994-10-021-4/+6
| | | | Notes: svn path=/head/; revision=3288
* Rewritten using POSIX regexAndrey A. Chernov1994-10-023-3/+29
| | | | | | | | Add 57600 and 115200 speeds Correct termcap path Notes: svn path=/head/; revision=3285
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2678
* In emacs editing mode, sh treated ^D at the end of a line as EOF.Geoff Rehmet1994-09-091-7/+3
| | | | | | | | (Apparently by Christos Zoulas.) Liberated from: NetBSD Notes: svn path=/head/; revision=2622
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-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. Notes: svn path=/head/; revision=2375
* Make this work even if make depend is not run.Jordan K. Hubbard1994-08-081-1/+1
| | | | | | | | Reviewed by: Submitted by: jkh Notes: svn path=/head/; revision=1963
* histedit.h is now installed from include.Garrett Wollman1994-08-041-6/+0
| | | | Notes: svn path=/head/; revision=1840
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2737-0/+14233
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573