summaryrefslogtreecommitdiff
path: root/lib/libedit
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-1537-37/+37
* MFC the latest synchronisation with the NetBSD code.Stefan Farfeleder2007-04-0315-128/+186
* MFC: refresh.c 1.11: A refresh bug.Stefan Farfeleder2006-01-093-22/+48
* MFC stefanf's work on libedit. This includes a sync with NetBSD/OpenBSDXin LI2005-10-0937-1502/+2339
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-08-151-0/+58
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* LANG->LC_ALLAndrey A. Chernov2003-08-041-1/+1
* Fix problem differently, useAndrey A. Chernov2003-08-041-1/+1
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'Andrey A. Chernov2003-08-041-1/+1
* 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-8323/+9417
* 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