summary refs log tree commit diff
path: root/src/exec.c (follow)
Commit message (Expand)AuthorAge
* builtin: describe_command - fix incorrect pathHarald van Dijk2018-03-10
* [BUILTIN] Small optimisation of command -pv changeHerbert Xu2014-09-26
* [BUILTIN] command: allow combining -p with -vHarald van Dijk2014-09-26
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [EVAL] Let funcnode refer to a function definition, not its first commandHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Use EXEXIT in place of EXEXECJonathan Nieder2010-11-28
* [EXEC] Fixed _PATH_BSHELL warningHerbert Xu2008-05-03
* [EXEC] Fixed execing of scripts with no hash-bangHerbert Xu2007-10-15
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [BUILTIN] Fixed command -v segmentation faultHerbert Xu2006-10-22
* [SYSTEM] Added default implementation of bsearchHerbert Xu2005-10-29
* [BUILTIN] Stop using sysexits.h in commandcmdHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Removed some unnecessary inclusions of input.h.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Eliminated global exerrno.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
id=9ccb25a1a5589be4091b684fbde9b83800fe1f6e&follow=1'>Fix /me formatting side-effectsJune McEnroe 2018-08-07Define ui.c BUF_LEN with enumJune McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe