- 56f0e88 cal: implement -m by Ron Yorston · 3 years, 4 months ago
- f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 4 months ago
- 6d2463a libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion by Denys Vlasenko · 3 years, 4 months ago
- 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 4 months ago
- 3a65435 libbb: ensure mode_string is NUL terminated by Ron Yorston · 3 years, 4 months ago
- 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 4 months ago
- 4958c18 libbb: code shrink bb_parse_mode by Denys Vlasenko · 3 years, 4 months ago
- 2df4e0a chmod: correctly report changed modes by Denys Vlasenko · 3 years, 4 months ago
- 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 4 months ago
- 83e20cb getopt: code shrink by Ron Yorston · 3 years, 4 months ago
- 704c596 ash: introduce bash-like $FUNCNAME by Denys Vlasenko · 3 years, 4 months ago
- 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 4 months ago
- 5726df5 ash: let ignoreeof only affect interactive shells by Ron Yorston · 3 years, 4 months ago
- 50239a6 ash: stopped jobs should only prevent exit from interactive shell by Ron Yorston · 3 years, 4 months ago
- 0beee20 ash: fix ignoreeof option by Ron Yorston · 3 years, 4 months ago
- 9346ea9 df: "support" -H as an alias of -h by Denys Vlasenko · 3 years, 4 months ago
- 40f2dd7 httpd: fix config deps by Denys Vlasenko · 3 years, 4 months ago
- c00bcf2 libbb: reuse "bad port" error message string by Denys Vlasenko · 3 years, 4 months ago
- c421388 blkdiscard: accept -f (force) as no-op by Denys Vlasenko · 3 years, 4 months ago
- 0599e0f basename: implement -a and -s SUFFIX by Denys Vlasenko · 3 years, 4 months ago
- 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 4 months ago
- 82c5eb8 httpd,telnetd: make default port configurable by Sergey Ponomarev · 3 years, 4 months ago
- 857800c awk: never return NULL from awk_printf() by Denys Vlasenko · 3 years, 4 months ago
- e60c569 awk: code shrink by Denys Vlasenko · 3 years, 4 months ago
- 8a0adba awk: code shrink: avoid duplicate NUL checks and strlen() by Denys Vlasenko · 3 years, 4 months ago
- 305a30d awk: fix read beyond end of buffer by Ron Yorston · 3 years, 4 months ago
- eb60777 ash: eval: Prevent recursive PS4 expansion by Denys Vlasenko · 3 years, 4 months ago
- 48cb983 ash: parser: Get rid of PEOA by Denys Vlasenko · 3 years, 4 months ago
- 8c68ae8 ash: parser: Fix alias expansion after heredoc or newlines by Denys Vlasenko · 3 years, 4 months ago
- c540256 ash: use pgetc_eatbnl() in more places, take 3 by Denys Vlasenko · 3 years, 4 months ago
- 1c06ddd ash: parser: Save and restore heredoclist in expandstr by Denys Vlasenko · 3 years, 4 months ago
- 30af593 ash: parser: Fix handling of empty aliases by Denys Vlasenko · 3 years, 4 months ago
- 6a9b3f7 shuf: add a TODO, code shrink by Denys Vlasenko · 3 years, 4 months ago
- 574b9c4 hush: fix var_LINENO3.tests failure by Denys Vlasenko · 3 years, 4 months ago
- bcff3a7 shell/ash_test/run-all: unset locale/language variables by Denys Vlasenko · 3 years, 4 months ago
- 64aa86b ash: LINENO starts from 0 in -c SCRIPT mode by Denys Vlasenko · 3 years, 4 months ago
- d6c9cbc ash: fix LINENO in functions by Denys Vlasenko · 3 years, 4 months ago
- 0d7dfa9 ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs by Denys Vlasenko · 3 years, 4 months ago
- e53c7db hush: fix set -n to act immediately, not just after run_list() by Denys Vlasenko · 3 years, 4 months ago
- f415e21 ash: eval: Do not cache value of eflag in evaltree by Denys Vlasenko · 3 years, 4 months ago
- 41beb53 ash: eval: Check nflag in evaltree instead of cmdloop by Denys Vlasenko · 3 years, 4 months ago
- e0bf3df ash: add bash-like ERR trap and set -E by Roberto A. Foglietta · 3 years, 4 months ago
- 4b032a4 chat: hopefully fix infinite spinning on input EOF by Denys Vlasenko · 3 years, 4 months ago
- 7d06d6e awk: fix printf %% by Daniel Thau · 3 years, 4 months ago
- f4ba69d shuf: make -i 99999999990-100000000000 work even on 32 bits by Denys Vlasenko · 3 years, 4 months ago
- 8aa626f udhcp: add comments, no code changes by Denys Vlasenko · 3 years, 4 months ago
- d7e39f2 examples/var_service/fw/run: allow extif's to be more than one iface by Denys Vlasenko · 3 years, 4 months ago
- 4a36ef1 ash: regressions in process substitution by Ron Yorston · 3 years, 4 months ago
- f026919 dhcprelay: change two more variables to unsigned by Denys Vlasenko · 3 years, 4 months ago
- 3f2d969 udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --help by Denys Vlasenko · 3 years, 4 months ago
- 62d0c8e udhcpd: check config file for bad IP ranges (start > end) by Denys Vlasenko · 3 years, 4 months ago
- d99dee9 udhcpd: update --help to include -a MSEC by Denys Vlasenko · 3 years, 4 months ago
- a51d953 vi: further changes to colon addresses by Ron Yorston · 3 years, 4 months ago
- 6d3da73 bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate by Denys Vlasenko · 3 years, 4 months ago
- 49a2e48 shuf: in -i RANGE, accept numbers up to width of pointers by Denys Vlasenko · 3 years, 4 months ago
- 60f4843 shuf: with -i LOW-HIGH, do not allow any argv's by Denys Vlasenko · 3 years, 5 months ago
- d59f539 shuf: tweak --help text by Denys Vlasenko · 3 years, 5 months ago
- 1b66112 mount: code shrink by Denys Vlasenko · 3 years, 5 months ago
- dbdf9e0 mount: with -w, do not fall back to read-only mounts by Denys Vlasenko · 3 years, 5 months ago
- 922b58b tar,smemcap: silence compiler warning by Ron Yorston · 3 years, 5 months ago
- 1e7ca18 Regularize "NUL terminated input" --help texts by Denys Vlasenko · 3 years, 5 months ago
- 8817e28 shuf: speed-up when limited output is requested by Ron Yorston · 3 years, 5 months ago
- 74c4f35 vi: code shrink print_literal() by Ron Yorston · 3 years, 5 months ago
- 08ad934 vi: searches in colon commands should wrap by Ron Yorston · 3 years, 5 months ago
- 4357569 rev: correct output for long input lines by Ron Yorston · 3 years, 5 months ago
- 62d5a1e tar,smemcap: commonalyze checksumming code for tar header by Denys Vlasenko · 3 years, 5 months ago
- 38e9c8c vi: don't right shift empty lines by Ron Yorston · 3 years, 5 months ago
- f9217cd vi: support ~/.exrc by Ron Yorston · 3 years, 5 months ago
- f07772f vi: changes to handling of -c and EXINIT by Ron Yorston · 3 years, 5 months ago
- 29b53ef udhcp: fix build breakage on MIPS by Denys Vlasenko · 3 years, 5 months ago
- 9d286a0 Start 1.35.0 development cycle by Denys Vlasenko · 3 years, 5 months ago
- d922947 Bump version to 1.34.0 by Denys Vlasenko · 3 years, 5 months ago 1_34_0
- 540aa11 scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTS by Denys Vlasenko · 3 years, 5 months ago
- 9ba5024 fdisk: indentation fix by Denys Vlasenko · 3 years, 5 months ago
- 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 5 months ago
- 8e8cea2 awk: fix testsuite by Denys Vlasenko · 3 years, 5 months ago
- d6a7203 vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS by Denys Vlasenko · 3 years, 5 months ago
- 8d71868 tar: fix testsuite by Denys Vlasenko · 3 years, 5 months ago
- 1ce6069 dd: tweak --help by Denys Vlasenko · 3 years, 5 months ago
- b259415 dd: fix testsuite by Denys Vlasenko · 3 years, 5 months ago
- d32ef31 *: remove remains of FEATURE_TOUCH_NODEREF by Denys Vlasenko · 3 years, 5 months ago
- 319e20b taskset: disallow "taskset -p 0" by Denys Vlasenko · 3 years, 5 months ago
- ac2d4d8 touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3 by Denys Vlasenko · 3 years, 5 months ago
- eaa8ee4 cut: fix testsuite by Denys Vlasenko · 3 years, 5 months ago
- 21afdde hush: fix "error: invalid preprocessing directive ##" by Denys Vlasenko · 3 years, 5 months ago
- 2a1ce6b traceroute: fix compile error due to FreeBSD compat by Denys Vlasenko · 3 years, 5 months ago
- 98cb561 cp: fix build failure with long options disabled by Ron Yorston · 3 years, 5 months ago
- 8ae6a43 tar: exclude files before updating hardlink info list by Harald van Dijk · 3 years, 6 months ago
- 3d40dfa tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE by Denys Vlasenko · 3 years, 5 months ago
- 37460f5 hush: tweak ${var/pattern/repl} optimization by Denys Vlasenko · 3 years, 5 months ago
- 49cc3ca hush: optimize ${var/pattern/repl} for trivial patterns by Denys Vlasenko · 3 years, 5 months ago
- c450437 shell: update psubst testcases by Denys Vlasenko · 3 years, 5 months ago
- 8dd676c hush: add missed "undef" by Denys Vlasenko · 3 years, 5 months ago
- b278d82 hush: implement $'str' bashism by Denys Vlasenko · 3 years, 5 months ago
- 05c5d74 ahell: update testsuite by Denys Vlasenko · 3 years, 6 months ago
- 53d45c9 ash: speed up ${v//pattern/repl} by Denys Vlasenko · 3 years, 6 months ago
- 1310d7b ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 6 months ago
- 0068ce2 cut: add toybox-compatible options -O OUTSEP, -D, -F LIST by Rob Landley · 3 years, 6 months ago
- dabbeeb awk: whitespace and debugging tweaks by Denys Vlasenko · 3 years, 6 months ago
- 95fffd8 vi: remove redundant assignment by Denys Vlasenko · 3 years, 6 months ago