aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs_printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: xasprintf fixupNguyễn Thái Ngọc Duy2010-04-201-0/+14
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-7/+4
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-0/+9
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-271-45/+0
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-0/+6
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+4
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-241-1/+1
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-48/+48
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-211-6/+6
* actually adding xfuncs_printf.c :(Denis Vlasenko2008-04-091-0/+521