summary refs log tree commit diff
path: root/src/main.c (follow)
Commit message (Expand)AuthorAge
* [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
2017-08-04Use $() in install.shJune McEnroe Something gave me the impression that sh did not like this, but it's specified by POSIX. 2017-08-02Create Code Tarmak 3 layoutJune McEnroe 2017-07-31Add tupJune McEnroe 2017-07-31Use designated initializer for hnel tableJune McEnroe I did not know this syntax worked! 2017-07-30Add juneJune McEnroe 2017-07-30Play nethack as ValkyrieJune McEnroe 2017-07-28Add toggle to hnelJune McEnroe 2017-07-28Install slJune McEnroe 2017-07-25Add up, supJune McEnroe 2017-07-24Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe Don't you think it would be better if the setuid bit only gave you permission to do it and didn't do it for you? 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe