summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2016-03-20Use getline(3) rather than fgetln(3) because it is standardizedIngo Schwarze
2016-03-20minor simplifactions, style fixes, and trivial syncs from NetBSDIngo Schwarze
2016-03-20Fix the same bug again that was already fixed in:Ingo Schwarze
2016-03-20Delete the useless Int datatype and always use the standard wint_tIngo Schwarze
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),Ingo Schwarze
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeIngo Schwarze
2016-03-20Fix the public interface function el_getc(3).Ingo Schwarze
2016-03-20Fix read_char() for the non-UTF-8 case, in particular for systemsIngo Schwarze
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().Ingo Schwarze
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-01Fix a segfault and functional error in c_gets(),Ingo Schwarze
2016-02-02Get rid of an ugly #ifdef in the middle of el_init() byIngo Schwarze
2016-01-31remove some whitespace differences with NetBSD; no change with diff -bIngo Schwarze
2016-01-31trivial partial sync to NetBSD, no functional change:Ingo Schwarze
2016-01-30Fifth step in synching with NetBSD:Ingo Schwarze
2016-01-30Fourth step in synching with NetBSD:Ingo Schwarze
2016-01-30delete "#ifdef notdef" code that is no longer present in NetBSD;Ingo Schwarze
2016-01-30Third step in synching with NetBSD:Ingo Schwarze
2016-01-29Second step in synching with NetBSD:Ingo Schwarze
2016-01-29Start synching with NetBSD:Ingo Schwarze
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
2015-09-14in the SYNOPSIS, make void function arguments explicitIngo Schwarze
2015-09-10missing commas at the end of .Nm lines in the NAME sectionIngo Schwarze
2015-04-04gcc 2.x is deadPhilip Guenther
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-13libedit claims compatibility with readline 4.2, so provide a stub forReyk Floeter
2014-12-15merge improvements from NetBSD; ok jmc@ nicm@Ingo Schwarze
2014-12-12markup fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substituteTheo de Raadt
2014-10-15use reallocarray()Theo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-09USE_SHLIBDIR is archaicTheo de Raadt
2014-05-20Merge the fixes from the upstream. Factor out some common code inYASUOKA Masahiko
2014-05-20The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminatedNicholas Marriott
2014-05-19Add a H_SAVE_FP operation to history() which lets the history be savedNicholas Marriott
2014-01-19Retain local changes from rev 1.13.Tobias Stoeckmann
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-07-01Link sqlite3(1) against libedit and add an empty history.h header forMartin Pieuchot
2013-05-22Sync with upstream. Fix buffer growing and memory allocation for wideYASUOKA Masahiko
2013-01-10editline.3: editrc only read from $HOME; from LEVAI DanielJason McIntyre
2012-09-04remove lint leftovers; ok guenther@Okan Demirmen
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
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