summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2008-07-30handle EINTR in the termios operations, reported by the GHC folkschristos
2008-07-12Don't bother with SIGSTOP it cannot be caught or ignored. From Jess Thrysoeechristos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2008-04-05bump minor.christos
2008-04-05add EL_REFRESH for the benefit of readlinechristos
2008-04-04Add rl_forced_update_display() from Gerry Swislowchristos
2007-08-12patches from Axel Thimmchristos
2007-06-10Fix tab/space confusion; from Stefan Farfelederchristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-27Add rl_completion_matches, fix remove_historychristos
2007-03-01Fix bug with multiple pending el_pushes. Reported by Julien Torres.christos
2007-01-12PR/35411: Matthew Wala: inconsistency in editline(3): rename "num" to thechristos
2006-12-18Fix xref section. Whitespace cleanups..wiz
2006-12-15add EL_GETFP, and EL_SETFP.christos
2006-11-25s/el->errfile/el->el_errfile/g in debug code, fixes MKDEBUGLIB build.freza
2006-11-24bump minor.christos
2006-11-24- Add more readline functions, enough for gdb-6.5christos
2006-11-09don't use alloca with ssp.christos
2006-10-22__weakref__ attribute can not be applied to anything when inside functionmrg
2006-09-28Fix memory leak found by valgrind (Julien Torres)christos
2006-08-31Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitiverpaulo
2006-08-21Change to a 3 clause copyright after permission of the holders.christos
2006-07-23PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit.christos
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-04-09fix debugging printf format.christos
2006-03-25remove if/free block checking known conditionrtr
2006-03-23move declaration to header file.christos
2006-03-21Coverity CID 2743: Not really a memory leak, but make it obvious that wechristos
2006-03-18Fix compilation.christos
2006-03-18Lint comment.christos
2006-03-18Coverity CID 1668: Plug memory leak.christos
2006-03-18Coverity CID 1666: Plug memory leak.christos
2006-03-18Coverity CID 1667: Plug memory leakchristos
2006-03-18Coverity CID 1662: Memory leak.christos
2006-03-18Coverity CID 597: remove dead code.christos
2006-03-18Coverity CID 1216: Prevent negative index use.christos
2006-03-18Coverity CID 806: Prevent NULL derefchristos
2006-03-06Print the actual eofc, instead of ^D\b\b.christos
2006-03-06use the tty chars for reprint and eof instead of hard-coded ^R and ^Dchristos
2006-02-13PR/32817: Magnus Svensson: write_history and read_history returncode is notchristos
2006-02-12Partial rl_getc_function support from Jess Thrysoee.christos
2005-11-09Refresh bug reported by Julien Torres:christos
2005-10-22change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systemschristos
2005-10-12Add el_get to SYNOPSIS. From jmc@openbsd.wiz
2005-09-09Fix double if (from Alexey E. Suslikov via jmc@openbsd).wiz
2005-08-19PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not workchristos
2005-08-10Don't save the el->el_line.cursor over a cv_insert call and use it laterchristos
2005-08-09Don't delete the current line in vi mode when typing 'yy'.christos
2005-08-09Fix two more help iterators. Thanks Stefan Farfeleder!christos