summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2015-10-21Use the full buffer for the conversion; ideally we should be dynamicallychristos
2015-10-19make sure we have space for NUL and NUL terminate buffer array (Jilles Tjoelker)christos
2015-06-02remove duplicate declarationchristos
2015-06-02Adjust API to a more modern readline (Ryo Onodera)christos
2015-05-26- fix types of rl_completion_entry_function and rl_add_defunchristos
2015-05-18make el_gets() return the number of characters read in wide mode (not thechristos
2015-05-17add FreeBSDchristos
2015-05-14fix warnings on ubuntu 32 bit (Miki Rozloznik)christos
2015-04-01Fix overlapping strcpy (Gerry Swislow)christos
2015-03-24set some readline compatibility default key settings.christos
2015-03-24save and restore IGNORE_EXTCHARS like we do in the getc case. From:christos
2015-02-22split the allocation functions, their mixed usage was too confusing.christos
2015-02-22PR/49683: Amir Plivatsky: Off-by-one comparison in ct_decode_string() leadingchristos
2015-02-17OpenBSD is like us.christos
2015-01-29Disable -Wcast-qual for clang for now.joerg
2014-12-25Bump date for previous.wiz
2014-12-25From Ingo Schwarze, based on changes from Kaspars Bankovskis:wiz
2014-10-18callers's -> caller'sriz
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-15Fix typo in comment (Tobias Stoeckmann)christos
2014-07-06Bounds search for reallocated index, from OpenBSD via Andreas Fettchristos
2014-07-06PR/48957: Federico G. Schwindt: Restore commented out code that brokechristos
2014-06-18cast gotsig because it is long on some systems.christos
2014-06-18Add stdlib.h for abort() (Jess Thrysoee)christos
2014-06-18Don't depend on weak aliases to define the vi "alias" expansion function,christos
2014-06-18accomodate FreeBSD's flavor of weak references.christos
2014-06-14remove remaining makefile support for GCC < 45 that i found.mrg
2014-06-05PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansionchristos
2014-05-20Always NULL terminate the argv[] array. From OpenBSD.christos
2014-05-19PR/48821: If called from tty_stty(), recalculate flags.christos
2014-05-19more tty modes refactoring, no functional change intended.christos
2014-05-19Factor out some common code (more to be done) from PR/48821christos
2014-05-11Add An to authors. Wording.wiz
2014-05-11Add a history function that takes a FILE pointer; needed for Capsicum.christos
2014-02-26Add missing EL_REFRESHchristos
2014-01-21... if called prior to using_history(). This needed to be worked aroundchristos
2013-08-28get rid of PATH_MAX.christos
2013-07-12cast to avoid warning.christos
2013-07-12Add a function to move the cursor.christos
2013-05-28expose rl_catch_signals and explain what we are doing.christos
2013-05-27Test early for EOF to avoid infinite loop in the wide char case. Fromchristos
2013-01-22provide an el_init_fd function.christos
2013-01-13explicitly pass (void *)0 instead of NULL.christos
2013-01-10Add FILES section.wiz
2013-01-10In 2000, .editrc reading from $PWD was removed. Update the man page.wiz
2013-01-01remove dead assignment (Christoph Mallon)christos
2013-01-01Fix pasto that affected bind -k (Christoph Mallon)christos
2012-10-12Add trailing NULL's to the varargs functions as required. (John Spencer)christos
2012-09-11PR/46945: Steffen Nurpmeso; el_getc() doesn't document it's setting errnochristos
2012-09-11return !OKCMD on error.christos