| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 6 | -2/+103 |
* | vi: simplify code to display pasted text | Ron Yorston | 2019-02-01 | 1 | -8/+4 |
* | ash: remove carriage returns from strings to be evaluated | Ron Yorston | 2019-01-26 | 1 | -0/+12 |
* | win32: allow characters to be entered as ALTNNN | Ron Yorston | 2019-01-26 | 1 | -3/+34 |
* | vi: display pasted text | Ron Yorston | 2019-01-26 | 1 | -1/+14 |
* | awk: fix handling of regular expressions that match end-of-line | Ron Yorston | 2019-01-23 | 1 | -0/+24 |
* | iconv: depends on PLATFORM_MINGW32 | Ron Yorston | 2019-01-10 | 1 | -0/+1 |
* | Update default configuration; compilation fix | Ron Yorston | 2019-01-10 | 3 | -8/+34 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 386 | -714/+14308 |
|\ |
|
| * | nslookup: return exitcode 1 on resolution errors | Denys Vlasenko | 2019-01-09 | 1 | -4/+8 |
| * | telnet: placate compiler's warning | Denys Vlasenko | 2019-01-09 | 1 | -1/+1 |
| * | date: improve help text for -D | Denys Vlasenko | 2019-01-09 | 1 | -2/+2 |
| * | bc: code shrink | Denys Vlasenko | 2019-01-09 | 1 | -14/+14 |
| * | bc: remove "empty expression" check/message, parsing fails in these cases anyway | Denys Vlasenko | 2019-01-08 | 1 | -3/+4 |
| * | bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in | Denys Vlasenko | 2019-01-08 | 1 | -36/+25 |
| * | bc: disallow invalid syntax like "{ print 1 print 2 }" | Denys Vlasenko | 2019-01-08 | 1 | -15/+21 |
| * | passwd: initialize pointers correctly | Einar Jón | 2019-01-08 | 1 | -4/+4 |
| * | tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curve | Denys Vlasenko | 2019-01-08 | 1 | -0/+8 |
| * | udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long | Denys Vlasenko | 2019-01-07 | 3 | -3/+3 |
| * | udhcp: code shrink | Denys Vlasenko | 2019-01-07 | 1 | -5/+9 |
| * | sleep: support "inf" | Denys Vlasenko | 2019-01-07 | 2 | -1/+5 |
| * | build system: fix compiler warnings | Denys Vlasenko | 2019-01-06 | 5 | -7/+13 |
| * | find: handle leading -- argument | Denys Vlasenko | 2019-01-06 | 1 | -0/+6 |
| * | telnet: provide feedback after successful connect | Danijel Tasov | 2019-01-06 | 1 | -0/+1 |
| * | telnetd: fix bad interaction with vhangup() from login | Denys Vlasenko | 2019-01-06 | 1 | -2/+16 |
| * | telnet: code shrink | Denys Vlasenko | 2019-01-06 | 1 | -66/+53 |
| * | telnet: speed up processing of network input | Denys Vlasenko | 2019-01-06 | 1 | -40/+43 |
| * | ip: print dadfailed flag | Kaarle Ritvanen | 2019-01-04 | 1 | -0/+4 |
| * | ls: make -i compatible with coreutils: don't follow symlink by default | Martijn Dekker | 2019-01-04 | 1 | -2/+2 |
| * | wget: notify on download begin and end | Martin Lewis | 2019-01-04 | 1 | -0/+10 |
| * | wget: add -o flag | Martin Lewis | 2019-01-04 | 1 | -15/+37 |
| * | bc: shorten "limits" output | Denys Vlasenko | 2019-01-04 | 1 | -4/+1 |
| * | bc: formatting changes, added a FIXME comment, no logic changes | Denys Vlasenko | 2019-01-04 | 1 | -5/+8 |
| * | bc: support void functions (GNU compat) | Denys Vlasenko | 2019-01-04 | 2 | -19/+73 |
| * | dc: fit returning of string | Denys Vlasenko | 2019-01-04 | 2 | -5/+18 |
| * | dc: fix '?' | Denys Vlasenko | 2019-01-04 | 2 | -9/+9 |
| * | bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant | Denys Vlasenko | 2019-01-04 | 1 | -10/+1 |
| * | bc: add a palceholder comment for "void" return | Denys Vlasenko | 2019-01-04 | 1 | -11/+15 |
| * | bc: remove extra div/0 test, remove test for string function parameter | Denys Vlasenko | 2019-01-04 | 1 | -8/+7 |
| * | bc: fix "...; return}" to work, disallow "return ()" | Denys Vlasenko | 2019-01-03 | 3 | -11/+11 |
| * | bc: make error line number also size_t, like everything else | Denys Vlasenko | 2019-01-02 | 1 | -6/+8 |
| * | bc: generate large bc tests on the fly, -5 mbytes in the git tree | Denys Vlasenko | 2019-01-02 | 2 | -11/+43 |
| * | bc: speed up string printing, fix print "" | Denys Vlasenko | 2019-01-02 | 2 | -44/+28 |
| * | bc: upstream fixes | Denys Vlasenko | 2019-01-01 | 2 | -83/+110 |
| * | single-applet build --help had extra \n, remove | Denys Vlasenko | 2019-01-01 | 1 | -5/+5 |
| * | tls: pstm code shrink | Denys Vlasenko | 2019-01-01 | 6 | -79/+126 |
| * | bc: in xc_read_line(), check ^C on NUL input bytes too | Denys Vlasenko | 2019-01-01 | 1 | -4/+6 |
| * | bc: remove superfluous assigment | Denys Vlasenko | 2018-12-31 | 1 | -1/+2 |
| * | bc: support ibase up to 36 (GNU compat) | Denys Vlasenko | 2018-12-31 | 2 | -19/+36 |
| * | bc: fold xc_lex_more_input() into peek_inbuf() | Denys Vlasenko | 2018-12-31 | 1 | -22/+9 |