hush/include
Denys Vlasenko 7a07b0ee6a dc: make it use long longs for integer ops
function                                             old     new   delta
print_base                                           176     238     +62
or                                                    91     103     +12
eor                                                   91     103     +12
and                                                   91     103     +12
not                                                   60      64      +4
mod                                                  103     105      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 6/0 up/down: 104/0)             Total: 104 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-07-29 04:00:27 +02:00
..
.gitignore add .gitignore files 2009-05-05 09:05:30 -04:00
applets.src.h cttyhack: move build system bits into cttyhack.c, no code changes 2010-07-16 17:16:40 +02:00
ar.h ar: add archive creation support 2010-03-15 15:38:09 +01:00
busybox.h hush: fix faloout from previous commit 2010-07-15 08:18:46 +02:00
dump.h
fix_u32.h include/fix_u32.h: try harder to not cause redefinition errors 2010-03-16 01:22:35 +01:00
grp_.h libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS 2010-03-31 12:38:17 +02:00
inet_common.h more thorough fix for systems with strange socklen_t 2010-02-02 12:45:38 +01:00
libbb.h libbb.h: add device names for Hurd and FreeBSD 2010-07-19 00:46:23 +02:00
platform.h Added code for nonstandard function strsep() 2010-06-19 20:03:18 +02:00
pwd_.h libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS 2010-03-31 12:38:17 +02:00
rtc_.h *: make it easier to distinquish "struct tm", pointer to one, etc 2010-01-09 19:10:49 +01:00
shadow_.h libpwdgrp: comment out more unused functions 2010-03-31 14:43:58 +02:00
unarchive.h consolidate xz format comment. no code changes 2010-07-01 10:38:10 +02:00
unicode.h lineedit: fix column display for wide and combining chars in TAB completion 2010-06-01 08:33:18 +02:00
usage.src.h dc: make it use long longs for integer ops 2010-07-29 04:00:27 +02:00
volume_id.h swaponoff: add uuid/label support. By Natanael Copa 2009-09-20 04:28:22 +02:00
xatonum.h include/xatonum.h: make it survive -Wconversion 2009-10-11 22:29:15 +02:00
xregex.h