aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script
Commit message (Expand)AuthorAgeFilesLines
* Fix the grammar after I added a second environmental variable.David E. O'Brien2010-09-191-1/+1
* + Add the SCRIPT environmental variable to the sub-shell. Its value isDavid E. O'Brien2010-09-162-0/+20
* Mark functions and variables as static.Ed Schouten2010-08-161-15/+14
* Remove WNOHANG flag from wait3().Ed Schouten2010-04-301-15/+9
* Improve the change made in the previous commit.Ed Schouten2010-03-111-2/+1
* Make script(1) a little less broken.Ed Schouten2010-03-111-0/+2
* Remove a warning by adding extra parentheses.Ed Schouten2010-01-021-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Bumped document date.Ruslan Ermilov2004-05-191-2/+2
* Attempt #2 to fix script(1) if the standard input is closed: If weColin Percival2004-02-151-1/+3
* Back out part of 1.21, since it breaks `script interactive-program`. ThisColin Percival2004-01-271-2/+1
* Fix SYNOPSIS of manual page, clustering no-arg options correctly.Sheldon Hearn2004-01-222-4/+2
* Two fixes for script(1):Colin Percival2004-01-221-11/+22
* Introduce arguments the standard way. In .Ar command ..., ... is not anPhilippe Charnier2003-09-071-4/+4
* ANSIify function definitions.David Malone2002-09-041-10/+6
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-3/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+9
* remove __PWarner Losh2002-03-221-6/+6
* Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.Mark Murray2001-12-122-9/+8
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
* Warns cleanups. Add FreeBSD ID.David Malone2001-12-032-2/+4
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Don't call warn() with no format string.Kris Kennaway2000-07-101-2/+2
* Make a run-on sentence into two proper sentences, and clarify the meaningBrian Feldman2000-03-061-3/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Fix grammar error. (missing verb)Bill Fumerola1999-12-131-1/+1
* Adjust man page: if command is specified, file name is mandatoryGuido van Rooij1999-11-241-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Pass as argv[0] the name of the shell executed instead of "sh".Sheldon Hearn1999-08-111-2/+2
* Mention default time between output flushes in manual page.Joseph Koshy1998-09-291-2/+3
* Fix the following bugs:Dag-Erling Smørgrav1998-09-191-19/+27
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
* Rewrite script as a select loop rather than as a twin reader/write process.Peter Wemm1998-03-082-75/+96
* Fix typo while copying patch from the 2.2 system that it came fromPeter Wemm1997-12-301-3/+3
* script(1) has annoyed me with it's inflexable command argument parsingPeter Wemm1997-12-292-14/+43
* Add usage(). Use err(3) instead of local redefinition.Philippe Charnier1997-08-082-42/+24
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-7/+7
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-2/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+398