summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
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
2012-03-21These directories default to WARNS?=5matt
2012-03-21Use C89 functions definitions.matt
2012-03-21Use C89 functions definitions.matt
2012-03-11include the NULL in the argv conversionchristos
2012-03-11use arraycountchristos
2012-01-16PR/45843: Henning Petersen: Fix resource leak on error.christos
2011-11-18Add coverity annotations about unreachable code (Kamil Dudka)christos
2011-11-18Add missing *christos
2011-11-18Initialize termbuf (Kamil Dudka)christos
2011-11-18Initialize res (Kamil Dudka)christos
2011-11-18check for negative return of ct_visual_char (Kamil Dudka)christos
2011-11-18Off by one in allocation could cause buffer overflow (Kamil Dudka)christos
2011-11-18remove unrecheable code (Kamil Dudka)christos
2011-11-16easier with an int for now.christos
2011-11-15Since Width() is used only for display purposes we don't want to pass -1 forchristos
2011-10-23Fixed misplaced parenthesis (Nirbhay Choubey)christos
2011-10-04fixed warnings where wint_t is unsigned.christos
2011-10-03fix broken change (parenthesis in the wrong place). From Nirbhay Choubeychristos
2011-09-28include <wchar.h> if we don't have wcsdup()christos