summary refs log tree commit diff
path: root/ChangeLog (unfollow)
Commit message (Expand)Author
2005-10-29[SIGNAL] Added default implementation of strsignalHerbert Xu
2005-10-29Added missing system.h inclusion for mempcpyHerbert Xu
2005-10-29Fixed gcc 4.0 compilation problemsHerbert Xu
2005-10-29[EXPAND] Added getpwhome as a wrapper for getpwnamHerbert Xu
2005-10-29[SYSTEM] Added default implementation of bsearchHerbert Xu
2005-10-29Use stat if stat64 does not existHerbert Xu
2005-10-29[BUILTIN] Stop using sysexits.h in commandcmdHerbert Xu
2005-10-29[SIGNAL] Use bsd_signal if it exists and signal does notHerbert Xu
2005-10-29[SIGNAL] Removed use of __P from error.hHerbert Xu
2005-10-29Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu
2005-10-26[INPUT] Size optimisations in preadbuffer()Herbert Xu
2005-10-01[INPUT] Fix NUL skipping in preadbufferHerbert Xu
2005-09-26Added eflag fixes for trap and minusc.herbert
2005-09-26Removed unnecessary inclusion of eval.h from parser.c.herbert
2005-09-26Let evaltree handle traps from cmdloop.herbert
2005-09-26Handle SKIPEVAL in read_profile by exiting.herbert
2005-09-26Removed unnecessary inclusion of main.h from eval.c.herbert
2005-09-26Generalise setinputfile for use in read_profile/readcmdfile.herbert
2005-09-26Removed some unnecessary inclusions of input.h.herbert
2005-09-26Turn evalskip into a bit field.herbert
2005-09-26Eliminate first null termination in setvar.herbert
2005-09-26Add trailing equal sign in setvar for variables set to null.pape
2005-09-26Get rid of duplicate -g -O2 in CFLAGS.herbert
2005-09-26Cleaned up src/Makefile.am.herbert
2005-09-26Fixed support for cross-compilation.gilles.chanteperdrix
2005-09-26Do not clobber exit status in dotcmd.herbert
2005-09-26Removed redundant setstackmark from dotcmd.herbert
2005-09-26Removed qflag.herbert
2005-09-26Invert return value of test_eaccess and rename it to test_st_mode.herbert
2005-09-26Eliminate duplicate stat in test_eaccess.herbert
2005-09-26Optimised FILGZ test.herbert
2005-09-26Enclose abort insode ifdef DEBUG.herbert
2005-09-26Renamed error to sh_error.herbert
2005-09-26Normalise input in likely/unlikely macros.herbert
2005-09-26Removed expcmd built-in.herbert
2005-09-26Only set skipcount for break and continue.herbert
2005-09-26Update funcnest atomically.herbert
2005-09-26Replaced EXEVAL with SKIPEVAL.herbert
2005-09-26Corrected that/than typo in manual page.agcosta
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