summaryrefslogtreecommitdiff
path: root/libbb/xfuncs_printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'Nguyễn Thái Ngọc Duy2011-01-041-0/+8
|\
| * *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+8
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+11
|\|
| * libbb: add xfstat functionDenys Vlasenko2010-08-311-0/+10
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+4
|\|
| * libbb: conditionalize AF_* usage in error reportingJeremie Koenig2010-07-191-0/+4
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+16
|\|
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-0/+11
| * *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-0/+5
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+74
|\|
| * pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-0/+74
* | win32: workaround msvcrt *printf defectsNguyễn Thái Ngọc Duy2010-09-101-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