summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2011-11-27Don't segfault when trying to bind to an invalid command. While here,Pascal Stumpf
2011-11-17Calculate the size for the wchar_t argv correctly, fixes memoryNicholas Marriott
2011-07-13Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@Otto Moerbeek
2011-07-08el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.Nicholas Marriott
2011-07-07Enable wide character functions in libedit (not the other libe*t).Nicholas Marriott
2011-07-07sync with upstream, retaining local modifications.Okan Demirmen
2011-06-25No need for files generated by depend.Okan Demirmen
2011-06-03lots of back things happening in this signal handler, but at leastTheo de Raadt
2011-04-04Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.Stefan Sperling
2011-03-02netbsd -r1.75: Fix argument for EL_EDITOR; from Jess ThrysoeeJason McIntyre
2010-10-23Don't leak the fd returned by mkstemp in vi_histedit error paths.Nicholas Marriott
2010-09-10observe the following spelling:Jason McIntyre
2010-06-30there's no tcsh page in base, so don;t bother xr'ing it;Jason McIntyre
2010-06-30tweak previous;Jason McIntyre
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2010-05-14Document return values, based on a diff from Ross Richardson.Nicholas Marriott
2010-05-09another Os out of order;Jason McIntyre
2010-05-09Document that el_init can return NULL on failure, PR 6374 from rueda atNicholas Marriott
2010-01-25ellipses are not optional arguments; while here, fix a double .Ar/.ArIgor Sobrado
2010-01-25fix double full stop, find out by jmc@ when looking into another issue.Igor Sobrado
2009-12-11Fix two memory leaks, one found by parfait, one by myself.Jacek Masiulaniec
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-01-08advertising clauses that can be droppedTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-14use asprintf()Theo de Raadt
2005-10-11add el_get() to the Nm list;Jason McIntyre
2005-09-09double word typos;Jason McIntyre
2005-05-22Make signal handler safe. From Michael Knudsen, many thanks.Otto Moerbeek
2004-08-23Fix fgetln handling and always increment the size if we need to realloc,Otto Moerbeek
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-04-14remove an extra occurence of the word `succeeds'Jean-Francois Brousseau
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.Otto Moerbeek
2003-11-03encourage people to link with -lcurses rather than -ltermcap;Jason McIntyre
2003-11-01Fix typo, which was already spotted by jmc@, but missing in the previousOtto Moerbeek
2003-11-01Complete incomplete H_ADD description.Otto Moerbeek
2003-11-01Sync command table to code. Spotted by jmc@.Otto Moerbeek
2003-10-31Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>.Otto Moerbeek
2003-10-31Man pages fixes from jmc@Otto Moerbeek
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringOtto Moerbeek
2003-10-22emptry -> empty; from Jared YanovichJason McIntyre
2003-08-11failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com,Theo de Raadt
2003-08-08functions should link with -lcurses, not -ltermcap;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01Correct string bounds; spotted by avsm@'s bounds checker.Miod Vallat
2003-05-23- typosJason McIntyre