summaryrefslogtreecommitdiff
path: root/miscutils/bc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13win32: code shrinkRon Yorston3-7/+17
2021-02-12win32: implement symlink(2)Ron Yorston3-12/+55
2021-02-12win32: allow symlinks to directories to be unlinkedRon Yorston1-1/+13
2021-02-12win32: make readlink(2) implementation unconditionalRon Yorston8-30/+1
2021-02-12libbb: avoid problems with quoted characters in tab completionRon Yorston1-3/+11
2021-02-10Reformat README.mdRon Yorston1-2/+1
2021-02-10Link to page on pathnames from README.mdRon Yorston1-4/+5
2021-02-08winansi: code shrinkRon Yorston1-13/+13
2021-02-07Update READMERon Yorston1-2/+5
2021-02-07winansi: more accurate colour mappingRon Yorston4-22/+111
2021-02-07winansi: code shrinkRon Yorston1-90/+71
2021-02-07Makefile.flags: fix the OS detection for libresolvMartin Kaiser1-1/+1
2021-02-06win32: code shrinkRon Yorston4-4/+6
2021-02-04winansi: tweak colour mappingRon Yorston1-19/+9
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston36-66/+69
2021-02-03libbb: code shrink fgets_strRon Yorston1-12/+5
2021-02-03printf: better support for escape sequencesRon Yorston1-48/+60
2021-02-03winansi: extend ANSI emulationRon Yorston1-49/+177
2021-02-03winansi: change default 'skip ANSI emulation' settingRon Yorston4-15/+24
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston5-3/+67
2021-02-02cryptpw: typo in usage messageRon Yorston1-3/+3
2021-02-02vi: fix range selection by forward character motionRon Yorston1-6/+9
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston1-4/+10
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