Age | Commit message (Expand) | Author |
2017-07-06 | hush: add tickquote1.tests from ash testsuite | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc3.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc1.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash_test/run-all and hush_test/run-all a bit | Denys Vlasenko |
2017-07-06 | hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST | Denys Vlasenko |
2017-07-05 | hush: fix quoted_punct.tests failure | Denys Vlasenko |
2017-07-05 | ash: fix escaping of a few characters (broken by last commits) | Denys Vlasenko |
2017-07-05 | ash: tweak in comment | Denys Vlasenko |
2017-07-05 | ash: note which versions of glibc exhibit "rho bug" | Denys Vlasenko |
2017-07-05 | ash: fix matching of unicode greek letter rho (cf 81) and similar cases | Denys Vlasenko |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-07-03 | msh: delete this applet | Denys Vlasenko |
2017-07-03 | randomconfig fixes | Denys Vlasenko |
2017-07-01 | ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2 | Denys Vlasenko |
2017-07-01 | ash: fix 'trap - 65' | Denys Vlasenko |
2017-06-27 | ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT | Denys Vlasenko |
2017-05-26 | ash: fix incorrect path in describe_command | Youfu Zhang |
2017-05-22 | ash,hush: fix SIGCHLD interrupting read builtin | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-04-12 | ash: implement "exec -a ARGV0 CMD ARGV1..." | Denys Vlasenko |
2017-04-12 | ash: make shellexec capable of using separate argv[0] and filename to exec | Denys Vlasenko |
2017-04-12 | libbb: GETOPT_RESET macro | Kaarle Ritvanen |
2017-02-03 | ash: add INT_OFF/ON around allocations | Denys Vlasenko |
2017-01-31 | ash: improve / fix glob expansion | Felix Fietkau |
2017-01-30 | wget: add a big explanation what TLS code implements and what does not | Denys Vlasenko |
2017-01-29 | *: add comment about APPLET_ODDNAME format | Denys Vlasenko |
2017-01-26 | sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK | Denys Vlasenko |
2017-01-11 | ash: commented-out possible fix for 7694 | Denys Vlasenko |
2017-01-11 | ash: 16-bit ->nprocs field is a pain for many CPUs | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2017-01-11 | hush: reinstate [[ builtin | Denys Vlasenko |
2017-01-11 | hush: split bash compatible extensions into separate defines. No code changes | Kang-Che Sung |
2017-01-11 | ash: split bash compatible extensions into separate defines. No code changes | Denys Vlasenko |
2017-01-10 | hush: shorten output of "help" builtin | Denys Vlasenko |
2017-01-10 | hush: reorder builtins (cd and pwd ought to be close, etc), no code changes | Denys Vlasenko |
2017-01-10 | ash: revert "make dot command search current directory first" | Denys Vlasenko |
2017-01-10 | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2017-01-09 | hush: make echo builtin optional | Denys Vlasenko |
2017-01-09 | ash: fix a bug in argv restoration after sourcing a file | Denys Vlasenko |
2017-01-09 | hush: fix a bug in argv restoration after sourcing a file | Denys Vlasenko |
2017-01-09 | hush: global_args_malloced is used only if set builtin is enabled | Denys Vlasenko |
2017-01-09 | hush: fix 'defined but not used' warning | Denys Vlasenko |
2017-01-09 | hush: remove redundand test for ENABLE_HUSH_JOB | Denys Vlasenko |
2017-01-09 | hush: fix kill builtin without jobs support | Denys Vlasenko |
2017-01-09 | typo fix | Denys Vlasenko |
2017-01-08 | hush: conditionalize print_escaped() on EXPORT || TRAP | Denys Vlasenko |
2017-01-08 | hush: make memleak builtin optional | Denys Vlasenko |
2017-01-08 | hush: make export builtin optional | Denys Vlasenko |
2017-01-08 | hush: make umask builtin optional | Denys Vlasenko |