summaryrefslogtreecommitdiff
path: root/usr.bin/script
AgeCommit message (Expand)Author
2022-02-131. restore the previous finish() logic to make:christos
2022-02-12script: declare dooutput as __deadrillig
2022-02-11PR/56254: RVP: Don't call non-async-signal-safe functions from signal handlers.christos
2022-01-20dooutput can return if finish() does not find a chile process.christos
2022-01-16If -e is specified exit with the exit status of the child process inchristos
2020-08-31Unlike done() childwait() returns, found by clang.christos
2020-08-28PR/55605: Soumendra Ganguly: Wait for child to finish when stdin is not a ttychristos
2020-08-08PR/55551 Soumendra Ganguly: Simplify tcgetattr error handling.christos
2020-08-07PR/55548: Soumendra Ganguly: Since isatty(3) is implemented usingchristos
2020-08-03remove trailing whitespacechristos
2020-08-02PR/55531: Soumendra Ganguly:christos
2020-08-01PR/55529: Soumendra Ganguly: configure the terminal in raw mode duringchristos
2011-09-06static + __deadjoerg
2011-06-08mention combinations of flagsyamt
2011-06-08err -> errx where appropriateyamt
2009-10-17use system to parse argschristos
2009-10-17New sentence, new line. Remove trailing whitespace.wiz
2009-10-17add more features found in other uniceschristos
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-09-09PR/36955: Ighighi: Use fseeko instead of fseek.christos
2007-08-20Apparently seeking forward on a FIFO does not work (why?). Read instead.christos
2007-08-19deal with non-regular files.christos
2006-06-14Fix PR: 26363: script core dumps on incorrect input files.liamjfoy
2006-03-29ANSIfy. de-P.rpaulo
2004-07-13Add -d to usage; use getprogname(3). From Kouichirou Hiratsuka in PR 26227.wiz