| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | win32: fix bb_get_last_path_component_nostrip() | Ron Yorston | 2021-10-13 | 1 | -5/+11 |
* | | win32: fix creation of relative symlinks | Ron Yorston | 2021-10-12 | 1 | -2/+5 |
* | | win32: rename is_absolute_path() | Ron Yorston | 2021-10-12 | 4 | -13/+13 |
* | | win32: use is_dir_sep() everywhere | Ron Yorston | 2021-10-12 | 2 | -14/+12 |
* | | ash: prevent exit if background jobs are present | Ron Yorston | 2021-09-26 | 1 | -1/+9 |
* | | ash: associate command names with jobs | Ron Yorston | 2021-09-26 | 1 | -14/+16 |
* | | ash: additional support for background jobs | Ron Yorston | 2021-09-26 | 3 | -11/+44 |
* | | ash: fix FUNCNAME issue | Ron Yorston | 2021-09-22 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-21 | 11 | -64/+77 |
|\| |
|
| * | cal: implement -m | Ron Yorston | 2021-09-21 | 1 | -13/+25 |
| * | libbb: code shrink parse_datestr (again) | Ron Yorston | 2021-09-18 | 1 | -14/+9 |
| * | libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion | Denys Vlasenko | 2021-09-17 | 1 | -1/+10 |
| * | libbb: clarify what bb_mode_string() generates | Denys Vlasenko | 2021-09-17 | 3 | -15/+12 |
| * | libbb: ensure mode_string is NUL terminated | Ron Yorston | 2021-09-17 | 1 | -9/+3 |
| * | libbb: eliminate a static data array in bb_mode_string() | Denys Vlasenko | 2021-09-17 | 7 | -12/+16 |
| * | libbb: code shrink bb_parse_mode | Denys Vlasenko | 2021-09-17 | 2 | -3/+4 |
| * | chmod: correctly report changed modes | Denys Vlasenko | 2021-09-17 | 1 | -1/+2 |
* | | ash: improve signal handling | Ron Yorston | 2021-09-21 | 4 | -1/+12 |
* | | win32: limited version of timegm(3) | Ron Yorston | 2021-09-18 | 1 | -84/+13 |
* | | ash: avoid problems with non-zero DEBUG | Ron Yorston | 2021-09-17 | 1 | -3/+6 |
* | | win32: don't affect POSIX build | Ron Yorston | 2021-09-17 | 1 | -1/+1 |
* | | ash: adjust reinitvar() to allow for FUNCNAME | Ron Yorston | 2021-09-17 | 1 | -1/+10 |
* | | win32: changes to allow timezones in dates | Ron Yorston | 2021-09-17 | 7 | -9/+254 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-17 | 11 | -92/+194 |
|\| |
|
| * | date,touch: allow timezone offsets in dates | Ron Yorston | 2021-09-17 | 6 | -10/+83 |
| * | getopt: code shrink | Ron Yorston | 2021-09-16 | 1 | -36/+28 |
| * | ash: introduce bash-like $FUNCNAME | Denys Vlasenko | 2021-09-15 | 1 | -3/+24 |
| * | libbb: code shrink parse_datestr | Ron Yorston | 2021-09-15 | 1 | -11/+36 |
| * | ash: let ignoreeof only affect interactive shells | Ron Yorston | 2021-09-14 | 1 | -3/+4 |
| * | ash: stopped jobs should only prevent exit from interactive shell | Ron Yorston | 2021-09-14 | 1 | -1/+1 |
| * | ash: fix ignoreeof option | Ron Yorston | 2021-09-14 | 1 | -19/+3 |
| * | df: "support" -H as an alias of -h | Denys Vlasenko | 2021-09-11 | 1 | -11/+15 |
* | | Update default configuration | Ron Yorston | 2021-09-10 | 2 | -2/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-10 | 53 | -437/+683 |
|\| |
|
| * | httpd: fix config deps | Denys Vlasenko | 2021-09-10 | 1 | -0/+1 |
| * | libbb: reuse "bad port" error message string | Denys Vlasenko | 2021-09-10 | 1 | -1/+1 |
| * | blkdiscard: accept -f (force) as no-op | Denys Vlasenko | 2021-09-10 | 1 | -5/+8 |
| * | basename: implement -a and -s SUFFIX | Denys Vlasenko | 2021-09-09 | 1 | -24/+38 |
| * | libbb: make bb_lookup_port() abort on bad port names | Denys Vlasenko | 2021-09-09 | 4 | -22/+10 |
| * | httpd,telnetd: make default port configurable | Sergey Ponomarev | 2021-09-09 | 3 | -4/+21 |
| * | awk: never return NULL from awk_printf() | Denys Vlasenko | 2021-09-09 | 1 | -4/+4 |
| * | awk: code shrink | Denys Vlasenko | 2021-09-09 | 1 | -8/+7 |
| * | awk: code shrink: avoid duplicate NUL checks and strlen() | Denys Vlasenko | 2021-09-09 | 1 | -21/+33 |
| * | awk: fix read beyond end of buffer | Ron Yorston | 2021-09-09 | 1 | -11/+13 |
| * | ash: eval: Prevent recursive PS4 expansion | Denys Vlasenko | 2021-09-09 | 1 | -1/+6 |
| * | ash: parser: Get rid of PEOA | Denys Vlasenko | 2021-09-08 | 1 | -131/+108 |
| * | ash: parser: Fix alias expansion after heredoc or newlines | Denys Vlasenko | 2021-09-08 | 5 | -2/+31 |
| * | ash: use pgetc_eatbnl() in more places, take 3 | Denys Vlasenko | 2021-09-08 | 1 | -1/+1 |
| * | ash: parser: Save and restore heredoclist in expandstr | Denys Vlasenko | 2021-09-08 | 1 | -8/+11 |
| * | ash: parser: Fix handling of empty aliases | Denys Vlasenko | 2021-09-08 | 1 | -21/+15 |