Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright/licence updates and remove all traces of sys/cdefs.h | Herbert Xu | 2005-10-29 |
| | | | | | | | | | | | This change updates the BSD licence to the three-clause version since NetBSD has already done so. This makes dash GPL-compatible. It also adds Christos Zoulas (NetBSD ash maintainer) to the COPYING file. I've added "copyright by Herbert Xu" to most files. Finally all CVS IDs and inclusion of sys/cdefs.h have been removed. The latter is needed for support of klibc. | ||
* | Added eflag fixes for trap and minusc. | herbert | 2005-09-26 |
| | | | | | | Let evaltree handle traps from cmdloop. Reset evalskip after minusc is executed. Stop executing traps once SKIPEVAL is seen. | ||
* | Let evaltree handle traps from cmdloop. | herbert | 2005-09-26 |
| | |||
* | Handle SKIPEVAL in read_profile by exiting. | herbert | 2005-09-26 |
| | |||
* | Generalise setinputfile for use in read_profile/readcmdfile. | herbert | 2005-09-26 |
| | |||
* | Do not clobber exit status in dotcmd. | herbert | 2005-09-26 |
| | |||
* | Removed redundant setstackmark from dotcmd. | herbert | 2005-09-26 |
| | |||
* | Removed qflag. | herbert | 2005-09-26 |
| | |||
* | Renamed error to sh_error. | herbert | 2005-09-26 |
| | |||
* | Replaced EXEVAL with SKIPEVAL. | herbert | 2005-09-26 |
| | |||
* | Optimise away status and case statement in main(). | herbert | 2005-09-26 |
| | |||
* | Eliminated global exerrno. | herbert | 2005-09-26 |
| | |||
* | Size optimisations with state/s in main(). | herbert | 2005-09-26 |
| | |||
* | Catch set -e exits within built-in commands. | herbert | 2005-09-26 |
| | |||
* | Changed boolean rootshell into shlvl counter. | herbert | 2005-09-26 |
| | |||
* | Initial import. | Herbert Xu | 2005-09-26 |