aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-04which: standardise slashes in outputRon Yorston1-0/+10
2019-02-02win32: add support for the euro currency symbolRon Yorston6-2/+103
2019-02-01vi: simplify code to display pasted textRon Yorston1-8/+4
2019-01-26ash: remove carriage returns from strings to be evaluatedRon Yorston1-0/+12
2019-01-26win32: allow characters to be entered as ALTNNNRon Yorston1-3/+34
2019-01-26vi: display pasted textRon Yorston1-1/+14
2019-01-23awk: fix handling of regular expressions that match end-of-lineRon Yorston1-0/+24
2019-01-10iconv: depends on PLATFORM_MINGW32Ron Yorston1-0/+1
2019-01-10Update default configuration; compilation fixRon Yorston3-8/+34
2019-01-09nslookup: return exitcode 1 on resolution errorsDenys Vlasenko1-4/+8
2019-01-09telnet: placate compiler's warningDenys Vlasenko1-1/+1
2019-01-09date: improve help text for -DDenys Vlasenko1-2/+2
2019-01-09bc: code shrinkDenys Vlasenko1-14/+14
2019-01-09diff: omit unreliable test for same fileRon Yorston1-1/+1
2019-01-08bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko1-3/+4
2019-01-08bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko1-36/+25
2019-01-08bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko1-15/+21
2019-01-08ps: fix long output when desktop compatibility is disabledRon Yorston1-0/+3
2019-01-08ps: display interpreted script name in comm columnRon Yorston2-2/+19
2019-01-08ps: add support for the args columnRon Yorston6-37/+55
2019-01-08ps: add user and group columnsRon Yorston2-6/+11
2019-01-08passwd: initialize pointers correctlyEinar Jón1-4/+4
2019-01-08win32: add a fake root user and groupRon Yorston1-13/+26
2019-01-08win32: implement vsnprintf(2)Ron Yorston2-0/+25
2019-01-08tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko1-0/+8
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko3-3/+3
2019-01-07udhcp: code shrinkDenys Vlasenko1-5/+9
2019-01-07sleep: support "inf"Denys Vlasenko2-1/+5
2019-01-07win32: implement umask(2)Ron Yorston4-0/+31
2019-01-06build system: fix compiler warningsDenys Vlasenko5-7/+13
2019-01-06find: handle leading -- argumentDenys Vlasenko1-0/+6
2019-01-06telnet: provide feedback after successful connectDanijel Tasov1-0/+1
2019-01-06telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko1-2/+16
2019-01-06telnet: code shrinkDenys Vlasenko1-66/+53
2019-01-06telnet: speed up processing of network inputDenys Vlasenko1-40/+43
2019-01-06iconv: import from win-iconvRon Yorston4-1/+1849
2019-01-06xargs: fix 'xargs -sNUM' testsRon Yorston1-0/+4
2019-01-06tar: return correct exit code for empty tar fileRon Yorston2-5/+4
2019-01-05busybox: add --uninstall optionRon Yorston3-2/+72
2019-01-05busybox: identify scripts in output of 'busybox --list-full'Ron Yorston1-0/+4
2019-01-05lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston1-0/+4
2019-01-04ip: print dadfailed flagKaarle Ritvanen1-0/+4
2019-01-04ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker1-2/+2
2019-01-04wget: notify on download begin and endMartin Lewis1-0/+10
2019-01-04wget: add -o flagMartin Lewis1-15/+37
2019-01-04bc: shorten "limits" outputDenys Vlasenko1-4/+1
2019-01-04win32: reduce static storage needed for lazy loadingRon Yorston2-21/+15
2019-01-04bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko1-5/+8
2019-01-04bc: support void functions (GNU compat)Denys Vlasenko2-19/+73
2019-01-04dc: fit returning of stringDenys Vlasenko2-5/+18