summaryrefslogtreecommitdiffstats
path: root/lib/libedit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't segfault when trying to bind to an invalid command. While here,pascal2011-11-272-6/+7
* Calculate the size for the wchar_t argv correctly, fixes memorynicm2011-11-171-8/+9
* Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@otto2011-07-131-5/+16
* el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.nicm2011-07-081-5/+5
* Enable wide character functions in libedit (not the other libe*t).nicm2011-07-073-14/+79
* sync with upstream, retaining local modifications.okan2011-07-0717-230/+280
* No need for files generated by depend.okan2011-06-258-520/+0
* lots of back things happening in this signal handler, but at leastderaadt2011-06-031-2/+3
* Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.stsp2011-04-042-4/+8
* netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoeejmc2011-03-021-3/+3
* Don't leak the fd returned by mkstemp in vi_histedit error paths.nicm2010-10-231-2/+7
* observe the following spelling:jmc2010-09-101-3/+3
* there's no tcsh page in base, so don;t bother xr'ing it;jmc2010-06-301-6/+3
* tweak previous;jmc2010-06-301-4/+2
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-3056-2365/+5824
* Document return values, based on a diff from Ross Richardson.nicm2010-05-141-3/+8
* another Os out of order;jmc2010-05-091-2/+2
* Document that el_init can return NULL on failure, PR 6374 from rueda atnicm2010-05-091-3/+5
* ellipses are not optional arguments; while here, fix a double .Ar/.Arsobrado2010-01-251-3/+3
* fix double full stop, find out by jmc@ when looking into another issue.sobrado2010-01-251-3/+3
* Fix two memory leaks, one found by parfait, one by myself.jacekm2009-12-111-14/+35
* a few leftovers from yesterday's SCCS/RCS-ID removal;schwarze2009-10-281-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2720-163/+20
* fix rcs ids. ok sthen@martynas2009-06-211-2/+2
* typo fixed (overriden -> overridden)tobias2008-11-091-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-265-42/+7
* convert to new .Dd format;jmc2007-05-312-4/+4
* advertising clauses that can be droppedderaadt2007-01-081-6/+2
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* use asprintf()deraadt2005-11-141-5/+2
* add el_get() to the Nm list;jmc2005-10-111-1/+2
* double word typos;jmc2005-09-091-2/+2
* Make signal handler safe. From Michael Knudsen, many thanks.otto2005-05-221-5/+11
* Fix fgetln handling and always increment the size if we need to realloc,otto2004-08-232-23/+38
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-4/+1
* remove an extra occurence of the word `succeeds'jfb2004-04-141-2/+2
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-2520-496/+909
* encourage people to link with -lcurses rather than -ltermcap;jmc2003-11-031-3/+4
* Fix typo, which was already spotted by jmc@, but missing in the previousotto2003-11-011-2/+2
* Complete incomplete H_ADD description.otto2003-11-011-2/+6
* Sync command table to code. Spotted by jmc@.otto2003-11-011-5/+27
* Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>.otto2003-10-311-2/+2
* Man pages fixes from jmc@otto2003-10-312-30/+22
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-3145-8933/+12701
* emptry -> empty; from Jared Yanovichjmc2003-10-221-2/+2
* failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com,deraadt2003-08-111-10/+12
* functions should link with -lcurses, not -ltermcap;jmc2003-08-081-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0236-235/+91
* Correct string bounds; spotted by avsm@'s bounds checker.miod2003-06-011-6/+6
* - typosjmc2003-05-231-4/+4