busybox/editors
Denys Vlasenko 1390a010b6 awk: use "long long" as integer type, not "int"
Testcase:
awk "BEGIN{n=(2^31)-1; print n, int(n), n%1, ++n, int(n), n%1}"
2147483647 2147483647 0 2147483648 2147483648 0

(last three values weren't showing right)

function                                             old     new   delta
evaluate                                            3444    3458     +14
fmt_num                                              221     230      +9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-07-20 21:23:01 +02:00
..
awk.c awk: use "long long" as integer type, not "int" 2013-07-20 21:23:01 +02:00
cmp.c
Config.src vi: fix regex search, make it selectable in config 2011-06-27 02:59:37 +02:00
diff.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
ed.c
Kbuild.src vi: fix regex search, make it selectable in config 2011-06-27 02:59:37 +02:00
patch_bbox.c
patch_toybox.c
patch.c patch: make -p count path components, not slashes (think /blah//thing) 2011-10-10 19:59:38 +02:00
sed1line.txt
sed_summary.htm
sed.c sed: remove now-redundant backslash-newline handling 2013-07-08 02:07:16 +02:00
vi.c vi: make regexp search case-insensitive if ":set ignorecase" is active 2013-04-21 15:51:41 +02:00