summaryrefslogtreecommitdiffstats
path: root/lib/libedit/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312997, r313002:pfg2017-02-201-7/+10
| | | | | | | Re-import libedit 2016-02-27 and update libedit with changes from NetBSD's 2016-03-21. Obtained from: NetBSD
* Revert r296175pfg2016-03-061-10/+7
| | | | | | | | | | Undo update of libedit 2016-02-27 Something in libedit appears to be causing breakage in lldb38. The changes are not generally huge but they are suficient to to justify reverting for now. Reported by: novel, bapt
* MFV r296159pfg2016-02-291-7/+10
| | | | | | Sync our libedit with NetBSD's libedit 2016-02-27. Obtained from: NetBSD
* Synchronize libedit with NetBSD and activate UTF-8 support [1]bapt2015-01-091-55/+82
| | | | | | | | | | | | | | Differences with NetBSD Reapply our local patches on top of it Fix Unicode environement detection Fix reading a line in unicode environment. It allows /bin/sh to works in UTF-8 envs Differential Revision: https://reviews.freebsd.org/D1455 Reviewed by: jilles, pfg Obtained from: NetBSD [1] MFC after: 1 month Relnotes: yes
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-16/+20
| | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h}
* Fix ID's after a total boch CVS merge due to multiple people makingobrien2001-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."
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-151/+158
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add __FBSDID()s to libeditdillon2001-09-301-0/+2
|
* ctype: portability, sign extension and cleanup fixesache1997-06-271-2/+2
|
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-9/+9
| | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
* 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
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+247
OpenPOWER on IntegriCloud