aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
Commit message (Expand)AuthorAgeFilesLines
* The .Fn functionPhilippe Charnier2003-02-061-1/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-014-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-2/+2
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Write the strvis()'d string out to the history file in history_save(),Tim J. Robbins2002-10-141-1/+1
* FreeBSD's libedit does not include NetBSD's readline emulation code.Tim J. Robbins2002-10-131-4/+3
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Restore local bits lost in recent merge from NetBSD.Matthew N. Dodd2002-06-161-19/+24
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* -ltermcap is spelled -lncurses nowadays.Ruslan Ermilov2002-04-091-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Fix problem where with PicoBSD the shell coredumps if it does not find anDavid E. O'Brien2002-01-241-1/+1
* mdoc(7) police: markup nit in the actual rev. 1.13 changes.Ruslan Ermilov2001-11-211-1/+1
* mdoc(7) police: restore all FreeBSD fixes to this file that gotRuslan Ermilov2001-11-211-16/+14
* Clean this up after the NetBSD syncing.David E. O'Brien2001-10-011-25/+19
* Fix ID's after a total boch CVS merge due to multiple people makingDavid E. O'Brien2001-10-0113-26/+0
* Our histedit.h lives in src/include.David E. O'Brien2001-10-011-1/+0
* Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit.Ruslan Ermilov2001-10-011-11/+17
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-0137-8660/+9754
* Add __FBSDID()s to libeditMatthew Dillon2001-09-3018-12/+37
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-072-13/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-152-11/+11
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Back out history.3 link removing - conflict fixed in libreadline insteadAndrey A. Chernov2001-04-121-4/+1
* Comment out one of many editline.3 MLINKS conflicting with libreadlineAndrey A. Chernov2001-04-121-1/+4
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* ConstifyKris Kennaway2000-11-262-2/+4
* logRuslan Ermilov2000-11-222-0/+2
* Include fcntl.hBrian Somers2000-10-021-0/+1
* Teach library about Home/End keysAndrey A. Chernov2000-07-282-5/+30
* Fully preserve original tty settings outside of line edition mode. Old variantAndrey A. Chernov2000-07-281-44/+8
* Move terminal descriptor flush before stty to eliminate potential problemsAndrey A. Chernov2000-07-271-1/+1
* Fix temp. singnals blocking. Only one signal was blocked due to typo pastedAndrey A. Chernov2000-07-261-3/+5
* <blush> I tested the real code changes, but neglected to test theWarner Losh2000-05-222-5/+5
* Do not read editrc file from '.'. This can be as unsafe as havingWarner Losh2000-05-222-12/+11
* Make comment match code forgotten in last commitWarner Losh2000-05-221-1/+1
* Add $FreeBSD$ so I can commit:Warner Losh2000-05-221-4/+6
* Introduce .Lb macro to libedit manpageAlexey Zelkin2000-04-221-0/+2
* Fix style bugsMarcel Moolenaar1999-10-031-4/+2
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-0/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Fix MLINKS.Matthew N. Dodd1999-08-201-3/+2
* Add 2 functions: el_data_set() and el_data_get() which do what youMatthew N. Dodd1999-08-204-2/+37
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+4
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-1/+1
* On the alpha, sizeof(char*) != sizeof(int) which was assumed inDoug Rabson1998-11-301-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-164-6/+8