summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
2003-09-15Include "sys/ttydefaults.h" to get standard definition of "CTRL" macrotron
2003-09-15kludge around CTRL redef.christos
2003-09-14Match the stupid function pointer declarations with actual readline's 4.0.christos
2003-09-14make this compile.christos
2003-09-14Avoid pre-ansi warning.christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2003-09-13Fix something that's been annoying me for a while...mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-03Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead oflukem
2003-08-01Rework how dependency generation is performed:lukem
2003-07-31tweak this unconventional (some might say "baroque") Makefile to worklukem
2003-07-16Bump date for last.wiz
2003-07-14Documented the return values from el_get().jeremy
2003-06-27Add Ns.wiz
2003-06-19provide a definition for __attribute__christos
2003-06-19From michael@moria.de:christos
2003-06-19From michael@moria.de:christos
2003-06-06Use Aq Pa instead of Fd \*[Lt]...\*[Gt]. From jmc@openbsd.wiz
2003-06-04Only return CC_EOF if ^D (VEOF) was the only thing on the line. Otherwisematt
2003-05-14setup -> set up, from jmc@openbsd.wiz
2003-05-08add a missing dependency (John Gordon)christos
2003-05-08Use ${HOST_SH}christos
2003-04-16Usewiz
2003-03-31em-gosmacs-traspose->em-gosmacs-transpose (Igor Sobrado, PR misc/19909)perry
2003-03-29Consistently spell occurrence with two rs.wiz
2003-03-10don't use the path for awkchristos
2003-03-10s/u_int32_t/unsigned int/christos
2003-03-10Put the __weak_extern() back inside vi_alias, but after the extern fordsl
2003-03-10Move the __weak_extern() (ifdef'ed) outside of the vi_alias()he
2003-03-10null is not 0christos
2003-03-10if no __weak_extern, don't even try to do vi_alias.christos
2003-03-10fix uninitialized variable.christos
2003-03-10sig_t is non portablechristos
2003-03-10- include cdefs.h early in the gamechristos
2003-03-10include alloca.h for systems that need it.christos
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-21Replace -1 with \-1 for PostScript output; drop a trailing space and fix two ...wiz
2003-01-21Add a uniquefier for the history function.christos
2003-01-21fix directory descriptor leak [from michael at moria dot de]christos
2002-11-20Fix problem with previous patches that broke vi history.christos
2002-11-15de-lintchristos
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-11-12Fix signed/unsigned comparison warnings.thorpej
2002-11-12Avoid strict alias warning.thorpej
2002-10-31support for % command [matching parens/brackets/braces] on vi modes.christos
2002-10-27remove unused variables.christos
2002-10-27vi mode and memory fixes from david laight.christos
2002-10-27don't crash in memory shortage conditions.christos
2002-10-27PR/17954: SAITOH Masanobu: since we have opost and onlcr set, we don't needchristos