summaryrefslogtreecommitdiff
path: root/lib/libedit/common.c
Commit message (Collapse)AuthorAgeFilesLines
* libedit: Do not move the cursor for ed-delete-next-char in emacs mode.Jilles Tjoelker2010-09-031-7/+4
| | | | | | | | | This makes ed-delete-next-char suitable for mapping to the <Delete> key. Behaviour in vi mode is unchanged (for 'x'). Notes: svn path=/head/; revision=212191
* Merge the following changes from NetBSD:Stefan Farfeleder2007-03-111-5/+4
| | | | | | | | | | | | | | | | | | | | chared.h 1.17, common.c 1.19, emacs.c 1.21, key.c 1.18, key.h 1.9, map.c 1.23, term.c 1.42, term.h 1.17, vi.c 1.25: # Print the actual eofc, instead of ^D\b\b. # Change internal character decoding to prevent buffer oveflows. key.c 1.19, key.h 1.10: # move declaration to header file. term.c 1.43: # Coverity CID 806: Prevent NULL deref term.c 1.44: # Coverity CID 1668: Plug memory leak. term.c 1.45: # Fix compilation. MFC after: 3 weeks Notes: svn path=/head/; revision=167457
* NetBSD merged our typo fixes, update $NetBSD$.Stefan Farfeleder2005-08-091-1/+1
| | | | Notes: svn path=/head/; revision=148900
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-08-071-125/+92
| | | | | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h} Notes: svn path=/head/; revision=148834
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Fix ID's after a total boch CVS merge due to multiple people makingDavid E. O'Brien2001-10-011-2/+0
| | | | | | | | | | | commits to these files. As I sing to CVS: Have I told you lately that I hate your guts? Have I told you all SCM's are above you? You fill my heart with pain, take away all my merging joy, grow my troubles that's what you do." Notes: svn path=/head/; revision=84334
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-011-533/+491
| | | | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris Notes: svn path=/head/; revision=84260
* Add __FBSDID()s to libeditMatthew Dillon2001-09-301-0/+2
| | | | Notes: svn path=/head/; revision=84201
* Fixes assorted problems with the history edit functions in libedit. ThisBrian Somers1998-06-271-1/+4
| | | | | | | | | | affects sh, ftp (and others?). Submitted by: Max Euston <meuston@jmrodgers.com> PR: 6516 Notes: svn path=/head/; revision=37199
* Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-251-3/+1
| | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Notes: svn path=/head/; revision=26926
* 8bit cleaness (ctype) fixesAndrey A. Chernov1996-08-111-3/+3
| | | | Notes: svn path=/head/; revision=17524
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-74/+74
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+994
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573