aboutsummaryrefslogtreecommitdiff
path: root/util-linux/script.c
AgeCommit message (Expand)Author
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-09randomconfig fixesDenys Vlasenko
2009-06-05*: reduce #ifdef forestDenys Vlasenko
2009-05-19scriptreplay: new applet. +423 bytesDenys Vlasenko
2009-02-26runsv: small optimizationDenis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-05-06script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko
2008-04-01script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko