summary refs log tree commit diff
path: root/configure.ac (unfollow)
Commit message (Expand)Author
2018-03-22parser: Fix single-quoted patterns in here-documentsHerbert Xu
2018-03-22parser: Add syntax stack for recursive parsingHerbert Xu
2018-03-22parser: use pgetc_eatbnl() in more placesHarald van Dijk
2018-03-22builtin: Greater resolution in test -nt / test -otMartijn Dekker
2018-03-10mystring: fix "Illegal number" on FreeBSD & macOS for x=; echo $((x))Martijn Dekker
2018-03-10expand: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker
2018-03-10histedit: fix build with musl libcBaruch Siach
2018-03-10expand: Remove dependency on fmatch.h if it does not exitRink Springer
2018-03-10input: Fix here-document redirection with vi/emacs onHarald van Dijk
2018-03-10man: Small cleanup for Command Line EditingLarry Hynes
2018-03-10builtin: describe_command - fix incorrect pathHarald van Dijk
2018-03-10trap: Globally rename pendingsigs to pending_sigDenys Vlasenko
2016-09-23Release 0.5.9.1.Herbert Xu
2016-09-23expand - Fix dangling left square brackets in patternsHerbert Xu
2016-09-02builtin: Fix echo -n early terminationHerbert Xu
2016-09-02builtin: Fix handling of trailing IFS white spacesHerbert Xu
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