summary refs log tree commit diff
path: root/src/error.h (follow)
Commit message (Expand)AuthorAge
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [BUILTIN] Stop documenting EXSHELLPROCJonathan Nieder2010-11-28
* [BUILTIN] Use EXEXIT in place of EXEXECJonathan Nieder2010-11-28
* [SIGNAL] Remove EXSIGHerbert Xu2009-02-22
* [SIGNAL] Removed use of __P from error.hHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Replaced EXEVAL with SKIPEVAL.herbert2005-09-26
* Eliminated global exerrno.herbert2005-09-26
* Catch set -e exits within built-in commands.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
3ce5a69661d&follow=1'>Use 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