Age | Commit message (Expand) | Author |
2018-04-06 | i386: make stack size optimization selectable, and allow i486 insns (bswap) | Denys Vlasenko |
2018-04-06 | placate gcc-8.0.1 warnings | Denys Vlasenko |
2018-04-06 | hush: fix "unset PS1/PS2", and put them into initial variable set | Denys Vlasenko |
2018-04-06 | sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko |
2018-04-06 | hush: if we did match "LINENO" or "OPTIND", stop further comparisons | Denys Vlasenko |
2018-04-06 | hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND | Denys Vlasenko |
2018-04-05 | hush: update to correctly handle changed var_bash[346].tests | Denys Vlasenko |
2018-04-05 | hush: implement "hush -s" | Denys Vlasenko |
2018-04-05 | placate gcc 8.0.1 sprintf overflow warnings in config tools | Denys Vlasenko |
2018-04-05 | hush: fix a few more corner cases with empty-expanding `cmds` | Denys Vlasenko |
2018-04-05 | hush: fix corner cases with exec in empty expansions | Denys Vlasenko |
2018-04-05 | hush: less mind-bending set_vars_and_save_old() | Denys Vlasenko |
2018-04-05 | hush: "no logic changes" in last commit was not true, fix it up | Denys Vlasenko |
2018-04-05 | hush: make run_pipe code simpler to understand, no logic changes | Denys Vlasenko |
2018-04-05 | hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f | Denys Vlasenko |
2018-04-04 | hush: make var nesting code independent of "local" support | Denys Vlasenko |
2018-04-04 | hush: fix for readonly vars in "ro=A ro=B cmd" case | Denys Vlasenko |
2018-04-04 | sort: move misplaced comment | Denys Vlasenko |
2018-04-04 | sort: FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko |
2018-04-04 | ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit | Denys Vlasenko |
2018-04-03 | hush: support "f() (cmd)" functions | Denys Vlasenko |
2018-04-03 | hush: fix mishandling of "true | f() { echo QWE; }" | Denys Vlasenko |
2018-04-03 | hush: fix "set -e; false || x=1; echo OK" | Denys Vlasenko |
2018-04-03 | hush: one-word, no-globbing handling of local/export/readonly args | Denys Vlasenko |
2018-04-02 | ash: parser: Fix parameter expansion inside inner double quotes | Denys Vlasenko |
2018-04-02 | hush: fix a backslash-removal bug in case | Denys Vlasenko |
2018-04-02 | ash: expand: Fix bugs with words connected to the right of $@ | Denys Vlasenko |
2018-04-02 | ash: redir: Fix typo in noclobber code | Denys Vlasenko |
2018-04-02 | ash: parser: Fix single-quoted patterns in here-documents | Denys Vlasenko |
2018-04-02 | hush: remove stray debugging printout | Denys Vlasenko |
2018-04-02 | ash: parser: Add syntax stack for recursive parsing | Denys Vlasenko |
2018-04-01 | hush: update information comment about heredoc discrepancy | Denys Vlasenko |
2018-04-01 | libbb: new function bb_die_memory_exhausted | Denys Vlasenko |
2018-04-01 | sed: prevent overflow of length from bb_get_chunk_from_file | Quentin Rameau |
2018-04-01 | libbb: remove unnecessary variable in xmalloc_fgets | Quentin Rameau |
2018-04-01 | hush: add a comment where we differ from bash wrt heredoc EOF mark handling | Denys Vlasenko |
2018-04-01 | parser: Fix backquote support in here-document EOF mark | Denys Vlasenko |
2018-04-01 | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko |
2018-03-31 | shells: fix var_LINENO1.tests false positive, add it to ash tests too | Denys Vlasenko |
2018-03-31 | hush: fix heredoc_bkslash_newline1.tests failure | Denys Vlasenko |
2018-03-31 | ash: use pgetc_eatbnl() in more places | Denys Vlasenko |
2018-03-31 | ash: 'nolog' and 'debug' options cause "$-" to wreak havoc | Martijn Dekker |
2018-03-31 | stat: fix a typo: s/romfs/ramfs/, closes 10876 | Denys Vlasenko |
2018-03-31 | hush: fix a signedness bug | Denys Vlasenko |
2018-03-30 | ash,hush: new test dollar_repl_slash_bash2.tests | Denys Vlasenko |
2018-03-30 | ash: fix "char == CTLfoo" comparison signedness bug | Denys Vlasenko |
2018-03-30 | ash: use F_DUPFD_CLOEXEC and O_CLOEXEC | Denys Vlasenko |
2018-03-30 | examples/var_service: new example: dnsmasq service | Denys Vlasenko |
2018-03-30 | cpio: extract "unsafe" symlinks the same way tar/unzip does | Natanael Copa |
2018-03-30 | svok: new applet (daemontools compat) | Denys Vlasenko |