aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/expr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-04-05Kumar spotted another bug: if we autodetect nfs and they haven't specified thelandley1-0/+1
fstype, it should be set to nfs. git-svn-id: svn://busybox.net/trunk/busybox@14749 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-04Some tests were always true. We need comm.tests...landley1-18/+4
git-svn-id: svn://busybox.net/trunk/busybox@14748 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-04Rewrite/shrink by tito.landley2-252/+95
git-svn-id: svn://busybox.net/trunk/busybox@14747 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-04You'd think there'd be a compiler warning for "pointless if", wouldn't you?landley1-3/+3
git-svn-id: svn://busybox.net/trunk/busybox@14746 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-04Avoid spurious error message. (Technically applet order should be "SKIPPED"landley1-1/+1
when you move the testsuite directory outside of busybox and run it, but as long as the test doesn't fail we're ok.) git-svn-id: svn://busybox.net/trunk/busybox@14745 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-04- remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()aldot1-45/+0
git-svn-id: svn://busybox.net/trunk/busybox@14744 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-04- pull in prototype for e2fsck_main.aldot1-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@14743 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- make sure that we see all lib*/.c in IMA-mode even when not building the .soaldot1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@14740 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- move buffer allocation schemes to libbb.haldot18-109/+47
- include the correct headers: applets need busybox.h while lib* need libbb.h git-svn-id: svn://busybox.net/trunk/busybox@14739 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- make append_option and multiconvert static.aldot2-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@14738 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- coalesce printf calls.aldot1-11/+12
text data bss dec hex filename 3474 4 96 3574 df6 networking/arping.o.orig 3424 4 96 3524 dc4 networking/arping.o git-svn-id: svn://busybox.net/trunk/busybox@14737 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)aldot1-4/+5
git-svn-id: svn://busybox.net/trunk/busybox@14736 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- do away with useless fwd-decls, redundant bb_printf calls, silence warningaldot1-220/+204
about comparing signed and unsigned and make stuff static. text data bss dec hex filename 6944 0 0 6944 1b20 util-linux/ipcs.o.oorig 6509 0 0 6509 196d util-linux/ipcs.o TODO: bb_getopt_ulflags, and further simplifications git-svn-id: svn://busybox.net/trunk/busybox@14735 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-03- set flags in a more reasonable manner. Thanks, vodz.aldot1-16/+5
text data bss dec hex filename 3520 4 96 3620 e24 networking/arping.o.oorig 3488 4 96 3588 e04 networking/arping.o git-svn-id: svn://busybox.net/trunk/busybox@14734 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02- include proper prototypes in libunarchive.aldot3-14/+8
git-svn-id: svn://busybox.net/trunk/busybox@14733 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02- janitorial: huft_build is never used outside of decompress_unzip.c and has noaldot1-0/+1
prototype (which suggests that it's of no general use) so make it static for now. git-svn-id: svn://busybox.net/trunk/busybox@14732 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02- janitorial: include proper prototypes in libiproute.aldot4-0/+8
git-svn-id: svn://busybox.net/trunk/busybox@14731 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02- switch Warning Of the Week to wrong or missing prototypes.aldot1-5/+3
e.g. archival/uncompress.c wrongly includes libbb.h instead of busybox.h decompress_bunzip2.c,open_transformer.c don't include the proper "unarchive.h" etc, etc. git-svn-id: svn://busybox.net/trunk/busybox@14730 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02- typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot8-9/+9
git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02- typo: s/compenent/component/galdot1-3/+6
add a bit of documentation. git-svn-id: svn://busybox.net/trunk/busybox@14727 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-02New version from Tito.landley1-224/+144
git-svn-id: svn://busybox.net/trunk/busybox@14726 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-01work outside of the srctreevapier1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@14725 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-01The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.landley1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@14724 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-01Bug spotted by Kumar Gala. Hopefully this fixes it...landley1-2/+3
git-svn-id: svn://busybox.net/trunk/busybox@14723 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-04-01Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84landley2-4/+4
mismatch inthe following example: # ping -c 1 172.16.2.1 PING 172.16.2.1 (172.16.2.1): 56 data bytes 84 bytes from 172.16.2.1: icmp_seq=0 ttl=64 time=0.2 ms git-svn-id: svn://busybox.net/trunk/busybox@14722 69ca8d6d-28ef-0310-b511-8ec308f3f277