aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-26ash: associate command names with jobsRon Yorston1-14/+16
2021-09-26ash: additional support for background jobsRon Yorston3-11/+44
2021-09-22ash: fix FUNCNAME issueRon Yorston1-0/+5
2021-09-21cal: implement -mRon Yorston1-13/+25
2021-09-21ash: improve signal handlingRon Yorston4-1/+12
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston1-14/+9
2021-09-18win32: limited version of timegm(3)Ron Yorston1-84/+13
2021-09-17ash: avoid problems with non-zero DEBUGRon Yorston1-3/+6
2021-09-17win32: don't affect POSIX buildRon Yorston1-1/+1
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko1-1/+10
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko3-15/+12
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston1-9/+3
2021-09-17ash: adjust reinitvar() to allow for FUNCNAMERon Yorston1-1/+10
2021-09-17win32: changes to allow timezones in datesRon Yorston7-9/+254
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko7-12/+16
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko2-3/+4
2021-09-17chmod: correctly report changed modesDenys Vlasenko1-1/+2
2021-09-17date,touch: allow timezone offsets in datesRon Yorston6-10/+83
2021-09-16getopt: code shrinkRon Yorston1-36/+28
2021-09-15ash: introduce bash-like $FUNCNAMEDenys Vlasenko1-3/+24
2021-09-15libbb: code shrink parse_datestrRon Yorston1-11/+36
2021-09-14ash: let ignoreeof only affect interactive shellsRon Yorston1-3/+4
2021-09-14ash: stopped jobs should only prevent exit from interactive shellRon Yorston1-1/+1
2021-09-14ash: fix ignoreeof optionRon Yorston1-19/+3
2021-09-11df: "support" -H as an alias of -hDenys Vlasenko1-11/+15
2021-09-10Update default configurationRon Yorston2-2/+6
2021-09-10httpd: fix config depsDenys Vlasenko1-0/+1
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko1-1/+1
2021-09-10blkdiscard: accept -f (force) as no-opDenys Vlasenko1-5/+8
2021-09-09basename: implement -a and -s SUFFIXDenys Vlasenko1-24/+38
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko4-22/+10
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev3-4/+21
2021-09-09awk: never return NULL from awk_printf()Denys Vlasenko1-4/+4
2021-09-09awk: code shrinkDenys Vlasenko1-8/+7
2021-09-09awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko1-21/+33
2021-09-09awk: fix read beyond end of bufferRon Yorston1-11/+13
2021-09-09ash: eval: Prevent recursive PS4 expansionDenys Vlasenko1-1/+6
2021-09-08ash: parser: Get rid of PEOADenys Vlasenko1-131/+108
2021-09-08ash: code shrink ps_cmdRon Yorston1-6/+12
2021-09-08ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko5-2/+31
2021-09-08ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko1-1/+1
2021-09-08ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko1-8/+11
2021-09-08ash: parser: Fix handling of empty aliasesDenys Vlasenko1-21/+15
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko1-10/+14
2021-09-07hush: fix var_LINENO3.tests failureDenys Vlasenko1-2/+8
2021-09-07shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko1-1/+10
2021-09-07ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko17-41/+49
2021-09-07ash: fix LINENO in functionsDenys Vlasenko5-12/+28
2021-09-07ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko1-1/+2
2021-09-07hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko6-3/+21