aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: add support for the euro currency symbolRon Yorston2019-02-026-2/+103
* vi: simplify code to display pasted textRon Yorston2019-02-011-8/+4
* ash: remove carriage returns from strings to be evaluatedRon Yorston2019-01-261-0/+12
* win32: allow characters to be entered as ALTNNNRon Yorston2019-01-261-3/+34
* vi: display pasted textRon Yorston2019-01-261-1/+14
* awk: fix handling of regular expressions that match end-of-lineRon Yorston2019-01-231-0/+24
* iconv: depends on PLATFORM_MINGW32Ron Yorston2019-01-101-0/+1
* Update default configuration; compilation fixRon Yorston2019-01-103-8/+34
* Merge branch 'busybox' into mergeRon Yorston2019-01-10386-714/+14308
|\
| * nslookup: return exitcode 1 on resolution errorsDenys Vlasenko2019-01-091-4/+8
| * telnet: placate compiler's warningDenys Vlasenko2019-01-091-1/+1
| * date: improve help text for -DDenys Vlasenko2019-01-091-2/+2
| * bc: code shrinkDenys Vlasenko2019-01-091-14/+14
| * bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko2019-01-081-3/+4
| * bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko2019-01-081-36/+25
| * bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko2019-01-081-15/+21
| * passwd: initialize pointers correctlyEinar Jón2019-01-081-4/+4
| * tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko2019-01-081-0/+8
| * udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko2019-01-073-3/+3
| * udhcp: code shrinkDenys Vlasenko2019-01-071-5/+9
| * sleep: support "inf"Denys Vlasenko2019-01-072-1/+5
| * build system: fix compiler warningsDenys Vlasenko2019-01-065-7/+13
| * find: handle leading -- argumentDenys Vlasenko2019-01-061-0/+6
| * telnet: provide feedback after successful connectDanijel Tasov2019-01-061-0/+1
| * telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko2019-01-061-2/+16
| * telnet: code shrinkDenys Vlasenko2019-01-061-66/+53
| * telnet: speed up processing of network inputDenys Vlasenko2019-01-061-40/+43
| * ip: print dadfailed flagKaarle Ritvanen2019-01-041-0/+4
| * ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-01-041-2/+2
| * wget: notify on download begin and endMartin Lewis2019-01-041-0/+10
| * wget: add -o flagMartin Lewis2019-01-041-15/+37
| * bc: shorten "limits" outputDenys Vlasenko2019-01-041-4/+1
| * bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko2019-01-041-5/+8
| * bc: support void functions (GNU compat)Denys Vlasenko2019-01-042-19/+73
| * dc: fit returning of stringDenys Vlasenko2019-01-042-5/+18
| * dc: fix '?'Denys Vlasenko2019-01-042-9/+9
| * bc: eliminate struct BcInstPtr::results_len_before_call, it is redundantDenys Vlasenko2019-01-041-10/+1
| * bc: add a palceholder comment for "void" returnDenys Vlasenko2019-01-041-11/+15
| * bc: remove extra div/0 test, remove test for string function parameterDenys Vlasenko2019-01-041-8/+7
| * bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko2019-01-033-11/+11
| * bc: make error line number also size_t, like everything elseDenys Vlasenko2019-01-021-6/+8
| * bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko2019-01-022-11/+43
| * bc: speed up string printing, fix print ""Denys Vlasenko2019-01-022-44/+28
| * bc: upstream fixesDenys Vlasenko2019-01-012-83/+110
| * single-applet build --help had extra \n, removeDenys Vlasenko2019-01-011-5/+5
| * tls: pstm code shrinkDenys Vlasenko2019-01-016-79/+126
| * bc: in xc_read_line(), check ^C on NUL input bytes tooDenys Vlasenko2019-01-011-4/+6
| * bc: remove superfluous assigmentDenys Vlasenko2018-12-311-1/+2
| * bc: support ibase up to 36 (GNU compat)Denys Vlasenko2018-12-312-19/+36
| * bc: fold xc_lex_more_input() into peek_inbuf()Denys Vlasenko2018-12-311-22/+9