aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-2/+4
|\|
| * disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz2011-10-091-1/+1
| * Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko2011-09-091-1/+1
| * Fixes for FreeBSD buildMatthias Andree2011-08-281-0/+2
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-2/+17
|\|
| * more tweak for bionicDenys Vlasenko2011-07-081-1/+3
| * platform.h: tweaks for cygwinDenys Vlasenko2011-07-081-1/+14
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-7/+51
|\|
| * Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-301-5/+5
| * Use the built-in getline on more systems that don't have itDan Fandrich2011-06-301-5/+13
| * platform.c: provide getline implementationTimo Teras2011-06-291-0/+5
| * ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2011-06-211-0/+10
| * Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2011-06-211-0/+5
| * *: simplify Ethernet header includesDan Fandrich2011-06-101-3/+10
| * platform.h: support for build under AndroidDan Fandrich2011-06-031-0/+6
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-76/+82
|\|
| * libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko2011-05-121-75/+82
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-14/+7
|\|
| * straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2011-04-171-13/+6
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-1/+11
|\|
| * Move stpcpy replacement function into libbbDan Fandrich2011-02-131-0/+8
| * use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-081-0/+1
| * incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-071-1/+1
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-17/+32
|\|
| * FreeBSD compatChris Rees2011-01-241-0/+3
| * FreeBSD compatChris Rees2011-01-241-0/+6
| * pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko2011-01-221-1/+1
| * fix compile error on non-x86 architecturesDenys Vlasenko2011-01-211-3/+4
| * sighandler_t definition for BSDChris Rees2011-01-201-0/+6
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-041-9/+0
|\|
| * Remove check for supported libc.Denys Vlasenko2010-10-241-9/+0
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^'Nguyễn Thái Ngọc Duy2011-01-041-2/+7
|\|
| * *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-181-2/+7
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-0/+4
|\|
| * md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-161-0/+4
* | win32: platform.h: reuse memrchr() in platform.cNguyễn Thái Ngọc Duy2010-09-141-0/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+2
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-14/+20
|\|
| * platform.h: regularize endian detectionDenys Vlasenko2010-08-161-15/+20
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+8
|\|
| * OpenBSD compatibilityWaldemar Brodkorb2010-08-061-2/+8
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+8
|\|
| * Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+6
| * A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* | win32: platform.h: add bswap_xx()Nguyễn Thái Ngọc Duy2010-09-101-0/+7