factor: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 9 Apr 2017 19:18:43 +0000 (21:18 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 9 Apr 2017 19:18:43 +0000 (21:18 +0200)
commitee7f75d94f2a70d61a71eca9416d51a3268859d7
treee6273417231ae83178cf8d5050d02bc59ff195d9
parent87ae0fe095686b169ab1aeeb25c8ac3f5be30feb
factor: new applet

thus far only able to factor up to ULLONG_MAX

function                                             old     new   delta
factor_main                                            -     378    +378
packed_usage                                       31427   31502     +75
applet_names                                        2590    2597      +7
applet_main                                         1500    1504      +4
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 3/0 up/down: 464/0)             Total: 464 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/factor.c [new file with mode: 0644]
testsuite/factor.tests [new file with mode: 0755]