shell/math: return string error indicator, not integer
authorDenys Vlasenko <dvlasenk@redhat.com>
Wed, 15 Sep 2010 11:33:02 +0000 (13:33 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Wed, 15 Sep 2010 11:33:02 +0000 (13:33 +0200)
commit063847d6bd23e184c409f37645ba90fa4d039ada
tree63e360e3e0a2f46d187ef2e21487753a52697efa
parent197a6b3c14a8be7101903118516e0e16ec843eb5
shell/math: return string error indicator, not integer

function                                             old     new   delta
expand_and_evaluate_arith                             87     106     +19
expand_one_var                                      1563    1570      +7
arith                                                 12      18      +6
evaluate_string                                      678     680      +2
arith_apply                                         1269    1271      +2
builtin_umask                                        133     132      -1
ash_arith                                            118      75     -43
expand_vars_to_list                                 1094    1038     -56
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/3 up/down: 36/-100)           Total: -64 bytes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
shell/ash.c
shell/ash_test/ash-arith/arith.right
shell/hush.c
shell/hush_test/hush-arith/arith.right
shell/math.c
shell/math.h