Historique des commits

Auteur SHA1 Message Date
  Denys Vlasenko 1dd2685dcc Bump version to 1.30.1 il y a 5 ans
  Rostislav Skudnov c199472e3a chcon: Fix typo in ACTION_RECURSE il y a 5 ans
  Denys Vlasenko d7a622b572 lineedit: fix SEGV in isk, hexedit, ed, closes 11661 il y a 5 ans
  Ari Sundholm 256ee62224 grep: fix -x -v with certain pattern orders il y a 5 ans
  Denys Vlasenko 5c6b9165e7 bc: implement pass-by-reference code from upstream il y a 5 ans
  Bernhard Reutner-Fischer 8296334c1f ip link: Fix vlan proto, closes 8261 and 11638 il y a 5 ans
  Denys Vlasenko 7f8f20714a ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 il y a 5 ans
  Brian Foley b65db51ac1 sed: Fix backslash parsing for 'w' command arg il y a 5 ans
  Mark Marshall fa86b27e24 capability: fix string comparison in cap_name_to_number il y a 5 ans
  Denys Vlasenko b570954363 bc: code shrink il y a 5 ans
  Denys Vlasenko c28dc0b58b bc: remove "empty expression" check/message, parsing fails in these cases anyway il y a 5 ans
  Denys Vlasenko 60fb586597 bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in il y a 5 ans
  Denys Vlasenko 715273a992 bc: disallow invalid syntax like "{ print 1 print 2 }" il y a 5 ans
  Martijn Dekker a89ec68a8a ls: make -i compatible with coreutils: don't follow symlink by default il y a 5 ans
  Denys Vlasenko 5cea086bbf bc: shorten "limits" output il y a 5 ans
  Denys Vlasenko 9c36a02f4d bc: formatting changes, added a FIXME comment, no logic changes il y a 5 ans
  Denys Vlasenko 5b35d599e8 bc: support void functions (GNU compat) il y a 5 ans
  Denys Vlasenko c7679c759a dc: fit returning of string il y a 5 ans
  Denys Vlasenko d2651fb775 dc: fix '?' il y a 5 ans
  Denys Vlasenko fb001145e1 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant il y a 5 ans
  Denys Vlasenko ef2e6a8062 bc: add a palceholder comment for "void" return il y a 5 ans
  Denys Vlasenko f40467d369 bc: remove extra div/0 test, remove test for string function parameter il y a 5 ans
  Denys Vlasenko 56e09e93bd bc: fix "...; return}" to work, disallow "return ()" il y a 5 ans
  Denys Vlasenko 18351b4a89 bc: make error line number also size_t, like everything else il y a 5 ans
  Denys Vlasenko a8ec556458 bc: generate large bc tests on the fly, -5 mbytes in the git tree il y a 5 ans
  Denys Vlasenko 7dd6ba12f7 bc: speed up string printing, fix print "" il y a 5 ans
  Denys Vlasenko f23c04af2d bc: upstream fixes il y a 5 ans
  Denys Vlasenko c3de036da9 bc: in xc_read_line(), check ^C on NUL input bytes too il y a 5 ans
  Denys Vlasenko 2123ceed18 bc: remove superfluous assigment il y a 5 ans
  Denys Vlasenko 8a7411fcc8 bc: support ibase up to 36 (GNU compat) il y a 5 ans