aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-30ip: Fix ip -o linkStefan Sørensen1-2/+2
2019-03-30vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston1-0/+8
2019-03-30man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko1-20/+13
2019-03-30libbb: mark scripted_main() as externally visibleRon Yorston2-1/+2
2019-03-30win32: improved support for c:path path namesRon Yorston4-29/+92
2019-03-30win32: update implementation of setmntent(3)Ron Yorston2-4/+7
2019-03-29vi: code shrink, proper printf formatting for strlen()Denys Vlasenko1-5/+6
2019-03-28win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston6-1/+112
2019-03-28man: proper handling of default path and config fileRon Yorston2-0/+8
2019-03-28man: don't skip default path which appears in config fileRon Yorston1-1/+5
2019-03-27hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko1-9/+22
2019-03-27ash: add "wait -n" bashismDenys Vlasenko1-6/+47
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko1-2/+4
2019-03-26hush: add "wait -n" bashismDenys Vlasenko1-1/+17
2019-03-26man: don't skip default path which appears in config fileRon Yorston1-1/+5
2019-03-26ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko1-1/+1
2019-03-26ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko1-13/+9
2019-03-26ts: replace overlapping strcpy with shorter codeDenys Vlasenko1-1/+2
2019-03-26ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko1-4/+3