aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-25telnet: fix uninitialized variable bugDenys Vlasenko1-1/+1
2019-09-24udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko3-5/+21
2019-09-22ash: fix BASE###nn bashism for bases 36..64Denys Vlasenko1-3/+21
2019-09-22ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko1-2/+9
2019-09-12bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung1-2/+2
2019-09-12wget: increase redirections limitDavid Demelier1-1/+1
2019-09-12examples/udhcp/simple.script: print the filename actually changedRolf Eike Beer1-1/+1
2019-09-12find: implement -emptyAaro Koskinen1-0/+44
2019-09-06gzip: code shrinkDenys Vlasenko1-44/+44
2019-09-05examples/udhcp/simple.script: up interface on deconfig eventDenys Vlasenko1-1/+2
2019-09-05ash: add a FIXME commentDenys Vlasenko1-1/+7
2019-09-05hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko1-11/+9
2019-09-05gzip: code shrinkDenys Vlasenko1-9/+9
2019-09-05gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe1-6/+6
2019-09-05gzip: set compression flags correctly as per standardDaniel Edgecumbe1-8/+18
2019-09-05gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe1-1/+1
2019-09-05dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2-2/+24
2019-09-05dc: Fix segfault when executing strings generated using asciifyBrian Foley2-2/+13
2019-09-05dc: execute shouldn't pop if stack head is not a stringBrian Foley2-1/+12
2019-08-24udhcpc6: support stateless DHCPv6Eivind Versvik1-9/+72
2019-08-11top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko1-1/+4
2019-08-09udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko1-1/+1
2019-08-06nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")Denys Vlasenko1-5/+5
2019-08-03stat: print nanosecond times, fix printing of empty linesDenys Vlasenko1-39/+36
2019-08-02ash: fix set -o to not show "nameless" optionsDenys Vlasenko1-0/+2
2019-08-02tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko1-18/+42
2019-08-01tar: code shrinkDenys Vlasenko1-12/+13
2019-07-31ash: only catch unexpected exceptions in PS1 expansionRon Yorston1-0/+2
2019-07-23unicode: code shrink in character width determinationDenys Vlasenko1-0/+6
2019-07-16libbb: include <crypt.h> only if necessaryDenys Vlasenko1-0/+2
2019-07-02ntpd: add comment about mode6, no code changesDenys Vlasenko1-0/+7
2019-07-02ntpd: commonalize message stringsDenys Vlasenko1-2/+2
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne225-736/+845
2019-07-02ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko1-1/+2
2019-06-25free: include SReclaimable in cached valueLukas Rusak1-13/+17
2019-06-25libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko1-7/+7
2019-06-15pidof: support "pidof /path/to/binary" caseDenys Vlasenko1-1/+5
2019-06-13readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko1-0/+29
2019-06-13udhcpc: fix comment, no code changesDenys Vlasenko1-1/+1
2019-06-11udhcpc6: fix aliasing warningDenys Vlasenko1-2/+2
2019-06-11dhcpc.c: Added support for relay server parameter.Martin Lewis1-4/+9
2019-06-10Start 1.32.0 development cycleDenys Vlasenko1-2/+2
2019-06-10Bump version to 1.31.01_31_0Denys Vlasenko1-1/+1
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko3-10/+47
2019-06-09start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado1-9/+9
2019-06-09tftp: allow -lc and -cl optionsDenys Vlasenko1-1/+9
2019-06-09tftpd: revert erroneous changeDenys Vlasenko1-1/+1
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko2-3/+43
2019-06-09expand: add commented-out code to handle NULsDenys Vlasenko1-8/+35
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko3-76/+2