summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.30.11_30_11_30_stableDenys Vlasenko2019-02-141-1/+1
* chcon: Fix typo in ACTION_RECURSERostislav Skudnov2019-02-141-1/+1
* lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-141-4/+5
* grep: fix -x -v with certain pattern ordersAri Sundholm2019-02-142-1/+8
* bc: implement pass-by-reference code from upstreamDenys Vlasenko2019-02-143-86/+503
* ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer2019-02-141-5/+11
* ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko2019-02-141-1/+1
* sed: Fix backslash parsing for 'w' command argBrian Foley2019-02-141-1/+1
* capability: fix string comparison in cap_name_to_numberMark Marshall2019-02-141-1/+1
* bc: code shrinkDenys Vlasenko2019-02-141-14/+14
* bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko2019-02-141-3/+4
* bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko2019-02-141-36/+25
* bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko2019-02-141-15/+21
* ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-02-141-2/+2
* bc: shorten "limits" outputDenys Vlasenko2019-02-141-4/+1
* bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko2019-02-141-5/+8
* bc: support void functions (GNU compat)Denys Vlasenko2019-02-142-19/+73
* dc: fit returning of stringDenys Vlasenko2019-02-142-5/+18
* dc: fix '?'Denys Vlasenko2019-02-142-9/+9
* bc: eliminate struct BcInstPtr::results_len_before_call, it is redundantDenys Vlasenko2019-02-141-10/+1
* bc: add a palceholder comment for "void" returnDenys Vlasenko2019-02-141-11/+15
* bc: remove extra div/0 test, remove test for string function parameterDenys Vlasenko2019-02-141-8/+7
* bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko2019-02-143-11/+11
* bc: make error line number also size_t, like everything elseDenys Vlasenko2019-02-141-6/+8
* bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko2019-02-142-11/+43
* bc: speed up string printing, fix print ""Denys Vlasenko2019-02-142-44/+28
* bc: upstream fixesDenys Vlasenko2019-02-142-83/+110
* bc: in xc_read_line(), check ^C on NUL input bytes tooDenys Vlasenko2019-02-141-4/+6
* bc: remove superfluous assigmentDenys Vlasenko2019-02-141-1/+2
* bc: support ibase up to 36 (GNU compat)Denys Vlasenko2019-02-142-19/+36
* bc: fold xc_lex_more_input() into peek_inbuf()Denys Vlasenko2019-02-141-22/+9
* Bump version to 1.30.01_30_0Denys Vlasenko2018-12-301-1/+1
* bc: tidying up, no logic changesDenys Vlasenko2018-12-301-43/+44
* bc: simplify representation of 0.5 in sqrt()Denys Vlasenko2018-12-291-10/+15
* bc: remove special-cased assignment to ibase, it works correctly with general...Denys Vlasenko2018-12-291-24/+19
* bc: more fixes for unusual input basesDenys Vlasenko2018-12-293-6/+81
* bc: fix handling of "digits" above 9Denys Vlasenko2018-12-293-19/+103
* config: dpkg_deb should be dpkg-debDenys Vlasenko2018-12-281-1/+1
* config: more tweaksDenys Vlasenko2018-12-286-12/+7
* bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operationDenys Vlasenko2018-12-281-1/+1
* config: add size information for three more appletsDenys Vlasenko2018-12-284-5/+5
* bc: rename config optionsDenys Vlasenko2018-12-284-39/+33
* config: add size information for udhcpcDenys Vlasenko2018-12-282-5/+5
* config: update size informationDenys Vlasenko2018-12-28262-313/+321
* bc: rename functions common to bc and dc as xc_FOO()Denys Vlasenko2018-12-271-408/+397
* bc: G.prog.zero does not need initializing num[] vectorDenys Vlasenko2018-12-271-2/+2
* randomconfig fixesDenys Vlasenko2018-12-276-12/+20
* bc: use ALIGN1 where appropriateDenys Vlasenko2018-12-261-4/+4
* bc: undo debugging change, add a small optimizationDenys Vlasenko2018-12-261-2/+2
* bc: simple speedupsDenys Vlasenko2018-12-261-1/+28