| Commit message (Expand) | Author | Files | Lines |
2019-04-03 | vi: avoid build failure in non-default case | Ron Yorston | 1 | -16/+16 |
2019-04-02 | fsync,sync: merge into one source module | Denys Vlasenko | 2 | -81/+61 |
2019-04-02 | fsync,sync: make them similar | Denys Vlasenko | 2 | -27/+25 |
2019-04-02 | ash: distinguish 'wait -n' from other bashisms | Ron Yorston | 1 | -7/+8 |
2019-04-02 | vi: rename save_argc -> cmdline_filecnt | Denys Vlasenko | 1 | -17/+16 |
2019-04-02 | vi: restore capability to remember insertion cmds for "." | Denys Vlasenko | 1 | -5/+6 |
2019-04-02 | win32: try to make working directory names consistent | Ron Yorston | 3 | -1/+28 |
2019-04-01 | vi: code shrink | Denys Vlasenko | 1 | -7/+14 |
2019-04-01 | vi: convert more /**/ comments to // | Denys Vlasenko | 1 | -62/+56 |
2019-04-01 | vi: code shrink | Denys Vlasenko | 1 | -30/+28 |
2019-04-01 | vi: use vsnprintf to format status line | Denys Vlasenko | 1 | -27/+22 |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko | 1 | -1508/+1407 |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko | 1 | -276/+276 |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko | 1 | -42/+42 |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko | 1 | -74/+75 |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko | 1 | -260/+258 |
2019-04-01 | vi: fix ^Z not always working as intended | Denys Vlasenko | 1 | -25/+17 |
2019-04-01 | vi: install SIGINT handler _after_ restart setjmp is initialized | Denys Vlasenko | 1 | -63/+52 |
2019-04-01 | win32: track current directory of mapped drives | Ron Yorston | 1 | -4/+7 |
2019-04-01 | df: display origin of mapped drive | Ron Yorston | 4 | -4/+12 |
2019-03-31 | win32: fix compilation error; update default configurations | Ron Yorston | 3 | -2/+5 |
2019-03-30 | blockdev: code shrink | Denys Vlasenko | 1 | -81/+58 |
2019-03-30 | ip: Fix ip -o link | Stefan Sørensen | 1 | -2/+2 |
2019-03-30 | vi: allow manual screen update if SIGWINCH isn't supported | Ron Yorston | 1 | -0/+8 |
2019-03-30 | man: add "/usr/share/man" as another default MANPATH, fix col override | Denys Vlasenko | 1 | -20/+13 |
2019-03-30 | libbb: mark scripted_main() as externally visible | Ron Yorston | 2 | -1/+2 |
2019-03-30 | win32: improved support for c:path path names | Ron Yorston | 4 | -29/+92 |
2019-03-30 | win32: update implementation of setmntent(3) | Ron Yorston | 2 | -4/+7 |
2019-03-29 | vi: code shrink, proper printf formatting for strlen() | Denys Vlasenko | 1 | -5/+6 |
2019-03-28 | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 6 | -1/+112 |
2019-03-28 | man: proper handling of default path and config file | Ron Yorston | 2 | -0/+8 |
2019-03-28 | man: don't skip default path which appears in config file | Ron Yorston | 1 | -1/+5 |
2019-03-27 | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko | 1 | -9/+22 |
2019-03-27 | ash: add "wait -n" bashism | Denys Vlasenko | 1 | -6/+47 |
2019-03-27 | ntpd: do not create pid file if not backgrounded | Denys Vlasenko | 1 | -2/+4 |
2019-03-26 | hush: add "wait -n" bashism | Denys Vlasenko | 1 | -1/+17 |
2019-03-26 | man: don't skip default path which appears in config file | Ron Yorston | 1 | -1/+5 |
2019-03-26 | ts: do call localtime() when neither -s nor -i specified | Denys Vlasenko | 1 | -1/+1 |
2019-03-26 | ts: use gettimeofday - we don't use nanoseconds here | Denys Vlasenko | 1 | -13/+9 |
2019-03-26 | ts: replace overlapping strcpy with shorter code | Denys Vlasenko | 1 | -1/+2 |
2019-03-26 | ts: fix incorrect (copy-pasted) copyright attribution | Denys Vlasenko | 1 | -4/+3 |