summaryrefslogtreecommitdiff
path: root/usr.bin/script
AgeCommit message (Expand)Author
2004-07-03Deal with double whitespace.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2004-05-19Bumped document date.Ruslan Ermilov
2004-02-15Attempt #2 to fix script(1) if the standard input is closed: If weColin Percival
2004-01-27Back out part of 1.21, since it breaks `script interactive-program`. ThisColin Percival
2004-01-22Fix SYNOPSIS of manual page, clustering no-arg options correctly.Sheldon Hearn
2004-01-22Two fixes for script(1):Colin Percival
2003-09-07Introduce arguments the standard way. In .Ar command ..., ... is not anPhilippe Charnier
2002-09-04ANSIify function definitions.David Malone
2002-06-03Use POSIX macros for wait(2)-style status information instead of theMike Barcroft
2002-04-20Use `The .Nm utility'Philippe Charnier
2002-03-22remove __PWarner Losh
2001-12-12Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.Mark Murray
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-03Warns cleanups. Add FreeBSD ID.David Malone
2001-07-26Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-07-09Fix the type of the NULL arg to execl()Brian Somers
2001-06-24Nuke unused variables.Dima Dorfman
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-07-10Don't call warn() with no format string.Kris Kennaway
2000-03-06Make a run-on sentence into two proper sentences, and clarify the meaningBrian Feldman
2000-03-02Remove more single-space hard sentence breaks.Sheldon Hearn
2000-03-01Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn
1999-12-13Fix grammar error. (missing verb)Bill Fumerola
1999-11-24Adjust man page: if command is specified, file name is mandatoryGuido van Rooij
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-11Pass as argv[0] the name of the shell executed instead of "sh".Sheldon Hearn
1998-09-29Mention default time between output flushes in manual page.Joseph Koshy
1998-09-19Fix the following bugs:Dag-Erling Smørgrav
1998-06-04Fix a bunch of spelling errors.Steve Price
1998-03-08Rewrite script as a select loop rather than as a twin reader/write process.Peter Wemm
1997-12-30Fix typo while copying patch from the 2.2 system that it came fromPeter Wemm
1997-12-29script(1) has annoyed me with it's inflexable command argument parsingPeter Wemm
1997-08-08Add usage(). Use err(3) instead of local redefinition.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1996-09-14Don't use __dead or __pure in user code. They were obfuscationsBruce Evans
1995-08-07Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes