summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
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
2012-09-11PR/46942: Steffen Nurpmeso: editline(3): el_get(): fix UNBUFFERED returnchristos
2012-09-11PR/46941: Steffen Nurpmeso: document EL_BUFFEREDchristos
2012-09-10PR/46935: Steffen Nurpmeso: editline(3) (libedit): faulty errno handling,christos
2012-08-10Don't depend on HAVE_GCC being always defined.joerg
2012-07-18From Kamil Dudka: fix crash of el_insertstr() on incomplete multi-bytechristos
2012-07-12PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()christos
2012-06-05don't crash if add_history is called from an empty line. Called fromchristos
2012-06-02Switch from Op to Oo/Oc for nested block.njoly
2012-05-31remove stdint.h; it is not used.christos
2012-05-30don't include both term.h and termcap.hchristos
2012-05-15define the new variablechristos
2012-05-15Add rl_completion_word_break_hook from:christos
2012-05-15save and restore the tty settings on entry and exit respectively.christos
2012-03-24From: Jilles Tjoelker: Add a mapping for the cursor delete keychristos
2012-03-24From Jilles Tjoelker:christos