summary refs log tree commit diff
path: root/src/main.c (follow)
Commit message (Expand)AuthorAge
* [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmdHerbert Xu2011-07-09
* [SHELL] Optimize dash -c "command" to avoid a forkHerbert Xu2011-07-07
* [BUILTIN] Dotcmd should exit with zero when doing nothingJonathan Nieder2011-03-10
* [ERROR] Allow the originator of EXERROR to set the exit statusHerbert Xu2010-11-28
* [EVAL] Revert SKIPEVAL into EXEXITHerbert Xu2009-08-11
* [OPTIONS] Added support for -lHerbert Xu2008-07-13
* [SHELL] Expand ENV before using itHerbert Xu2008-07-13
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Added eflag fixes for trap and minusc.herbert2005-09-26
* Let evaltree handle traps from cmdloop.herbert2005-09-26
* Handle SKIPEVAL in read_profile by exiting.herbert2005-09-26
* Generalise setinputfile for use in read_profile/readcmdfile.herbert2005-09-26
* Do not clobber exit status in dotcmd.herbert2005-09-26
* Removed redundant setstackmark from dotcmd.herbert2005-09-26
* Removed qflag.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Replaced EXEVAL with SKIPEVAL.herbert2005-09-26
* Optimise away status and case statement in main().herbert2005-09-26
* Eliminated global exerrno.herbert2005-09-26
* Size optimisations with state/s in main().herbert2005-09-26
* Catch set -e exits within built-in commands.herbert2005-09-26
* Changed boolean rootshell into shlvl counter.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26