summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
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
2002-10-13write the vis(3) converted string into the file, not the original one.christos
2002-10-02empty, not emptry. By Adrian Mrva.wiz
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-08-19More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-08-18reflect reality.yamt
2002-08-09Remove extraneous \n's in {err,warn}{,x}.soren
2002-04-09_rl_qsort_string_compare(): Fix casts. This makes gcc 3.2 happy,thorpej
2002-03-23make sure this compiles cleanly and works.christos
2002-03-18Add a couple linted comment and enable WARNS=3christos
2002-03-18oops, we need config.h now.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2002-02-20Close quoting.wiz
2002-02-07Generate <>& symbolically.ross
2002-02-03Fixed an __P remnantchristos
2002-02-03Don't use HAVE_ yet.christos
2002-02-03Fix a warning.christos
2002-01-31don't forget to re-adjust the limit.christos
2002-01-31make pointer arithmetic more palatable.christos
2002-01-15Punctuation nits.wiz
2002-01-15Punctuation and whitespace nits, fix a typo.wiz
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv