summary refs log tree commit diff
path: root/configure.ac (unfollow)
Commit message (Expand)Author
2005-09-26Optimise away status and case statement in main().herbert
2005-09-26Eliminated global exerrno.herbert
2005-09-26Only reread exitstatus on EXEXIT in exitshell.herbert
2005-09-26Do not clobber exit status on EXEVAL.herbert
2005-09-26Size optimisations with state/s in main().herbert
2005-09-26Corrected grammar in manual page.agcosta
2005-09-26Catch set -e exits within built-in commands.herbert
2005-09-26Changed boolean rootshell into shlvl counter.herbert
2005-09-26Release 0.5.2.herbert
2005-09-26Corrected manual entry about ENV and non-interactive shells.pape
2005-09-26Removed debian files.herbert
2005-09-26Spell behaviour consistently in manual page.pape
2005-09-26Fixed spelling errors in manual page.agcosta
2005-09-26Fixed signed char promotion in src/expand.c.herbert
2005-09-26Size optimisations around varvalue() in src/expand.c.herbert
2005-09-26Fixed expansion when leading argument is null in src/expand.c.herbert
2005-09-26Allow negative pid argument to kill(1) in src/jobs.c.herbert
2005-09-26Fixed cd - when OLDPWD is unset.herbert
2005-09-26Include system.h.herbert