summaryrefslogtreecommitdiff
path: root/lib/libedit/sys.h
Commit message (Collapse)AuthorAgeFilesLines
* MFV r312996:Pedro F. Giffuni2017-01-301-12/+12
| | | | | | | | | | | | | | Re-import libedit 2016-02-27 This reverts r296435: the issues related to lldb and this update appear to have been identified (in lldb). Obtained from: NetBSD Reported by: emaste MFC after: 3 weeks Notes: svn path=/head/; revision=312997
* Revert r296175Pedro F. Giffuni2016-03-061-12/+12
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=296435
* MFV r296159Pedro F. Giffuni2016-02-291-12/+12
| | | | | | | | | Sync our libedit with NetBSD's libedit 2016-02-27. Obtained from: NetBSD Notes: svn path=/head/; revision=296175
* Synchronize libedit with NetBSD and activate UTF-8 support [1]Baptiste Daroussin2015-01-091-44/+55
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=276881
* Sync some (mostly cosmetical) changes from NetBSDPedro F. Giffuni2014-07-101-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile,v 1.37 tc1.c v 1.3 Rename TEST/test.c tc1.c common.c,v 1.23 pass lint on _LP64. emacs.c,v 1.22 pass lint on _LP64. filecomplete.h,v 1.8 mv NetBSD ID back from 1.9 as we don't have the widecharacter support. prompt.c,v 1.14 prompt.h,v 1.9 term.h,v 1.20 read.h,v 1.6 Update NetBSD version strings sys.h,v 1.12 Misc sun stuff. tty.c 1.31 handle EINTR in the termios operations Allow a single process to control multiple ttys (for pthreads using _REENTRANT) using multiple EditLine objects. pass lint on _LP64. Don't depend on side effects inside an assert MFC after: 1 week Obtained from: NetBSD Notes: svn path=/head/; revision=268502
* Move <sys/cdefs.h> up to reduce diff to NetBSD.Stefan Farfeleder2005-08-101-2/+2
| | | | Notes: svn path=/head/; revision=148924
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-08-071-10/+9
| | | | | | | | | | 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
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-011-29/+24
| | | | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris Notes: svn path=/head/; revision=84260
* Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-251-3/+4
| | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Notes: svn path=/head/; revision=26926
* Rewritten using POSIX regexAndrey A. Chernov1994-10-021-2/+3
| | | | | | | | Add 57600 and 115200 speeds Correct termcap path Notes: svn path=/head/; revision=3285
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+113
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573