summary refs log tree commit diff
path: root/src/trap.c (follow)
Commit message (Expand)AuthorAge
* trap: Globally rename pendingsigs to pending_sigDenys Vlasenko2018-03-10
* trap: Implement POSIX.1-2008 trap reset behaviourHerbert Xu2016-09-02
* input: Remove HETIOHerbert Xu2015-01-05
* [BUILTIN] Return without arguments in a trap should use status outside trapsHerbert Xu2014-10-06
* [BUILTIN] Exit without arguments in a trap should use status outside trapsHerbert Xu2014-10-06
* [TRAP] Make sure evalskip is zero before running trapsHerbert Xu2014-10-02
* [SIGNAL] Mark status as volatile in exitshellMaciej Żenczykowski2010-11-28
* [EVAL] Fixed trap/return regression due to SKIPEVAL removalHerbert Xu2010-11-28
* [JOBS] Fix wait regression where it does not wait for all jobsHerbert Xu2010-05-27
* [EVAL] Force fork if any trap is set, not just on EXITJilles Tjoelker2010-05-27
* [BUILTIN] Make trap signal name/number errors non-fatal.Herbert Xu2010-04-02
* [EVAL] Pass EV_TESTED into evalcmdHerbert Xu2009-08-11
* [SIGNAL] Remove EXSIGHerbert Xu2009-02-22
* [JOBS] Fix dowait signal raceHerbert Xu2009-02-22
* [SHELL] Move flushall to the point just before _exitHerbert Xu2007-09-22
* [SHELL] Restore foreground process group on exitHerbert Xu2007-09-22
* [EVAL] Make eval with empty arguments return 0 Herbert Xu2006-01-12
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Added eflag fixes for trap and minusc.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Only reread exitstatus on EXEXIT in exitshell.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
class='logheader'>2018-09-13Move color selection to format.cJune McEnroe 2018-09-13Fix len for format->split at end of stringJune McEnroe 2018-09-13Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe I have no idea why I did this. 2018-09-13Rewrite UI againJune McEnroe The persistent topic is gone and the status line is now at the top. The status formatting still needs to be reworked. I also want to try showing the nick in the input window so it really looks like your next message. 2018-09-12Add note about C-oJune McEnroe Why are there so few well usable ctrl key bindings? 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe