summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
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
2009-07-17- off by one in the term.h case.christos
2009-07-17handle prompt_esc properly.christos
2009-07-17Use the proper prompt printing function.christos
2009-07-09add stdio.h since we are using FILE. From Grant Ericksonchristos
2009-07-05note that the return value of el_gets doesn't remain valid acrossperry
2009-06-09decrement the number of levels after the loop (Julien Torres)christos
2009-06-08from Julien Torres, flip the order we pop in the macro array.christos
2009-05-19always scroll when we advance past bottom. From Caleb Weltonchristos
2009-05-12Punctuation nit.wiz
2009-05-11restore binary compatibility by providing new prompt functions that takechristos
2009-04-16PR/41230: -current: sh(1) endlessly looping in interactivechristos
2009-04-11Drop trailing whitespace.wiz
2009-04-11Don't use .Xo/.Xc to work around ancient macro argument limit in groff.joerg