aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-02libbb: code shrink and speed up find_applet_by_name()Ron Yorston1-79/+17
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2-3/+20
2021-02-02traceroute: fix option parsingDenys Vlasenko1-1/+1
2021-01-27printf: code shrinkRon Yorston1-19/+7
2021-01-26stat: improve conditional compilationRon Yorston1-5/+4
2021-01-25tar: changes to conditional compilationRon Yorston1-4/+6
2021-01-25ar: only free temporary filename if requiredRon Yorston1-2/+3
2021-01-25tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston8-18/+23
2021-01-24tls: avoid unnecessary changes to POSIX buildRon Yorston2-6/+7
2021-01-24nc: alter conditional compilationRon Yorston1-7/+55
2021-01-23libbb: reduce changes to find_executable()Ron Yorston1-8/+7
2021-01-22Revert "libbb: reinstate NULL check in last_char_is()"Ron Yorston1-1/+1
2021-01-19libarchive: allow extraction of hard linksRon Yorston3-14/+8
2021-01-18ash: alter handling of interactive ^CFRP-3812-g12e14ebbaRon Yorston1-1/+3
2021-01-14update_passwd: fix context variableBernd Kuhls1-1/+1
2021-01-13Update copyright messageRon Yorston2-2/+2
2021-01-13win32: handle various Alt key modifiers in termiosChristopher Wellons1-2/+16
2021-01-09ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2-4/+4
2021-01-09ash: fix ${unset_var/pattern/repl}Denys Vlasenko3-1/+5
2021-01-06bc: code shrinkDenys Vlasenko1-2/+2
2021-01-05pmap: fix column width, closes 13431Denys Vlasenko1-9/+3
2021-01-04Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov1-1/+5
2021-01-04bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko1-10/+10
2021-01-04Fix mail compilation on the FreeBSDAlex Samorukov1-1/+14
2021-01-04Fix traceroute applet on the FreeBSDAlex Samorukov1-3/+8
2021-01-04Fix ping build on the FreeBSDAlex Samorukov1-0/+38
2021-01-04Fix ntpd compilcation on the FreeBSDAlex Samorukov1-0/+7
2021-01-04Fix mknod compilation on the FreeBSDAlex Samorukov1-1/+3
2021-01-04Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov1-1/+3
2021-01-04Fix klogd applet compilation on the FreeBSDAlex Samorukov1-1/+1
2021-01-04Fix httpd compilation on the FreeBSDAlex Samorukov1-0/+5
2021-01-04Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov1-1/+1
2021-01-04Do not add -lresolv on non-Linux systemsAlex Samorukov1-0/+2
2021-01-04ash: improve --helpDenys Vlasenko1-2/+7
2021-01-04hush: code shrinkDenys Vlasenko1-5/+7
2021-01-03nuke: default to NDenys Vlasenko1-1/+1
2021-01-03ash: code shrinkDenys Vlasenko1-2/+2
2021-01-03ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko1-2/+2
2021-01-01udhcpc: Add support to change default interface nameAndre Kalb3-4/+12
2021-01-01tls: code shrinkDenys Vlasenko1-17/+11
2021-01-01tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko2-0/+5
2020-12-31nslookup: do not print "No answer" for NODATA replies, closes 13006Denys Vlasenko1-6/+22
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko16-34/+46
2020-12-30libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko1-28/+17
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko3-9/+9
2020-12-29httpd: fix offset for sendfileMaxim Storchak1-3/+3
2020-12-29bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko7-104/+110
2020-12-29Start 1.34.0 development cycleDenys Vlasenko1-2/+2
2020-12-29Bump version to 1.33.01_33_0Denys Vlasenko1-1/+1
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko1-1/+6