summary refs log tree commit diff
path: root/autogen.sh (unfollow)
Commit message (Expand)Author
2016-09-02eval: Return status in eval functionsHerbert Xu
2016-09-02jobs: Handle string-based job descriptorsStephen Kitt
2016-09-02trap: Implement POSIX.1-2008 trap reset behaviourHerbert Xu
2016-06-07eval: Fix exit status when calling eval/dot with no commandsHarald van Dijk
2016-06-06man: Document ulimit -vGioele Barabucci
2016-06-06shell: Fix build on Solaris 9Jonathan Perkin
2016-06-06jobs: Don't attempt to access job table for job %0Tobias Klauser
2016-06-06builtin: Reject malformed printf specifications with digits after '*'Patrick Brown
2016-06-06Release 0.5.9.Herbert Xu
2015-08-13builtin: Reset t_wp_op in testcmdHerbert Xu
2015-06-11man: Fix description of getopts when last argument reachedFelix Dietrich
2015-06-11builtin: Clear LC_ALL in mkbuiltinsFredrik Fornwall
2015-01-05input: Allow two consecutive calls to pungetcHerbert Xu
2015-01-05input: Move all input state into parsefileHerbert Xu
2015-01-05input: Remove HETIOHerbert Xu
2015-01-05input: Make preadbuffer staticHerbert Xu
2015-01-05expand: Fixed "$@" expansion when EXP_FULL is falseHerbert Xu
2014-12-26builtin: create builtins.c properly on old cppkabe@sra-tohoku.co.jp
2014-12-26man: Clarify two redirection mechanismsStéphane Aulery
2014-11-17[BUILTIN] Fix "test -x" as root on FreeBSD 8Jonathan Nieder
2014-11-17[MAN] Document redirection file descriptor limitationStéphane Aulery
2014-11-17[MAN] Correct typo in manual pageStéphane Aulery
2014-10-30[PARSER] Catch variable length expansions on non-existant specialsHerbert Xu
2014-10-28[PARSER] Simplify EOF/newline handling in list parserHerbert Xu
2014-10-28[PARSER] Removed unnecessary pungetc on EOF from parserHerbert Xu
2014-10-27[BUILTIN] Handle -- in dotcmdHerbert Xu
2014-10-27[BUILTIN] Simplify echo commandHerbert Xu
2014-10-27[BUILTIN] Optimise handling of backslash octals in printfHerbert Xu
2014-10-27[BUILTIN] Use error instead of warnx for fatal errors in printfHerbert Xu
2014-10-27[BUILTIN] Remove getintmax in printfHerbert Xu
2014-10-27[BUILTIN] Remove unnecessary restoration of format string in printfHerbert Xu
2014-10-27[OUTPUT] Add ifdefs around MEM_OUT handling in outmemHerbert Xu
2014-10-27[OUTPUT] Add likely tag in outmemHerbert Xu
2014-10-27[INPUT] Replace open-coded flushall in preadbufferHerbert Xu
2014-10-27[BUILTIN] Handle embedded NULs correctly in printfHerbert Xu
2014-10-27[BUILTIN] Add printf support for format string a, A, and FHerbert Xu
2014-10-27[CD] support drive letters on CygwinEric Blake
2014-10-08[EXPAND] Optimise nulonly away and just use quoted as beforeHerbert Xu
2014-10-08[EXPAND] Do not split quoted VSLENGTH and VSTRIMHerbert Xu
2014-10-08[EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyHerbert Xu
2014-10-07[VAR] Use setvareq to set OPTIND initiallyHerbert Xu
2014-10-06[BUILTIN] Return without arguments in a trap should use status outside trapsHerbert Xu
2014-10-06[BUILTIN] Allow return in loop conditional to set exit statusHerbert Xu
2014-10-06[EVAL] Move common skipcount logic into skiploopHerbert Xu
2014-10-06[BUILTIN] Do not allow break to break across function callsHerbert Xu
2014-10-06[BUILTIN] Exit without arguments in a trap should use status outside trapsHerbert Xu
2014-10-03[EVAL] Do not clobber exitstatus in evalcommandHerbert Xu
2014-10-02[ERROR] Set exitstatus in onintHerbert Xu
2014-10-02[TRAP] Make sure evalskip is zero before running trapsHerbert Xu
2014-10-02[EVAL] Fix use-after-free in dotrap/evalstringHerbert Xu