OSDN Git Service

ash,hush: fix $RANDOM in children being repeated
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2009 13:25:01 +0000 (15:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2009 13:25:01 +0000 (15:25 +0200)
commit76ace254e171ee9ca7a13f36335ccad9cc6ae6e1
tree47b017524b61e217e1dce1a82f3111b97a49425f
parent3c39e702d02600e9023f2f87f6e7c2c62aa27587
ash,hush: fix $RANDOM in children being repeated

function                                             old     new   delta
next_random                                           46      68     +22
forkshell                                            248     263     +15
expand_vars_to_list                                 2118    2131     +13
run_pipe                                            1775    1782      +7
popstring                                            134     140      +6
builtin_umask                                        123     121      -2
ash_main                                            1356    1336     -20
get_local_var_value                                  125     104     -21
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/3 up/down: 63/-43)             Total: 20 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
shell/hush.c
shell/math.c
shell/random.c
shell/random.h