summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2010-12-16Observe the following spelling:wiz
2010-12-06Improve previous to avoid changing the interface of an externallydholland
2010-12-02add const, from PR 44183.dholland
2010-12-02Fix up bodgy code for printing completion matches; it used to sometimesdholland
2010-11-15don't increment i twice in the loop. From Michael Byrneschristos
2010-11-04PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 characterchristos
2010-10-23fix fd leak found by Igor Zinovikchristos
2010-09-16unbreak readline history.christos
2010-08-28setup a callback to be invoked on resize buffers so that readline canchristos
2010-08-04provide rl_on_newlinechristos
2010-07-21refresh only on SIGCONT not SIGWINCH from Edward Sheldrakechristos
2010-07-19retry the read after sigwinch too, from Edward Sheldrakechristos
2010-06-01tidy up memory allocation and don't unnecessarily print "./" before names.christos
2010-04-20Use the same hack for Solaris and MacOS/X. This is not right, we only reallychristos
2010-04-18\033 is more portable than \e still.christos
2010-04-18ffs needs strings.hchristos
2010-04-18shame on solaris that is the last OS not supporting $()christos
2010-04-15From Jess Thrysoeechristos
2010-04-15From Jess Thrysoeechristos
2010-04-15From Jess Thrysoeechristos
2010-04-15From Jess Thrysoeechristos
2010-04-15From Jess Thrysoee: call setlocale so we can test UTF-8christos
2010-04-15From Jess Thrysoee: add ifndef around def of _GNU_SOURCEchristos
2010-03-22https://bugzilla.redhat.com/show_bug.cgi?id=575383christos
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-20PR/42646: Joachim Kuebart: Shell crashes in libedit when window size changeschristos
2010-01-19Fix wrapper for EL_EDITOR, from Michael L. Hitchchristos
2010-01-18PR/42637: Joachim Kuebart: Shell tab completion crashes due to libedit stackchristos
2010-01-12- call the mapping function directly instead of el_wset().christos
2010-01-12- in the argv conversion, handle NULL as NULLchristos
2010-01-03Bump date for historyw -> history_w.wiz
2010-01-03rename historyw -> history_w for consistency.christos
2009-12-31expose the encode and decode string functions for the benefit of historychristos
2009-12-31- Document and enable wide character support.christos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-12-28reduce diff with tcshchristos
2009-12-28improve on the listing display by printing only one character after thechristos
2009-12-28Reduce diff with tcsh's editor. No functional change intended.christos
2009-12-28Fix bug where tab completion on the second or > line that caused listingchristos
2009-09-07apply apple patches from:christos
2009-08-31delete defined(sun), it could be invaded in the user namespace. Suggestedchristos
2009-08-30use __sun || sun instead of _SunOS, from Jess Thrysoeechristos
2009-07-25Ignore comment lines in .editrc from Jess Thrysoeechristos
2009-07-22Only need path if we have issetugid... From Anon Ymouschristos
2009-07-22Don't depend on side effects inside an assertchristos
2009-07-22Fix memory leaks in error paths.christos
2009-07-22Always initialize nread since it is an out param.christos
2009-07-22Move filename to the scope it is being used.christos
2009-07-17Simplify the code. No functional change.christos