aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-07-03msh: delete this appletDenys Vlasenko
2017-07-03randomconfig fixesDenys Vlasenko
2017-07-01ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko
2017-07-01ash: fix 'trap - 65'Denys Vlasenko
2017-06-27ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko
2017-05-26ash: fix incorrect path in describe_commandYoufu Zhang
2017-05-22ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-12ash: implement "exec -a ARGV0 CMD ARGV1..."Denys Vlasenko
2017-04-12ash: make shellexec capable of using separate argv[0] and filename to execDenys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-02-03ash: add INT_OFF/ON around allocationsDenys Vlasenko
2017-01-31ash: improve / fix glob expansionFelix Fietkau
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-26sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko
2017-01-11ash: commented-out possible fix for 7694Denys Vlasenko
2017-01-11ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11hush: reinstate [[ builtinDenys Vlasenko
2017-01-11hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung
2017-01-11ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko
2017-01-10hush: shorten output of "help" builtinDenys Vlasenko
2017-01-10hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko
2017-01-10ash: revert "make dot command search current directory first"Denys Vlasenko
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09hush: make echo builtin optionalDenys Vlasenko
2017-01-09ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-09hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-09hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko
2017-01-09hush: fix 'defined but not used' warningDenys Vlasenko
2017-01-09hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko
2017-01-09hush: fix kill builtin without jobs supportDenys Vlasenko
2017-01-09typo fixDenys Vlasenko
2017-01-08hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko
2017-01-08hush: make memleak builtin optionalDenys Vlasenko
2017-01-08hush: make export builtin optionalDenys Vlasenko
2017-01-08hush: make umask builtin optionalDenys Vlasenko
2017-01-08hush: make set/unset builtins optionalDenys Vlasenko
2017-01-08hush: make read and trap builtins optionalDenys Vlasenko
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko
2017-01-08hush: support %%, %+ and % jobspec (meaning "current job")Denys Vlasenko
2017-01-07ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko
2017-01-06ash: explicltly group ash optionsKang-Che Sung
2017-01-04shell: clarify help text of CONFIG_{SH,BASH}_IS_* optionsKang-Che Sung
2017-01-03hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko
2017-01-03ash: fix error code regressionRon Yorston
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko