Histórico de Commits

Autor SHA1 Mensagem Data
  Denys Vlasenko cc9543fed1 shell/math: avoid $((3**999999999999999999)) to take years há 1 ano atrás
  Denys Vlasenko 045924ed7d shell/math: do not accept $((36#@)) há 1 ano atrás
  Denys Vlasenko 38f769ab4e shell/math: code shrink há 1 ano atrás
  Denys Vlasenko 6a0ba67382 shell/math: code shrink há 1 ano atrás
  Denys Vlasenko 800207b90a shell/math: code shrink há 1 ano atrás
  Denys Vlasenko e619a25a55 shell/math: improve comments há 1 ano atrás
  Denys Vlasenko 5d8f8570c0 shell/math: rename TOK_NUM to TOK_VALUE, improve comments há 1 ano atrás
  Denys Vlasenko c1c267fd36 shell/math: bash-compatible handling of too large numbers há 1 ano atrás
  Denys Vlasenko 019dd31150 shell/math: disable debug again há 1 ano atrás
  Denys Vlasenko db0e886735 shell/math: $((1?)) has one-too-small opstack, fix this há 1 ano atrás
  Denys Vlasenko a165098922 shell/math: fix comments about jammed-together num+num corner cases há 1 ano atrás
  Denys Vlasenko 79b90cbece shell/math: add note on ERANGE há 1 ano atrás
  Denys Vlasenko 10cce8ae35 shell/math: explain why we use separate &end há 1 ano atrás
  Denys Vlasenko 7701b526a7 shell/math: code shrink há 1 ano atrás
  Denys Vlasenko 8309c9159f shell/math: eliminate redundant endofname() há 1 ano atrás
  Denys Vlasenko 2d06c83b87 shell/math: code shrink há 1 ano atrás
  Denys Vlasenko c72c5552ed shell/math: decrease stack usage by not allocating copies of variable names há 1 ano atrás
  Denys Vlasenko 182e5a4d00 shell/math: decrease stack usage há 1 ano atrás
  Denys Vlasenko 822590f5e2 shell/math: eliminate some redundant stores on return code path há 1 ano atrás
  Denys Vlasenko 19a74a54de shell/math: change ?: nesting code to not have 63 level nesting limitation há 1 ano atrás
  Denys Vlasenko 6221832bc1 shell/math.h: update comments, rearrange struct members for smaller code há 1 ano atrás
  Denys Vlasenko d6f98f214b shell/math: code shrink há 1 ano atrás
  Denys Vlasenko 550696d492 shell/math: tweka comments há 1 ano atrás
  Denys Vlasenko e127985839 shell/math: fix ?: to not evaluate not-taken branches há 1 ano atrás
  Denys Vlasenko f8263528cd shell/math: simplify handling of unary plus há 1 ano atrás
  Denys Vlasenko 38f423cc9c shell/math: explain the logic, small tweak to make code smaller há 1 ano atrás
  Denys Vlasenko ea6dcbe283 shell/math: fix order of expansion of variables to numbers há 1 ano atrás
  Denys Vlasenko 61a4959251 shell/math: remove special code to handle a?b?c:d:e, it works without it now há 1 ano atrás
  Denys Vlasenko 5f56a03882 shell/math: fix parsing of ?: and explain why it's parsed that way há 1 ano atrás
  Denys Vlasenko 3829d8b675 shell/math: simpler insertion of "fake" last RPAREN há 1 ano atrás