Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2023-06-14shell/math: document ternary ?: op's weirdness, add code commentsDenys Vlasenko
2023-06-13shell/math: fix one name check, other minor cleanupsDenys Vlasenko
2023-06-13shell: add a few yet-failing arithmentic testsDenys Vlasenko
2023-06-13shell/math: reduce stack usageDenys Vlasenko
2023-06-12shell: avoid segfault on ${0::0/0~09J}. Closes 15216Denys Vlasenko
2023-06-12hush: fix expansion of space in "a=${a:+$a }c" constructDenys Vlasenko
2023-05-25hush: make "false" built-inDenys Vlasenko
2023-05-25hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling
2023-05-09hush: add comment about abort on syntax error %{^}Denys Vlasenko
2023-05-08hush: fix an interactive abort on errorDenys Vlasenko
2023-04-16ash,hush: tab completion of functions and aliasesRon Yorston
2023-04-13hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko
2023-04-03ash: fix broken new mail detectionDenys Vlasenko
2023-04-02hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko
2023-04-01hush: speed up "big heredoc" codeDenys Vlasenko
2023-04-01hush: add TODO commentDenys Vlasenko
2023-04-01ash: code shrinkDenys Vlasenko
2023-03-31ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko
2023-03-31ash: improve trap and jobs builtins in child shellsRon Yorston
2023-03-29ash: make EPOCH variables work if RANDOM is disabledRon Yorston
2023-01-30hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko
2023-01-30hush: restore tty pgrp on SIGHUPDenys Vlasenko
2023-01-30hush: remove special handling of SIGHUPDenys Vlasenko
2023-01-26shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko
2023-01-03hush: code shrinkDenys Vlasenko
2023-01-03ash: trivial code shrinkDenys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-08-02ash: fix use-after-free in bash pattern substitutionSören Tempel
2022-08-02ash: fix use-after-free in pattern substituon codeDenys Vlasenko
2022-08-02ash: fix ifs cleanup on error pathsDenys Vlasenko
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-05-01style fixDenys Vlasenko
2022-03-01ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko
2022-03-01ash: fix unsafe use of mempcpyDenys Vlasenko
2022-03-01ash: don't read past end of var in subvareval for bash substitutionsSören Tempel
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-17shell: add comments about SIGINT-related problemsDenys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-13ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko
2022-01-12reset: better --help textDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-10-13shell: tweak --helpDenys Vlasenko