summaryrefslogtreecommitdiffstats
path: root/lib/libedit/tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-1/+2
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-26/+26
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-7/+8
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-2/+2
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-6/+8
* Reset the terminal to its initial state before exiting a programschwarze2016-04-091-5/+20
* Cleanup of standard header inclusion:schwarze2016-03-201-3/+5
* Cleanup of private header inclusion:schwarze2016-03-201-2/+3
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-5/+5
* Fourth step in synching with NetBSD:schwarze2016-01-301-29/+29
* delete "#ifdef notdef" code that is no longer present in NetBSD;schwarze2016-01-301-5/+1
* Third step in synching with NetBSD:schwarze2016-01-301-2/+3
* Second step in synching with NetBSD:schwarze2016-01-291-5/+5
* Merge the fixes from the upstream. Factor out some common code inyasuoka2014-05-201-132/+97
* sync with upstream, retaining local modifications.okan2011-07-071-2/+10
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-43/+89
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-4/+129
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-940/+972
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* is -Wall clean by making rcsid constavsm2003-05-011-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* signess bug; jwaterman@yaleroad.comderaadt2001-04-131-3/+3
* Updates from NetBSD (christos@netbsd.org)millert1997-06-291-4/+4
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-25/+26
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+1144