aboutsummaryrefslogtreecommitdiff
path: root/libbb/compare_string_array.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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