aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-1/+1
| | | | | | | | | | | than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules. The "clean" targets continue to remove ".so" files too, to deal with old systems. Notes: svn path=/head/; revision=42450
* On the alpha, sizeof(char*) != sizeof(int) which was assumed inDoug Rabson1998-11-301-1/+1
| | | | | | | | | term_init(). This is the cause of /usr/bin/ftp faulting on the alpha. Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=41421
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-164-6/+8
| | | | | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but... Notes: svn path=/head/; revision=39327
* Fixed print format errors.Bruce Evans1998-06-301-1/+1
| | | | Notes: svn path=/head/; revision=37303
* Fixes assorted problems with the history edit functions in libedit. ThisBrian Somers1998-06-276-14/+49
| | | | | | | | | | affects sh, ftp (and others?). Submitted by: Max Euston <meuston@jmrodgers.com> PR: 6516 Notes: svn path=/head/; revision=37199
* Spelling fixes.Poul-Henning Kamp1998-06-101-1/+1
| | | | | | | | | PR: 6903 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36853
* Spelling corrections.Joseph Koshy1998-06-061-1/+1
| | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* Don't use absolute path.Jordan K. Hubbard1998-05-271-1/+1
| | | | | | | Submitted by: jhay Notes: svn path=/head/; revision=36407
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-192-4/+8
| | | | Notes: svn path=/head/; revision=34669
* Don't swap carriage return and new line in quoted mode (after ^V).Wolfgang Helbig1998-01-221-2/+2
| | | | Notes: svn path=/head/; revision=32697
* Fixed wrong prototype for history().Bruce Evans1998-01-161-3/+3
| | | | | | | Don't (mis)use .Fd outside of the synopsis. Notes: svn path=/head/; revision=32566
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-2/+2
| | | | Notes: svn path=/head/; revision=29988
* Improve dependancy behaviour a little more.Mike Smith1997-07-281-3/+4
| | | | | | | | | This is still pretty disgusting. Submitted by: bde Notes: svn path=/head/; revision=27727
* List help.h a a dependancy for editline.cMike Smith1997-07-271-2/+2
| | | | | | | | | | | Use 'beforedepend' instead of '.depend' to hang automatically-generated headers off. XXX the latter is bogus without a 'beforeall' target and explicit ordering of dependancy generation for targets. Notes: svn path=/head/; revision=27717
* Reorder decomposition of the filename argument for the '-h' flag toMike Smith1997-07-231-2/+3
| | | | | | | | | | avoid misprocessing in the case where the filename argument contains more than one period. Submitted by: micke@dynas.se (Mikael Hybsch) Notes: svn path=/head/; revision=27631
* Kill this file really dead. The default branch was cleared, evenJohn Polstra1997-07-151-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. Notes: svn path=/head/; revision=27428
* Fix vi-mode searching broken with the NetBSD changes update.Mike Smith1997-07-141-4/+2
| | | | | | | | PR: bin/4064 Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De> Notes: svn path=/head/; revision=27397
* Kill histedit.h again. Importing Lite2 brought it back for some reasonBruce Evans1997-07-031-172/+0
| | | | | | | (although it hasn't changed). Notes: svn path=/head/; revision=27182
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-032-0/+224
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27181
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-033-0/+1675
| | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. Notes: svn path=/vendor/CSRG/dist/; revision=27180
* ctype: portability, sign extension and cleanup fixesAndrey A. Chernov1997-06-275-17/+16
| | | | Notes: svn path=/head/; revision=26982
* Move editrc.5 from MAN3 to MAN5Andrey A. Chernov1997-06-271-1/+2
| | | | Notes: svn path=/head/; revision=26981
* Pull histedit.h out, it lives in /usr/src/include, not here.Mike Smith1997-06-251-5/+0
| | | | Notes: svn path=/head/; revision=26933
* Add extra test functionality.Mike Smith1997-06-251-21/+49
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=26927
* Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-2517-112/+1053
| | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Notes: svn path=/head/; revision=26926
* Fix a minor buffer overflow.Warner Losh1997-03-231-3/+2
| | | | | | | Obtained from: BSDi by way of Keith Bostic Notes: svn path=/head/; revision=24156
* Add missing DPADD, remove duplicate -ltermcapPeter Wemm1996-08-301-1/+2
| | | | Notes: svn path=/head/; revision=17929
* 8bit cleaness (ctype) fixesAndrey A. Chernov1996-08-116-16/+18
| | | | Notes: svn path=/head/; revision=17524
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* 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