Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / xfuncs_printf.c
2020-06-08 Martin Lewisxstrndup: Use strndup instead of implementing it.
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-07-24 Denys Vlasenkohush: fix nested redirects colliding with script fds
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-07-22 Denys Vlasenkolibbb: avoid malloc/free in bb_unsetenv()
2016-09-05 Denys Vlasenkolibbb/xwrite: print errno on "short write" errors
2016-04-02 Denys Vlasenkonsenter,unshare: share common code; fix a bug of not...
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2013-10-08 Ryan Mallonlibbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid...
2013-08-05 Denys Vlasenkolibbb: code shrink
2012-06-12 Pascal Bellardsu: do not change to home dir unless -l
2012-03-07 Denys Vlasenkolibbb: make xchroot do a chdir("/") after chroot
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-18 Jeremie Koeniglibbb: conditionalize AF_* usage in error reporting
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-01-02 Denys Vlasenko*: do not assign to stdout/stderr, it's not portable.
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-27 Dan Fandrichplatform compatibility work (by Dan Fandrich)
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-01-24 Denis Vlasenkotraceroute: preparatory trivial cleanups
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-21 Denis Vlasenkotentative fix for ppc64 problems with ioctl.
2008-04-09 Denis Vlasenkoactually adding xfuncs_printf.c :(