Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / script.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-01-12 Denys Vlasenko*: add/remove safe_, it seems we had a few incorrect...
2009-06-19 Denys Vlasenkogetopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG...
2009-06-09 Denys Vlasenkorandomconfig fixes
2009-06-05 Denys Vlasenko*: reduce #ifdef forest
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-19 Denys Vlasenkoscriptreplay: new applet. +423 bytes
2009-02-26 Denis Vlasenkorunsv: small optimization
2008-11-09 Denis Vlasenko*: a bit of code shrink
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-05-06 Denis Vlasenkoscript: exit if reading from pseudo-tty errors out...
2008-04-01 Denis Vlasenkoscript: do not ignore poll() errors. ~+20 bytes.
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-28 Denis Vlasenkoscript: correctly handle buffered "tail" of output...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...